Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user