[PATCH] MAINTAINERS: Add Makefile.dtb* to DT maintainers

Rob Herring (Arm) posted 1 patch 1 month, 3 weeks ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add Makefile.dtb* to DT maintainers
Posted by Rob Herring (Arm) 1 month, 3 weeks ago
Since the DT related parts of kbuild are now split out to separate
makefiles, list them in the DT maintainer section so they don't fall
thru the cracks.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9d..cfd00518df3c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19557,6 +19557,7 @@ F:	include/linux/of*.h
 F:	rust/helpers/of.c
 F:	rust/kernel/of.rs
 F:	scripts/dtc/
+F:	scripts/Makefile.dtb*
 F:	tools/testing/selftests/dt/
 K:	of_overlay_notifier_
 K:	of_overlay_fdt_apply
-- 
2.51.0
Re: [PATCH] MAINTAINERS: Add Makefile.dtb* to DT maintainers
Posted by Nicolas Schier 1 month, 3 weeks ago
On Mon, Dec 15, 2025 at 01:14:20PM -0600, Rob Herring (Arm) wrote:
> Since the DT related parts of kbuild are now split out to separate
> makefiles, list them in the DT maintainer section so they don't fall
> thru the cracks.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..cfd00518df3c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19557,6 +19557,7 @@ F:	include/linux/of*.h
>  F:	rust/helpers/of.c
>  F:	rust/kernel/of.rs
>  F:	scripts/dtc/
> +F:	scripts/Makefile.dtb*
>  F:	tools/testing/selftests/dt/
>  K:	of_overlay_notifier_
>  K:	of_overlay_fdt_apply
> -- 
> 2.51.0
> 

Acked-by: Nicolas Schier <nsc@kernel.org>
Re: [PATCH] MAINTAINERS: Add Makefile.dtb* to DT maintainers
Posted by Nathan Chancellor 1 month, 3 weeks ago
On Mon, Dec 15, 2025 at 01:14:20PM -0600, Rob Herring (Arm) wrote:
> Since the DT related parts of kbuild are now split out to separate
> makefiles, list them in the DT maintainer section so they don't fall
> thru the cracks.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: Nathan Chancellor <nathan@kernel.org>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..cfd00518df3c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19557,6 +19557,7 @@ F:	include/linux/of*.h
>  F:	rust/helpers/of.c
>  F:	rust/kernel/of.rs
>  F:	scripts/dtc/
> +F:	scripts/Makefile.dtb*
>  F:	tools/testing/selftests/dt/
>  K:	of_overlay_notifier_
>  K:	of_overlay_fdt_apply
> -- 
> 2.51.0
>