Skip to content

Commit be7d172

Browse files
ConchuODarndb
authored andcommitted
MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
Following some discussion both on & off list, I have volunteered to take over maintaining the miscellaneous RISC-V devicetrees & soc drivers from Palmer to ease his load. So far only SiFive and Microchip have stuff in drivers/soc. For the former, a SiFive entry exists with a dead GitHub repo - so remove that to avoid confusion since the patches for drivers/soc & devicetrees will be routed via my tree & other drivers go through their subsystem trees. The Microchip directory only contains a RISC-V driver for now, but is likely to contain drivers for other archs in the future. To that end, change the PolarFire SoC entry to specifically mention the RISC-V driver & the new directory level entry does not mention an architecture. CC: Arnd Bergmann <[email protected]> CC: Nicolas Ferre <[email protected]> CC: Palmer Dabbelt <[email protected]> Link: https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/ Signed-off-by: Conor Dooley <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent e82b5b6 commit be7d172

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

MAINTAINERS

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13622,6 +13622,12 @@ S: Supported
1362213622
F: drivers/misc/atmel-ssc.c
1362313623
F: include/linux/atmel-ssc.h
1362413624

13625+
MICROCHIP SOC DRIVERS
13626+
M: Conor Dooley <[email protected]>
13627+
S: Supported
13628+
T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
13629+
F: drivers/soc/microchip/
13630+
1362513631
MICROCHIP USB251XB DRIVER
1362613632
M: Richard Leitner <[email protected]>
1362713633
@@ -17742,12 +17748,21 @@ F: drivers/mailbox/mailbox-mpfs.c
1774217748
F: drivers/pci/controller/pcie-microchip-host.c
1774317749
F: drivers/reset/reset-mpfs.c
1774417750
F: drivers/rtc/rtc-mpfs.c
17745-
F: drivers/soc/microchip/
17751+
F: drivers/soc/microchip/mpfs-sys-controller.c
1774617752
F: drivers/spi/spi-microchip-core-qspi.c
1774717753
F: drivers/spi/spi-microchip-core.c
1774817754
F: drivers/usb/musb/mpfs.c
1774917755
F: include/soc/microchip/mpfs.h
1775017756

17757+
RISC-V MISC SOC SUPPORT
17758+
M: Conor Dooley <[email protected]>
17759+
17760+
S: Maintained
17761+
Q: https://patchwork.kernel.org/project/linux-riscv/list/
17762+
T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
17763+
F: Documentation/devicetree/bindings/riscv/
17764+
F: arch/riscv/boot/dts/
17765+
1775117766
RNBD BLOCK DRIVERS
1775217767
M: Md. Haris Iqbal <[email protected]>
1775317768
M: Jack Wang <[email protected]>
@@ -18785,7 +18800,6 @@ M: Palmer Dabbelt <[email protected]>
1878518800
M: Paul Walmsley <[email protected]>
1878618801
1878718802
S: Supported
18788-
T: git git://github.com/sifive/riscv-linux.git
1878918803
N: sifive
1879018804
K: [^@]sifive
1879118805

@@ -18804,6 +18818,13 @@ S: Maintained
1880418818
F: Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
1880518819
F: drivers/dma/sf-pdma/
1880618820

18821+
SIFIVE SOC DRIVERS
18822+
M: Conor Dooley <[email protected]>
18823+
18824+
S: Maintained
18825+
T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
18826+
F: drivers/soc/sifive/
18827+
1880718828
SILEAD TOUCHSCREEN DRIVER
1880818829
M: Hans de Goede <[email protected]>
1880918830

0 commit comments

Comments
 (0)