linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update ARM/ZTE entry
@ 2017-08-14  2:44 Shawn Guo
  2017-08-16 20:39 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2017-08-14  2:44 UTC (permalink / raw)
  To: linux-arm-kernel

Update ARM/ZTE entry to include all those ZTE ZX platform drivers and
files that do not have a separate MAINTAINERS entry.

Since I have been contributing a lot for ZTE ZX SoCs support and
collecting platform patches for a few cycles, add myself as one
maintainer for the platform.

Cc: Jun Nie <jun.nie@linaro.org>
Cc: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
---
Hi Arnd, Olof,

Can you please apply the patch directly to arm-soc if you are fine with
it.  Or if you would like a pull request for this, please let me know.

Shawn

 MAINTAINERS | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 205d3977ac46..4d6eb5571593 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2057,17 +2057,38 @@ F:	arch/arm/mach-pxa/include/mach/z2.h
 ARM/ZTE ARCHITECTURE
 M:	Jun Nie <jun.nie@linaro.org>
 M:	Baoyou Xie <baoyou.xie@linaro.org>
+M:	Shawn Guo <shawnguo@kernel.org>
 L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
+F:	arch/arm/boot/dts/zx2967*
 F:	arch/arm/mach-zx/
+F:	arch/arm64/boot/dts/zte/
 F:	drivers/clk/zte/
+F:	drivers/dma/zx_dma.c
+F:	drivers/gpio/gpio-zx.c
+F:	drivers/i2c/busses/i2c-zx2967.c
+F:	drivers/mmc/host/dw_mmc-zx.*
+F:	drivers/pinctrl/zte/
 F:	drivers/reset/reset-zx2967.c
 F:	drivers/soc/zte/
+F:	drivers/thermal/zx2967_thermal.c
+F:	drivers/watchdog/zx2967_wdt.c
 F:	Documentation/devicetree/bindings/arm/zte.txt
-F:	Documentation/devicetree/bindings/clock/zx296702-clk.txt
+F:	Documentation/devicetree/bindings/clock/zx2967*.txt
+F:	Documentation/devicetree/bindings/dma/zxdma.txt
+F:	Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
+F:	Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
+F:	Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
+F:	Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
 F:	Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
 F:	Documentation/devicetree/bindings/soc/zte/
-F:	include/dt-bindings/soc/zx*.h
+F:	Documentation/devicetree/bindings/sound/zte,*.txt
+F:	Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
+F:	Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
+F:	include/dt-bindings/clock/zx2967*.h
+F:	include/dt-bindings/soc/zte,*.h
+F:	sound/soc/codecs/zx_aud96p22.c
+F:	sound/soc/zte/
 
 ARM/ZYNQ ARCHITECTURE
 M:	Michal Simek <michal.simek@xilinx.com>
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] MAINTAINERS: update ARM/ZTE entry
  2017-08-14  2:44 [PATCH] MAINTAINERS: update ARM/ZTE entry Shawn Guo
@ 2017-08-16 20:39 ` Arnd Bergmann
  2017-08-17 13:14   ` Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2017-08-16 20:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 14, 2017 at 4:44 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> Update ARM/ZTE entry to include all those ZTE ZX platform drivers and
> files that do not have a separate MAINTAINERS entry.
>
> Since I have been contributing a lot for ZTE ZX SoCs support and
> collecting platform patches for a few cycles, add myself as one
> maintainer for the platform.
>
> Cc: Jun Nie <jun.nie@linaro.org>
> Cc: Baoyou Xie <baoyou.xie@linaro.org>
> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
> ---
> Hi Arnd, Olof,
>
> Can you please apply the patch directly to arm-soc if you are fine with
> it.  Or if you would like a pull request for this, please let me know.

Applied to next/soc. You did not specify whether you wanted this in 4.13,
which would have been fine with me, but I guessed it's not urgent.

     Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] MAINTAINERS: update ARM/ZTE entry
  2017-08-16 20:39 ` Arnd Bergmann
@ 2017-08-17 13:14   ` Shawn Guo
  0 siblings, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2017-08-17 13:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Aug 16, 2017 at 10:39:45PM +0200, Arnd Bergmann wrote:
> On Mon, Aug 14, 2017 at 4:44 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> > Update ARM/ZTE entry to include all those ZTE ZX platform drivers and
> > files that do not have a separate MAINTAINERS entry.
> >
> > Since I have been contributing a lot for ZTE ZX SoCs support and
> > collecting platform patches for a few cycles, add myself as one
> > maintainer for the platform.
> >
> > Cc: Jun Nie <jun.nie@linaro.org>
> > Cc: Baoyou Xie <baoyou.xie@linaro.org>
> > Signed-off-by: Shawn Guo <shawnguo@kernel.org>
> > ---
> > Hi Arnd, Olof,
> >
> > Can you please apply the patch directly to arm-soc if you are fine with
> > it.  Or if you would like a pull request for this, please let me know.
> 
> Applied to next/soc. You did not specify whether you wanted this in 4.13,
> which would have been fine with me, but I guessed it's not urgent.

Yes, my intention is just for -next.  Thanks, Arnd.

Shawn

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-17 13:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14  2:44 [PATCH] MAINTAINERS: update ARM/ZTE entry Shawn Guo
2017-08-16 20:39 ` Arnd Bergmann
2017-08-17 13:14   ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).