2012-10-01 20:49:29

by Rob Herring

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add scripts/dtc under Devicetree maintainers

From: Rob Herring <[email protected]>

scripts/dtc has no explicit in kernel maintainer, so add it under
Devicetree maintainers.

Cc: Grant Likely <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 94b823f..2d7eaba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5035,6 +5035,7 @@ S: Maintained
F: Documentation/devicetree
F: drivers/of
F: include/linux/of*.h
+ scripts/dtc
K: of_get_property
K: of_match_table

--
1.7.9.5


2012-10-01 22:09:07

by Stephen Warren

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add scripts/dtc under Devicetree maintainers

On 10/01/2012 02:49 PM, Rob Herring wrote:
> From: Rob Herring <[email protected]>
>
> scripts/dtc has no explicit in kernel maintainer, so add it under
> Devicetree maintainers.

> diff --git a/MAINTAINERS b/MAINTAINERS

> F: Documentation/devicetree
> F: drivers/of
> F: include/linux/of*.h
> + scripts/dtc

Doesn't that new line need to start with "F:" too?