2
0

0016-MAINTAINERS-generalise-StarFive-clk-reset-entries.patch 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. From 17fecb06e9de3ae5bbf7aecc4d91e14517982f5c Mon Sep 17 00:00:00 2001
  2. From: "shanlong.li" <[email protected]>
  3. Date: Wed, 17 May 2023 20:41:51 -0700
  4. Subject: [PATCH 016/122] MAINTAINERS: generalise StarFive clk/reset entries
  5. Update the MAINTAINERS entry for StarFive's clock and reset drivers to
  6. account for the addition of JH7110 support and Hal's role in that.
  7. Signed-off-by: shanlong.li <[email protected]>
  8. ---
  9. MAINTAINERS | 16 +++++++++-------
  10. 1 file changed, 9 insertions(+), 7 deletions(-)
  11. --- a/MAINTAINERS
  12. +++ b/MAINTAINERS
  13. @@ -19650,12 +19650,13 @@ M: Emil Renner Berthing <[email protected]
  14. S: Maintained
  15. F: arch/riscv/boot/dts/starfive/
  16. -STARFIVE JH7100 CLOCK DRIVERS
  17. +STARFIVE JH71X0 CLOCK DRIVERS
  18. M: Emil Renner Berthing <[email protected]>
  19. +M: Hal Feng <[email protected]>
  20. S: Maintained
  21. -F: Documentation/devicetree/bindings/clock/starfive,jh7100-*.yaml
  22. -F: drivers/clk/starfive/clk-starfive-jh7100*
  23. -F: include/dt-bindings/clock/starfive-jh7100*.h
  24. +F: Documentation/devicetree/bindings/clock/starfive,jh71*.yaml
  25. +F: drivers/clk/starfive/clk-starfive-jh71*
  26. +F: include/dt-bindings/clock/starfive?jh71*.h
  27. STARFIVE JH7100 PINCTRL DRIVER
  28. M: Emil Renner Berthing <[email protected]>
  29. @@ -19665,12 +19666,13 @@ F: Documentation/devicetree/bindings/pin
  30. F: drivers/pinctrl/starfive/
  31. F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
  32. -STARFIVE JH7100 RESET CONTROLLER DRIVER
  33. +STARFIVE JH71X0 RESET CONTROLLER DRIVERS
  34. M: Emil Renner Berthing <[email protected]>
  35. +M: Hal Feng <[email protected]>
  36. S: Maintained
  37. F: Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml
  38. -F: drivers/reset/reset-starfive-jh7100.c
  39. -F: include/dt-bindings/reset/starfive-jh7100.h
  40. +F: drivers/reset/starfive/reset-starfive-jh71*
  41. +F: include/dt-bindings/reset/starfive?jh71*.h
  42. STATIC BRANCH/CALL
  43. M: Peter Zijlstra <[email protected]>