diff mbox series

[v1] MAINTAINERS: exclude maintained subdirs in RISC-V misc DT entry

Message ID 20230504-donor-unsorted-6f0c4067f506@spud (mailing list archive)
State Accepted
Delegated to: Conor Dooley
Headers show
Series [v1] MAINTAINERS: exclude maintained subdirs in RISC-V misc DT entry | expand

Checks

Context Check Description
conchuod/cover_letter success Single patches do not need cover letters
conchuod/tree_selection success Guessed tree name to be for-next at HEAD c2d3c8441e3d
conchuod/fixes_present success Fixes tag not required for -next series
conchuod/maintainers_pattern success MAINTAINERS pattern errors before the patch: 5 and now 5
conchuod/verify_signedoff success Signed-off-by tag matches author and committer
conchuod/kdoc success Errors and warnings before: 0 this patch: 0
conchuod/build_rv64_clang_allmodconfig success Errors and warnings before: 8 this patch: 8
conchuod/module_param success Was 0 now: 0
conchuod/build_rv64_gcc_allmodconfig success Errors and warnings before: 8 this patch: 8
conchuod/build_rv32_defconfig success Build OK
conchuod/dtb_warn_rv64 success Errors and warnings before: 5 this patch: 5
conchuod/header_inline success No static functions without inline keyword in header files
conchuod/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
conchuod/source_inline success Was 0 now: 0
conchuod/build_rv64_nommu_k210_defconfig success Build OK
conchuod/verify_fixes success No Fixes tag
conchuod/build_rv64_nommu_virt_defconfig success Build OK

Commit Message

Conor Dooley May 4, 2023, 10:06 p.m. UTC
From: Conor Dooley <conor.dooley@microchip.com>

The Allwinner & Renesas stuff doesn't go through my tree, so it is a wee
bit misleading to have them match against the "misc" entry in
MAINTAINERS.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

Conor Dooley May 7, 2023, 10:02 p.m. UTC | #1
From: Conor Dooley <conor.dooley@microchip.com>

On Thu, 04 May 2023 23:06:06 +0100, Conor Dooley wrote:
> The Allwinner & Renesas stuff doesn't go through my tree, so it is a wee
> bit misleading to have them match against the "misc" entry in
> MAINTAINERS.
> 
> 

Applied to riscv-dt-for-next, thanks!

[1/1] MAINTAINERS: exclude maintained subdirs in RISC-V misc DT entry
      https://git.kernel.org/conor/c/b3bd64bc457c

Thanks,
Conor.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 687d7a3d2e85..a84676793ce4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18122,6 +18122,8 @@  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/
 
 RNBD BLOCK DRIVERS
 M:	Md. Haris Iqbal <haris.iqbal@ionos.com>