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