An error occurred fetching the project authors.
  1. 19 Sep, 2022 1 commit
  2. 13 Apr, 2022 1 commit
  3. 25 May, 2021 2 commits
  4. 08 Mar, 2021 1 commit
  5. 11 Sep, 2020 1 commit
  6. 17 Jul, 2020 1 commit
  7. 27 Apr, 2020 1 commit
  8. 24 Feb, 2020 1 commit
  9. 31 Dec, 2019 2 commits
  10. 20 Dec, 2019 1 commit
  11. 28 Sep, 2018 1 commit
  12. 27 Aug, 2018 1 commit
  13. 23 Jul, 2018 1 commit
  14. 14 May, 2018 1 commit
  15. 25 Apr, 2018 3 commits
  16. 12 Feb, 2018 4 commits
  17. 29 Nov, 2017 3 commits
  18. 27 Nov, 2017 2 commits
  19. 20 Nov, 2017 1 commit
    • Arnd Bergmann's avatar
      ARM: dts: r8a779x: Add '#reset-cells' in cpg-mssr · 098f5305
      Arnd Bergmann authored
      With the latest dtc, we get many warnings about the missing
      '#reset-cells' property in these controllers, e.g.:
      
      arch/arm/boot/dts/r8a7790-lager.dtb: Warning (resets_property): Missing property '#reset-cells' in node /clock-controller@e6150000 or bad phandle (referred from /can@e6e80000:resets[0])
      arch/arm/boot/dts/r8a7792-blanche.dtb: Warning (resets_property): Missing property '#reset-cells' in node /soc/clock-controller@e6150000 or bad phandle (referred from /soc/dma-controller@e6700000:resets[0])
      arch/arm/boot/dts/r8a7792-wheat.dtb: Warning (resets_property): Missing property '#reset-cells' in node /soc/clock-controller@e6150000 or bad phandle (referred from /soc/ethernet@e6800000:resets[0])
      arch/arm/boot/dts/r8a7793-gose.dtb: Warning (resets_property): Missing property '#reset-cells' in node /clock-controller@e6150000 or bad phandle (referred from /gpio@e6050000:resets[0])
      arch/arm/boot/dts/r8a7794-alt.dtb: Warning (resets_property): Missing property '#reset-cells' in node /clock-controller@e6150000 or bad phandle (referred from /i2c@e6500000:resets[0])
      arch/arm/boot/dts/r8a7794-silk.dtb: Warning (resets_property): Missing property '#reset-cells' in node /clock-controller@e6150000 or bad phandle (referred from /interrupt-controller@e61c0000:resets[0])
      
      This adds it for the three r8a779x chips that were lacking it. The
      binding mandates this as <1>, so this is the value I use.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      [geert: Add fix for r8a7793.dtsi]
      Fixes: 34fbd2b1 ("ARM: dts: r8a7790: Add reset control properties")
      Fixes: 6e11a322 ("ARM: dts: r8a7792: Add reset control properties")
      Fixes: 84fb19e1 ("ARM: dts: r8a7793: Add reset control properties")
      Fixes: 615beb75 ("ARM: dts: r8a7794: Add reset control properties")
      Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      098f5305
  20. 16 Oct, 2017 2 commits
  21. 06 Oct, 2017 1 commit
  22. 19 Sep, 2017 1 commit
    • Geert Uytterhoeven's avatar
      ARM: dts: r8a7794: Add reset control properties · 615beb75
      Geert Uytterhoeven authored
      Add properties to describe the reset topology for on-SoC devices:
        - Add the "#reset-cells" property to the CPG/MSSR device node,
        - Add resets and reset-names properties to the various device nodes.
      
      This allows to reset SoC devices using the Reset Controller API.
      
      Note that resets usually match the corresponding module clocks.
      Exceptions are:
        - The audio module has resets for the Serial Sound Interfaces only,
        - The display module has only a single reset for all DU channels, but
          adding reset properties for the display is postponed.
      Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      615beb75
  23. 18 Sep, 2017 2 commits
  24. 27 Jul, 2017 3 commits
  25. 12 Jun, 2017 1 commit
  26. 03 Apr, 2017 1 commit