2015-12-10 23:38:34

by Rob Herring (Arm)

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

Platform dts files need to be reviewed primarily by the platform
maintainers as dts files typically go in thru their trees. Add the missing
paths where there are existing maintainers listed.

Signed-off-by: Rob Herring <[email protected]>
---
MAINTAINERS | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 69c8a9c..415b731 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -950,6 +950,8 @@ M: Rob Herring <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/mach-highbank/
+F: arch/arm/boot/dts/highbank.dts
+F: arch/arm/boot/dts/ecx-*.dts*

ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
M: Krzysztof Halasa <[email protected]>
@@ -1025,6 +1027,7 @@ M: Barry Song <[email protected]>
L: [email protected] (moderated for non-subscribers)
T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
S: Maintained
+F: arch/arm/boot/dts/prima2*
F: arch/arm/mach-prima2/
F: drivers/clk/sirf/
F: drivers/clocksource/timer-prima2.c
@@ -1126,6 +1129,10 @@ W: http://www.hisilicon.com
S: Supported
T: git git://github.com/hisilicon/linux-hisi.git
F: arch/arm/mach-hisi/
+F: arch/arm/boot/dts/hi3*
+F: arch/arm/boot/dts/hip*
+F: arch/arm/boot/dts/hisi*
+F: arch/arm64/boot/dts/hisilicon/

ARM/HP JORNADA 7XX MACHINE SUPPORT
M: Kristoffer Ericson <[email protected]>
@@ -1202,6 +1209,7 @@ M: Santosh Shilimkar <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/mach-keystone/
+F: arch/arm/boot/dts/k2*
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git

ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
@@ -1270,6 +1278,7 @@ L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/mach-berlin/
F: arch/arm/boot/dts/berlin*
+F: arch/arm64/boot/dts/marvell/berlin*


ARM/Marvell Dove/MV78xx0/Orion SOC support
@@ -1406,7 +1415,9 @@ M: David Brown <[email protected]>
L: [email protected]
L: [email protected]
S: Maintained
+F: arch/arm/boot/dts/qcom-*
F: arch/arm/mach-qcom/
+F: arch/arm64/boot/dts/qcom/*
F: drivers/soc/qcom/
F: drivers/tty/serial/msm_serial.h
F: drivers/tty/serial/msm_serial.c
@@ -1456,6 +1467,8 @@ L: [email protected] (moderated for non-subscribers)
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/boot/dts/s3c*
+F: arch/arm/boot/dts/s5p*
+F: arch/arm/boot/dts/samsung*
F: arch/arm/boot/dts/exynos*
F: arch/arm64/boot/dts/exynos/
F: arch/arm/plat-samsung/
@@ -1536,6 +1549,7 @@ S: Maintained
F: arch/arm/mach-socfpga/
F: arch/arm/boot/dts/socfpga*
F: arch/arm/configs/socfpga_defconfig
+F: arch/arm64/boot/dts/altera/
W: http://www.rocketboards.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git

@@ -1680,7 +1694,7 @@ M: Lorenzo Pieralisi <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/boot/dts/vexpress*
-F: arch/arm64/boot/dts/arm/vexpress*
+F: arch/arm64/boot/dts/arm/
F: arch/arm/mach-vexpress/
F: */*/vexpress*
F: */*/*/vexpress*
@@ -2300,6 +2314,7 @@ F: arch/arm/mach-bcm/
F: arch/arm/boot/dts/bcm113*
F: arch/arm/boot/dts/bcm216*
F: arch/arm/boot/dts/bcm281*
+F: arch/arm64/boot/dts/broadcom/
F: arch/arm/configs/bcm_defconfig
F: drivers/mmc/host/sdhci-bcm-kona.c
F: drivers/clocksource/bcm_kona_timer.c
@@ -8627,6 +8642,7 @@ L: [email protected] (moderated for non-subscribers)
T: git git://github.com/hzhuang1/linux.git
T: git git://github.com/rjarzmik/linux.git
S: Maintained
+F: arch/arm/boot/dts/pxa*
F: arch/arm/mach-pxa/
F: drivers/dma/pxa*
F: drivers/pcmcia/pxa2xx*
@@ -8649,6 +8665,7 @@ L: [email protected] (moderated for non-subscribers)
T: git git://github.com/hzhuang1/linux.git
T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
S: Maintained
+F: arch/arm/boot/dts/mmp*
F: arch/arm/mach-mmp/

