2015-11-24 05:55:31

by Bjorn Andersson

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add rules for Qualcomm dts files

Make the get_maintainer script pick up the proper maintainers for the
Qualcomm dts files.

Signed-off-by: Bjorn Andersson <[email protected]>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bcf40fdc8178..a11764c15b62 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1406,6 +1406,8 @@ M: David Brown <[email protected]>
L: [email protected]
L: [email protected]
S: Maintained
+F: arch/arm/boot/dts/qcom-*.dts
+F: arch/arm/boot/dts/qcom-*.dtsi
F: arch/arm/mach-qcom/
F: drivers/soc/qcom/
F: drivers/tty/serial/msm_serial.h
--
2.4.2


2015-11-25 21:24:50

by Andy Gross

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add rules for Qualcomm dts files

On Mon, Nov 23, 2015 at 09:55:03PM -0800, Bjorn Andersson wrote:
> Make the get_maintainer script pick up the proper maintainers for the
> Qualcomm dts files.
>
> Signed-off-by: Bjorn Andersson <[email protected]>
> ---

Good catch. I'll queue this up. Thanks!