diff mbox series

MAINTAINERS: invert Misc RISC-V SoC Support's pattern

Message ID 20240806-riding-spinach-8cae90d6e05f@spud (mailing list archive)
State Accepted
Headers show
Series MAINTAINERS: invert Misc RISC-V SoC Support's pattern | expand

Checks

Context Check Description
conchuod/vmtest-for-next-PR success PR summary
conchuod/patch-1-test-1 success .github/scripts/patches/tests/build_rv32_defconfig.sh
conchuod/patch-1-test-2 success .github/scripts/patches/tests/build_rv64_clang_allmodconfig.sh
conchuod/patch-1-test-3 success .github/scripts/patches/tests/build_rv64_gcc_allmodconfig.sh
conchuod/patch-1-test-4 success .github/scripts/patches/tests/build_rv64_nommu_k210_defconfig.sh
conchuod/patch-1-test-5 success .github/scripts/patches/tests/build_rv64_nommu_virt_defconfig.sh
conchuod/patch-1-test-6 success .github/scripts/patches/tests/checkpatch.sh
conchuod/patch-1-test-7 success .github/scripts/patches/tests/dtb_warn_rv64.sh
conchuod/patch-1-test-8 success .github/scripts/patches/tests/header_inline.sh
conchuod/patch-1-test-9 success .github/scripts/patches/tests/kdoc.sh
conchuod/patch-1-test-10 success .github/scripts/patches/tests/module_param.sh
conchuod/patch-1-test-11 success .github/scripts/patches/tests/verify_fixes.sh
conchuod/patch-1-test-12 success .github/scripts/patches/tests/verify_signedoff.sh

Commit Message

Conor Dooley Aug. 6, 2024, 5:36 p.m. UTC
From: Conor Dooley <conor.dooley@microchip.com>

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 | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Comments

Conor Dooley Aug. 7, 2024, 5:26 p.m. UTC | #1
From: Conor Dooley <conor.dooley@microchip.com>

On Tue, 06 Aug 2024 18:36:21 +0100, Conor Dooley wrote:
> 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.
> 
> 
> [...]

Applied to riscv-dt-fixes, thanks!

[1/1] MAINTAINERS: invert Misc RISC-V SoC Support's pattern
      https://git.kernel.org/conor/c/7d9d88890f04

Thanks,
Conor.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 42decde38320..6ed3c8ec9005 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19653,12 +19653,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>