1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- From 17fecb06e9de3ae5bbf7aecc4d91e14517982f5c Mon Sep 17 00:00:00 2001
- From: "shanlong.li" <[email protected]>
- Date: Wed, 17 May 2023 20:41:51 -0700
- Subject: [PATCH 016/122] MAINTAINERS: generalise StarFive clk/reset entries
- Update the MAINTAINERS entry for StarFive's clock and reset drivers to
- account for the addition of JH7110 support and Hal's role in that.
- Signed-off-by: shanlong.li <[email protected]>
- ---
- MAINTAINERS | 16 +++++++++-------
- 1 file changed, 9 insertions(+), 7 deletions(-)
- --- a/MAINTAINERS
- +++ b/MAINTAINERS
- @@ -19650,12 +19650,13 @@ M: Emil Renner Berthing <[email protected]
- S: Maintained
- F: arch/riscv/boot/dts/starfive/
-
- -STARFIVE JH7100 CLOCK DRIVERS
- +STARFIVE JH71X0 CLOCK DRIVERS
- M: Emil Renner Berthing <[email protected]>
- +M: Hal Feng <[email protected]>
- S: Maintained
- -F: Documentation/devicetree/bindings/clock/starfive,jh7100-*.yaml
- -F: drivers/clk/starfive/clk-starfive-jh7100*
- -F: include/dt-bindings/clock/starfive-jh7100*.h
- +F: Documentation/devicetree/bindings/clock/starfive,jh71*.yaml
- +F: drivers/clk/starfive/clk-starfive-jh71*
- +F: include/dt-bindings/clock/starfive?jh71*.h
-
- STARFIVE JH7100 PINCTRL DRIVER
- M: Emil Renner Berthing <[email protected]>
- @@ -19665,12 +19666,13 @@ F: Documentation/devicetree/bindings/pin
- F: drivers/pinctrl/starfive/
- F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
-
- -STARFIVE JH7100 RESET CONTROLLER DRIVER
- +STARFIVE JH71X0 RESET CONTROLLER DRIVERS
- M: Emil Renner Berthing <[email protected]>
- +M: Hal Feng <[email protected]>
- S: Maintained
- F: Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml
- -F: drivers/reset/reset-starfive-jh7100.c
- -F: include/dt-bindings/reset/starfive-jh7100.h
- +F: drivers/reset/starfive/reset-starfive-jh71*
- +F: include/dt-bindings/reset/starfive?jh71*.h
-
- STATIC BRANCH/CALL
- M: Peter Zijlstra <[email protected]>
|