An error occurred fetching the project authors.
  1. 10 Mar, 2017 1 commit
  2. 07 Mar, 2017 2 commits
  3. 07 Feb, 2017 1 commit
  4. 03 Jan, 2017 4 commits
  5. 23 Nov, 2016 1 commit
  6. 04 Nov, 2016 1 commit
  7. 02 Nov, 2016 1 commit
  8. 17 Aug, 2016 1 commit
  9. 29 Jun, 2016 1 commit
  10. 30 May, 2016 3 commits
    • Geert Uytterhoeven's avatar
      ARM: dts: r8a7790: Fix W=1 dtc warnings · 2c3de367
      Geert Uytterhoeven authored
      Warning (unit_address_vs_reg): Node /cache-controller@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /cache-controller@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,dvc/dvc@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,dvc/dvc@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,mix/mix@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,mix/mix@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@2 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@3 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@4 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@5 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@6 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ctu/ctu@7 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@2 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@3 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@4 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@5 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@6 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@7 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@8 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,src/src@9 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@2 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@3 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@4 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@5 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@6 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@7 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@8 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /sound@ec500000/rcar_sound,ssi/ssi@9 has a unit name, but no reg property
      
      Move the cache-controller nodes under the cpus node, and make their unit
      names and reg properties match the MPIDR values.
      Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      2c3de367
    • Niklas Söderlund's avatar
      ARM: dts: r8a7790: Reference both DMA controllers · badf8570
      Niklas Söderlund authored
      R-Car Gen2 have two DMA controllers, which are equivalent. Add
      references to both dmac0 and dmac1 so the driver can choose which one to
      use.
      Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      badf8570
    • Geert Uytterhoeven's avatar
      ARM: dts: r8a7790: Correct unit names for cpu nodes · 1eed15e4
      Geert Uytterhoeven authored
      Make the unit names for the cpu nodes match their reg properties.
      Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      1eed15e4
  11. 27 Apr, 2016 3 commits
  12. 25 Apr, 2016 1 commit
  13. 21 Apr, 2016 1 commit
  14. 19 Apr, 2016 5 commits
  15. 27 Mar, 2016 1 commit
  16. 25 Feb, 2016 1 commit
  17. 19 Feb, 2016 1 commit
  18. 16 Feb, 2016 1 commit
    • Kuninori Morimoto's avatar
      ARM: dts: r8a7790: enable to use thermal-zone · a8b805f3
      Kuninori Morimoto authored
      This patch enables to use thermal-zone on r8a7790.
      This thermal sensor can measure temperature from -40000 to 125000,
      but over 117000 can be critical on this chip.
      Thus, default critical temperature is now set as 115000 (this driver
      is using 5000 steps) (Current critical temperature is using it as
      90000, but there is no big reason about it)
      
      And it doesn't check thermal zone periodically (same as current
      behavior). You can exchange it by modifying polling-delay[-passive]
      property.
      
      You can set trip temp if your kernel has CONFIG_THERMAL_WRITABLE_TRIPS,
      but you need to take care to use it, since it will call
      orderly_poweroff() it it reaches to the value.
      echo $temp > /sys/class/thermal/thermal_zone0/trip_point_0_temp
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      a8b805f3
  19. 15 Feb, 2016 2 commits
  20. 09 Feb, 2016 3 commits
  21. 24 Jan, 2016 2 commits
  22. 17 Dec, 2015 1 commit
  23. 15 Dec, 2015 2 commits