diff mbox

MAINTAINERS: Add missing platform maintainers for dts files

Message ID 1449790703-12054-1-git-send-email-robh@kernel.org (mailing list archive)
State New, archived
Headers show

Commit Message

Rob Herring (Arm) Dec. 10, 2015, 11:38 p.m. UTC
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 <robh@kernel.org>
---
 MAINTAINERS | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Dec. 11, 2015, 12:13 a.m. UTC | #1
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 <robh@kernel.org>
> ---
>  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 <robh@kernel.org>
>  L:	linux-arm-kernel@lists.infradead.org (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 <khalasa@piap.pl>
> @@ -1025,6 +1027,7 @@ M:	Barry Song <baohua@kernel.org>
>  L:	linux-arm-kernel@lists.infradead.org (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 <kristoffer.ericson@gmail.com>
> @@ -1202,6 +1209,7 @@ M:	Santosh Shilimkar <ssantosh@kernel.org>
>  L:	linux-arm-kernel@lists.infradead.org (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:	linux-arm-kernel@lists.infradead.org (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 <davidb@codeaurora.org>
>  L:	linux-arm-msm@vger.kernel.org
>  L:	linux-soc@vger.kernel.org
>  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:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	linux-samsung-soc@vger.kernel.org (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 <k.kozlowski@samsung.com>

Best regards,
Krzysztof
Santosh Shilimkar Dec. 11, 2015, 12:44 a.m. UTC | #2
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<ssantosh@kernel.org>
>   L:	linux-arm-kernel@lists.infradead.org  (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<ssantosh@kernel.org>
Viresh Kumar Dec. 11, 2015, 1:43 a.m. UTC | #3
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 <robh@kernel.org>
> ---
>  MAINTAINERS | 20 +++++++++++++++++++-
>  1 file changed, 19 insertions(+), 1 deletion(-)
> @@ -10068,6 +10085,7 @@ L:	spear-devel@list.st.com
>  L:	linux-arm-kernel@lists.infradead.org (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 <viresh.kumar@linaro.org>
Florian Fainelli Dec. 11, 2015, 1:57 a.m. UTC | #4
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 <robh@kernel.org>
> ---
[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 <f.fainelli@gmail.com>
Robert Jarzmik Dec. 11, 2015, 5:50 a.m. UTC | #5
Rob Herring <robh@kernel.org> 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 <robh@kernel.org>
> ---
>  MAINTAINERS | 20 +++++++++++++++++++-
...
> @@ -8627,6 +8642,7 @@ L:	linux-arm-kernel@lists.infradead.org (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 <robert.jarzmik@free.fr>

Cheers.
Andy Gross Dec. 11, 2015, 6:17 a.m. UTC | #6
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 <robh@kernel.org>
> ---

<snip>

>  ARM/Marvell Dove/MV78xx0/Orion SOC support
> @@ -1406,7 +1415,9 @@ M:	David Brown <davidb@codeaurora.org>
>  L:	linux-arm-msm@vger.kernel.org
>  L:	linux-soc@vger.kernel.org
>  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 <agross@codeaurora.org>
Sudeep Holla Dec. 11, 2015, 10:10 a.m. UTC | #7
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 <robh@kernel.org>
> ---
>   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 <lorenzo.pieralisi@arm.com>
>   L:	linux-arm-kernel@lists.infradead.org (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 <sudeep.holla@arm.com>
Sebastian Hesselbarth Dec. 11, 2015, 10:47 a.m. UTC | #8
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 <robh@kernel.org>
> ---
>   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:	linux-arm-kernel@lists.infradead.org (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 <sebastian.hesselbarth@gmail.com>

Thanks!
Arnd Bergmann Dec. 11, 2015, 2:41 p.m. UTC | #9
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 <robh@kernel.org>
> 

Acked-by: Arnd Bergmann <arnd@arndb.de>

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

	Arnd
dinguyen@opensource.altera.com Dec. 11, 2015, 2:51 p.m. UTC | #10
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 <robh@kernel.org>
> ---
>  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 <dinguyen@opensource.altera.com>

Thanks,
Dinh
Rob Herring (Arm) Dec. 11, 2015, 5:37 p.m. UTC | #11
On Fri, Dec 11, 2015 at 8:41 AM, Arnd Bergmann <arnd@arndb.de> 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 <robh@kernel.org>
>>
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
>
> 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
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 69c8a9c..415b731 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -950,6 +950,8 @@  M:	Rob Herring <robh@kernel.org>
 L:	linux-arm-kernel@lists.infradead.org (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 <khalasa@piap.pl>
@@ -1025,6 +1027,7 @@  M:	Barry Song <baohua@kernel.org>
 L:	linux-arm-kernel@lists.infradead.org (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 <kristoffer.ericson@gmail.com>
@@ -1202,6 +1209,7 @@  M:	Santosh Shilimkar <ssantosh@kernel.org>
 L:	linux-arm-kernel@lists.infradead.org (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:	linux-arm-kernel@lists.infradead.org (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 <davidb@codeaurora.org>
 L:	linux-arm-msm@vger.kernel.org
 L:	linux-soc@vger.kernel.org
 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:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org (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 <lorenzo.pieralisi@arm.com>
 L:	linux-arm-kernel@lists.infradead.org (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:	linux-arm-kernel@lists.infradead.org (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:	linux-arm-kernel@lists.infradead.org (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:	spear-devel@list.st.com
 L:	linux-arm-kernel@lists.infradead.org (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