PXA MMCI DRIVER
@@ -10068,6 +10085,7 @@ L: [email protected]
L: [email protected] (moderated for non-subscribers)
W: http://www.st.com/spear
S: Maintained
+F: arch/arm/boot/dts/spear*
F: arch/arm/mach-spear/

SPEAR CLOCK FRAMEWORK SUPPORT
--
2.5.0


2015-12-11 00:14:07

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On 11.12.2015 08:38, Rob Herring wrote:
> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 20 +++++++++++++++++++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 69c8a9c..415b731 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -950,6 +950,8 @@ M: Rob Herring <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-highbank/
> +F: arch/arm/boot/dts/highbank.dts
> +F: arch/arm/boot/dts/ecx-*.dts*
>
> ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
> M: Krzysztof Halasa <[email protected]>
> @@ -1025,6 +1027,7 @@ M: Barry Song <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
> S: Maintained
> +F: arch/arm/boot/dts/prima2*
> F: arch/arm/mach-prima2/
> F: drivers/clk/sirf/
> F: drivers/clocksource/timer-prima2.c
> @@ -1126,6 +1129,10 @@ W: http://www.hisilicon.com
> S: Supported
> T: git git://github.com/hisilicon/linux-hisi.git
> F: arch/arm/mach-hisi/
> +F: arch/arm/boot/dts/hi3*
> +F: arch/arm/boot/dts/hip*
> +F: arch/arm/boot/dts/hisi*
> +F: arch/arm64/boot/dts/hisilicon/
>
> ARM/HP JORNADA 7XX MACHINE SUPPORT
> M: Kristoffer Ericson <[email protected]>
> @@ -1202,6 +1209,7 @@ M: Santosh Shilimkar <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-keystone/
> +F: arch/arm/boot/dts/k2*
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
>
> ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
> @@ -1270,6 +1278,7 @@ L: [email protected] (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-berlin/
> F: arch/arm/boot/dts/berlin*
> +F: arch/arm64/boot/dts/marvell/berlin*
>
>
> ARM/Marvell Dove/MV78xx0/Orion SOC support
> @@ -1406,7 +1415,9 @@ M: David Brown <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Maintained
> +F: arch/arm/boot/dts/qcom-*
> F: arch/arm/mach-qcom/
> +F: arch/arm64/boot/dts/qcom/*
> F: drivers/soc/qcom/
> F: drivers/tty/serial/msm_serial.h
> F: drivers/tty/serial/msm_serial.c
> @@ -1456,6 +1467,8 @@ L: [email protected] (moderated for non-subscribers)
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/boot/dts/s3c*
> +F: arch/arm/boot/dts/s5p*
> +F: arch/arm/boot/dts/samsung*
> F: arch/arm/boot/dts/exynos*
> F: arch/arm64/boot/dts/exynos/
> F: arch/arm/plat-samsung/

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2015-12-11 00:45:39

by Santosh Shilimkar

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On 12/10/2015 3:38 PM, Rob Herring wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 69c8a9c..415b731 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS

[..]

> @@ -1202,6 +1209,7 @@ M: Santosh Shilimkar<[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-keystone/
> +F: arch/arm/boot/dts/k2*
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
>
Acked-by: Santosh Shilimkar<[email protected]>

2015-12-11 01:43:50

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On 10-12-15, 17:38, Rob Herring wrote:
> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 20 +++++++++++++++++++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
> @@ -10068,6 +10085,7 @@ L: [email protected]
> L: [email protected] (moderated for non-subscribers)
> W: http://www.st.com/spear
> S: Maintained
> +F: arch/arm/boot/dts/spear*
> F: arch/arm/mach-spear/
>
> SPEAR CLOCK FRAMEWORK SUPPORT

Reviewed-by: Viresh Kumar <[email protected]>

--
viresh

2015-12-11 01:57:37

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

Le 10/12/2015 15:38, Rob Herring a écrit :
> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
[snip]

> @@ -2300,6 +2314,7 @@ F: arch/arm/mach-bcm/
> F: arch/arm/boot/dts/bcm113*
> F: arch/arm/boot/dts/bcm216*
> F: arch/arm/boot/dts/bcm281*
> +F: arch/arm64/boot/dts/broadcom/
> F: arch/arm/configs/bcm_defconfig
> F: drivers/mmc/host/sdhci-bcm-kona.c
> F: drivers/clocksource/bcm_kona_timer.c

Acked-by: Florian Fainelli <[email protected]>
--
Florian

2015-12-11 05:50:25

by Robert Jarzmik

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

Rob Herring <[email protected]> writes:

> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 20 +++++++++++++++++++-
...
> @@ -8627,6 +8642,7 @@ L: [email protected] (moderated for non-subscribers)
> T: git git://github.com/hzhuang1/linux.git
> T: git git://github.com/rjarzmik/linux.git
> S: Maintained
> +F: arch/arm/boot/dts/pxa*
> F: arch/arm/mach-pxa/
> F: drivers/dma/pxa*
> F: drivers/pcmcia/pxa2xx*

Acked-by: Robert Jarzmik <[email protected]>

Cheers.

--
Robert

2015-12-11 06:17:20

by Andy Gross

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On Thu, Dec 10, 2015 at 05:38:23PM -0600, Rob Herring wrote:
> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---

<snip>

> ARM/Marvell Dove/MV78xx0/Orion SOC support
> @@ -1406,7 +1415,9 @@ M: David Brown <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Maintained
> +F: arch/arm/boot/dts/qcom-*
> F: arch/arm/mach-qcom/
> +F: arch/arm64/boot/dts/qcom/*
> F: drivers/soc/qcom/
> F: drivers/tty/serial/msm_serial.h
> F: drivers/tty/serial/msm_serial.c

<snip>

for QCOM,

Acked-by: Andy Gross <[email protected]>

2015-12-11 10:10:25

by Sudeep Holla

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files



On 10/12/15 23:38, Rob Herring wrote:
> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 20 +++++++++++++++++++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 69c8a9c..415b731 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS

[...]

> @@ -1680,7 +1694,7 @@ M: Lorenzo Pieralisi <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/boot/dts/vexpress*
> -F: arch/arm64/boot/dts/arm/vexpress*
> +F: arch/arm64/boot/dts/arm/
> F: arch/arm/mach-vexpress/
> F: */*/vexpress*
> F: */*/*/vexpress*

Acked-by: Sudeep Holla <[email protected]>

--
Regards,
Sudeep

2015-12-11 10:47:11

by Sebastian Hesselbarth

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On 11.12.2015 00:38, Rob Herring wrote:
> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 20 +++++++++++++++++++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 69c8a9c..415b731 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
[...]
> @@ -1270,6 +1278,7 @@ L: [email protected] (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-berlin/
> F: arch/arm/boot/dts/berlin*
> +F: arch/arm64/boot/dts/marvell/berlin*

For Berlin,

Acked-by: Sebastian Hesselbarth <[email protected]>

Thanks!

2015-12-11 14:43:13

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On Thursday 10 December 2015 17:38:23 Rob Herring wrote:
> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
>

Acked-by: Arnd Bergmann <[email protected]>

Do you want to collect the Acks and take this through your git tree, so should
we pick it up into arm-soc?

Arnd

2015-12-11 14:59:15

by Dinh Nguyen

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On Thu, 10 Dec 2015, Rob Herring wrote:

> Platform dts files need to be reviewed primarily by the platform
> maintainers as dts files typically go in thru their trees. Add the missing
> paths where there are existing maintainers listed.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> MAINTAINERS | 20 +++++++++++++++++++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
>
[...]
> @@ -1536,6 +1549,7 @@ S: Maintained
> F: arch/arm/mach-socfpga/
> F: arch/arm/boot/dts/socfpga*
> F: arch/arm/configs/socfpga_defconfig
> +F: arch/arm64/boot/dts/altera/
> W: http://www.rocketboards.org
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git

Acked-by: Dinh Nguyen <[email protected]>

Thanks,
Dinh

2015-12-11 17:37:45

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add missing platform maintainers for dts files

On Fri, Dec 11, 2015 at 8:41 AM, Arnd Bergmann <[email protected]> wrote:
> On Thursday 10 December 2015 17:38:23 Rob Herring wrote:
>> Platform dts files need to be reviewed primarily by the platform
>> maintainers as dts files typically go in thru their trees. Add the missing
>> paths where there are existing maintainers listed.
>>
>> Signed-off-by: Rob Herring <[email protected]>
>>
>
> Acked-by: Arnd Bergmann <[email protected]>
>
> Do you want to collect the Acks and take this through your git tree, so should
> we pick it up into arm-soc?

I'll take it.

Rob