Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1388365 > unrolled thread

[PATCH 0/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC

Started byVladimir Zapolskiy <vz@mleia.com>
First post2016-04-27 02:00 +0200
Last post2016-04-27 11:50 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC Vladimir Zapolskiy <vz@mleia.com> - 2016-04-27 02:00 +0200
    [PATCH 3/3] MAINTAINERS: add ARM/NXP LPC32XX SoC specific drivers to the section Vladimir Zapolskiy <vz@mleia.com> - 2016-04-27 02:00 +0200
    [PATCH 2/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC Vladimir Zapolskiy <vz@mleia.com> - 2016-04-27 02:00 +0200
    Re: [PATCH 0/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC Arnd Bergmann <arnd@arndb.de> - 2016-04-27 11:50 +0200

#1388365 — [PATCH 0/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC

FromVladimir Zapolskiy <vz@mleia.com>
Date2016-04-27 02:00 +0200
Subject[PATCH 0/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC
Message-ID<rsl3A-89z-13@gated-at.bofh.it>
Roland Stigge added initial support of NXP LPC32xx SoC series and
first boards powered by it, but for a while since v3.18-rc1 the
SoC support is unmaintained and became stale.

Vladimir Zapolskiy and Sylvain Lemieux expressed interest in
continuation of NXP LPC32xx maintenance, reflect this in MAINTAINERS
record file for better communication with Linux kernel community.

The maintenance change is in agreement with Arnd Bergmann:

  http://www.spinics.net/lists/arm-kernel/msg498129.html

Vladimir Zapolskiy (3):
  MAINTAINERS: move ARM/NXP LPC32xx record to ARM section
  MAINTAINERS: add new maintainers of NXP LPC32xx SoC
  MAINTAINERS: add ARM/NXP LPC32XX SoC specific drivers to the section

 MAINTAINERS | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

-- 
2.8.0.rc3

[toc] | [next] | [standalone]


#1388366 — [PATCH 3/3] MAINTAINERS: add ARM/NXP LPC32XX SoC specific drivers to the section

FromVladimir Zapolskiy <vz@mleia.com>
Date2016-04-27 02:00 +0200
Subject[PATCH 3/3] MAINTAINERS: add ARM/NXP LPC32XX SoC specific drivers to the section
Message-ID<rsl3A-89z-23@gated-at.bofh.it>
In reply to#1388365
The change adds a list of files for maintenance under NXP LPC32xx
section, the listed files are NXP LPC32xx SoC series mach files,
DTS files of NXP LPC32xx SoC powered boards and NXP LPC32xx SoC
peripheral drivers, most of the peripheral driver file names match
'lpc32xx' pattern.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e70c5a8..117a3c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1312,7 +1312,13 @@ M:	Sylvain Lemieux <slemieux.tyco@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:	git git://github.com/vzapolskiy/linux-lpc32xx.git
 S:	Maintained
+F:	arch/arm/boot/dts/lpc32*
 F:	arch/arm/mach-lpc32xx/
+F:	drivers/i2c/busses/i2c-pnx.c
+F:	drivers/net/ethernet/nxp/lpc_eth.c
+F:	drivers/usb/host/ohci-nxp.c
+F:	drivers/watchdog/pnx4008_wdt.c
+N:	lpc32xx
 
 ARM/MAGICIAN MACHINE SUPPORT
 M:	Philipp Zabel <philipp.zabel@gmail.com>
-- 
2.8.0.rc3

[toc] | [prev] | [next] | [standalone]


#1388377 — [PATCH 2/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC

FromVladimir Zapolskiy <vz@mleia.com>
Date2016-04-27 02:00 +0200
Subject[PATCH 2/3] MAINTAINERS: add new maintainers of NXP LPC32xx SoC
Message-ID<rsl3C-89z-45@gated-at.bofh.it>
In reply to#1388365
Roland Stigge added initial support of NXP LPC32xx SoC series and
first boards powered by it, but for a while since v3.18-rc1 the
SoC support is unmaintained and became stale.

Vladimir Zapolskiy and Sylvain Lemieux expressed interest in
continuation of NXP LPC32xx maintenance, reflect this in MAINTAINERS
record file for better communication with Linux kernel community.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 233c9bf..e70c5a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1307,8 +1307,10 @@ F:	drivers/rtc/rtc-lpc24xx.c
 N:	lpc18xx
 
 ARM/LPC32XX SOC SUPPORT
-M:	Roland Stigge <stigge@antcom.de>
+M:	Vladimir Zapolskiy <vz@mleia.com>
+M:	Sylvain Lemieux <slemieux.tyco@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+T:	git git://github.com/vzapolskiy/linux-lpc32xx.git
 S:	Maintained
 F:	arch/arm/mach-lpc32xx/
 
-- 
2.8.0.rc3

[toc] | [prev] | [next] | [standalone]


#1388849

FromArnd Bergmann <arnd@arndb.de>
Date2016-04-27 11:50 +0200
Message-ID<rsugy-7q8-17@gated-at.bofh.it>
In reply to#1388365
On Wednesday 27 April 2016 02:55:16 Vladimir Zapolskiy wrote:
> Roland Stigge added initial support of NXP LPC32xx SoC series and
> first boards powered by it, but for a while since v3.18-rc1 the
> SoC support is unmaintained and became stale.
> 
> Vladimir Zapolskiy and Sylvain Lemieux expressed interest in
> continuation of NXP LPC32xx maintenance, reflect this in MAINTAINERS
> record file for better communication with Linux kernel community.
> 
> The maintenance change is in agreement with Arnd Bergmann:
> 

Looks good. Let's give Roland some time to reply (hopefully with
and Ack), and then merge it for 4.7.

Thanks,

	Arnd

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web