mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
a158f9f405
CI reported that patches need to be refreshed, so lets refresh. Signed-off-by: Robert Marko <robimarko@gmail.com>
51 lines
1.8 KiB
Diff
51 lines
1.8 KiB
Diff
From 17fecb06e9de3ae5bbf7aecc4d91e14517982f5c Mon Sep 17 00:00:00 2001
|
|
From: "shanlong.li" <shanlong.li@starfivetech.com>
|
|
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 <shanlong.li@starfivetech.com>
|
|
---
|
|
MAINTAINERS | 16 +++++++++-------
|
|
1 file changed, 9 insertions(+), 7 deletions(-)
|
|
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -19657,12 +19657,13 @@ M: Emil Renner Berthing <kernel@esmil.dk
|
|
S: Maintained
|
|
F: arch/riscv/boot/dts/starfive/
|
|
|
|
-STARFIVE JH7100 CLOCK DRIVERS
|
|
+STARFIVE JH71X0 CLOCK DRIVERS
|
|
M: Emil Renner Berthing <kernel@esmil.dk>
|
|
+M: Hal Feng <hal.feng@starfivetech.com>
|
|
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 <kernel@esmil.dk>
|
|
@@ -19672,12 +19673,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 <kernel@esmil.dk>
|
|
+M: Hal Feng <hal.feng@starfivetech.com>
|
|
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 <peterz@infradead.org>
|