* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
@ 2015-12-11 0:13 ` Krzysztof Kozlowski
2015-12-11 0:44 ` santosh shilimkar
` (8 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2015-12-11 0:13 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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 at 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 at 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 at 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 at vger.kernel.org
> L: linux-soc at 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 at lists.infradead.org (moderated for non-subscribers)
> L: linux-samsung-soc at 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
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
2015-12-11 0:13 ` Krzysztof Kozlowski
@ 2015-12-11 0:44 ` santosh shilimkar
2015-12-11 1:43 ` Viresh Kumar
` (7 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: santosh shilimkar @ 2015-12-11 0:44 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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>
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
2015-12-11 0:13 ` Krzysztof Kozlowski
2015-12-11 0:44 ` santosh shilimkar
@ 2015-12-11 1:43 ` Viresh Kumar
2015-12-11 1:57 ` Florian Fainelli
` (6 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Viresh Kumar @ 2015-12-11 1:43 UTC (permalink / raw)
To: linux-arm-kernel
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 at list.st.com
> L: linux-arm-kernel at 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>
--
viresh
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
` (2 preceding siblings ...)
2015-12-11 1:43 ` Viresh Kumar
@ 2015-12-11 1:57 ` Florian Fainelli
2015-12-11 5:50 ` Robert Jarzmik
` (5 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Florian Fainelli @ 2015-12-11 1:57 UTC (permalink / raw)
To: linux-arm-kernel
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>
--
Florian
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
` (3 preceding siblings ...)
2015-12-11 1:57 ` Florian Fainelli
@ 2015-12-11 5:50 ` Robert Jarzmik
2015-12-11 6:17 ` Andy Gross
` (4 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Robert Jarzmik @ 2015-12-11 5:50 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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.
--
Robert
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
` (4 preceding siblings ...)
2015-12-11 5:50 ` Robert Jarzmik
@ 2015-12-11 6:17 ` Andy Gross
2015-12-11 10:10 ` Sudeep Holla
` (3 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Andy Gross @ 2015-12-11 6:17 UTC (permalink / raw)
To: linux-arm-kernel
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 at vger.kernel.org
> L: linux-soc at 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>
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
` (5 preceding siblings ...)
2015-12-11 6:17 ` Andy Gross
@ 2015-12-11 10:10 ` Sudeep Holla
2015-12-11 10:47 ` Sebastian Hesselbarth
` (2 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Sudeep Holla @ 2015-12-11 10:10 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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>
--
Regards,
Sudeep
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
` (6 preceding siblings ...)
2015-12-11 10:10 ` Sudeep Holla
@ 2015-12-11 10:47 ` Sebastian Hesselbarth
2015-12-11 14:41 ` Arnd Bergmann
2015-12-11 14:51 ` Dinh Nguyen
9 siblings, 0 replies; 12+ messages in thread
From: Sebastian Hesselbarth @ 2015-12-11 10:47 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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!
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
` (7 preceding siblings ...)
2015-12-11 10:47 ` Sebastian Hesselbarth
@ 2015-12-11 14:41 ` Arnd Bergmann
2015-12-11 17:37 ` Rob Herring
2015-12-11 14:51 ` Dinh Nguyen
9 siblings, 1 reply; 12+ messages in thread
From: Arnd Bergmann @ 2015-12-11 14:41 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-11 14:41 ` Arnd Bergmann
@ 2015-12-11 17:37 ` Rob Herring
0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2015-12-11 17:37 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH] MAINTAINERS: Add missing platform maintainers for dts files
2015-12-10 23:38 [PATCH] MAINTAINERS: Add missing platform maintainers for dts files Rob Herring
` (8 preceding siblings ...)
2015-12-11 14:41 ` Arnd Bergmann
@ 2015-12-11 14:51 ` Dinh Nguyen
9 siblings, 0 replies; 12+ messages in thread
From: Dinh Nguyen @ 2015-12-11 14:51 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 12+ messages in thread