MAINTAINERS: invert Misc RISC-V SoC Support's pattern
authorConor Dooley <conor.dooley@microchip.com>
Tue, 6 Aug 2024 17:36:21 +0000 (18:36 +0100)
committerConor Dooley <conor.dooley@microchip.com>
Thu, 24 Oct 2024 15:27:10 +0000 (16:27 +0100)
There are now more directories that someone else maintains than ones I
do, so invert the pattern to cover included, rather than included
directories. Ditto for the bindings directory - there's more files there
that are the responsibility of others than mine (and I get CCed on all
bindings anyway). Remove it from the entry.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
MAINTAINERS

index 7ad507f..bec4f3f 100644 (file)
@@ -19927,12 +19927,10 @@ L:    linux-riscv@lists.infradead.org
 S:     Maintained
 Q:     https://patchwork.kernel.org/project/linux-riscv/list/
 T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
-F:     Documentation/devicetree/bindings/riscv/
-F:     arch/riscv/boot/dts/
-X:     arch/riscv/boot/dts/allwinner/
-X:     arch/riscv/boot/dts/renesas/
-X:     arch/riscv/boot/dts/sophgo/
-X:     arch/riscv/boot/dts/thead/
+F:     arch/riscv/boot/dts/canaan/
+F:     arch/riscv/boot/dts/microchip/
+F:     arch/riscv/boot/dts/sifive/
+F:     arch/riscv/boot/dts/starfive/
 
 RISC-V PMU DRIVERS
 M:     Atish Patra <atishp@atishpatra.org>