linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] MAINTAINERS: update of of some Microchip entries
@ 2018-08-29 14:31 Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 01/11] MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip Nicolas Ferre
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

Hi,

This is an update of most of Microchip MAINTAINERS' entries. I took advantage
of the addition of Ludovic as co-maintainer to go through some of the entries
that were outdated.

There are moves of entries in the 3 last patches of this series. You can drop
them if they introduce too much headaches while updating this MAINTAINERS
file.

Series based on v4.19-rc1.

Nicolas Ferre (11):
  MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip
  MAINTAINERS: update entry for Microchip NAND driver support
  MAINTAINERS: media: change Microchip ISI, ISC maintainers
  MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers
  MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver
  MAINTAINERS: dmaengine: add files to Microchip dma entry
  MAINTAINERS: pwm: add entry for Microchip pwm driver
  MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver
  MAINTAINERS: remove the / ATMEL string from MICROCHIP entries
  MAINTAINERS: move former ATMEL entries to proper MICROCHIP location
  MAINTAINERS: sdhci: move the Microchip entry to proper location

 MAINTAINERS | 196 ++++++++++++++++++++++++++++------------------------
 1 file changed, 105 insertions(+), 91 deletions(-)

-- 
2.17.1


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

* [PATCH 01/11] MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 02/11] MAINTAINERS: update entry for Microchip NAND driver support Nicolas Ferre
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

Add Ludovic as a new co-maintainer for the AT91 Microchip ARM
sub-architecture.
Add the newly created kernel.org group git tree that we will use
from now on.

Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a5b256b25905..7f97f1f83398 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1703,9 +1703,10 @@ S:	Odd Fixes
 ARM/Microchip (AT91) SoC support
 M:	Nicolas Ferre <nicolas.ferre@microchip.com>
 M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
+M:	Ludovic Desroches <ludovic.desroches@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 W:	http://www.linux4sam.org
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
 S:	Supported
 N:	at91
 N:	atmel
-- 
2.17.1


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

* [PATCH 02/11] MAINTAINERS: update entry for Microchip NAND driver support
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 01/11] MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 03/11] MAINTAINERS: media: change Microchip ISI, ISC maintainers Nicolas Ferre
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre, Josh Wu

Replace the Microchip/Atmel NAND controller driver maintainer
by removing Josh and adding Tudor.

Cc: Josh Wu <rainyfeeling@outlook.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7f97f1f83398..43fa2ebb292e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9528,7 +9528,7 @@ F:	drivers/media/platform/atmel/atmel-isc-regs.h
 F:	devicetree/bindings/media/atmel-isc.txt
 
 MICROCHIP / ATMEL NAND DRIVER
-M:	Josh Wu <rainyfeeling@outlook.com>
+M:	Tudor Ambarus <tudor.ambarus@microchip.com>
 L:	linux-mtd@lists.infradead.org
 S:	Supported
 F:	drivers/mtd/nand/raw/atmel/*
-- 
2.17.1


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

* [PATCH 03/11] MAINTAINERS: media: change Microchip ISI, ISC maintainers
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 01/11] MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 02/11] MAINTAINERS: update entry for Microchip NAND driver support Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 04/11] MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers Nicolas Ferre
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

For ISC, Songjun is not with Microchip anymore, his address shouldn't be
reachable.
For ISI, Eugen can handle the maintenance now.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 43fa2ebb292e..6eaf54960c1c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2494,7 +2494,7 @@ S:	Supported
 F:	drivers/i2c/busses/i2c-at91.c
 
 ATMEL ISI DRIVER
-M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+M:	Eugen Hristev <eugen.hristev@microchip.com>
 L:	linux-media@vger.kernel.org
 S:	Supported
 F:	drivers/media/platform/atmel/atmel-isi.c
@@ -9520,7 +9520,7 @@ S:	Maintained
 F:	drivers/crypto/atmel-ecc.*
 
 MICROCHIP / ATMEL ISC DRIVER
-M:	Songjun Wu <songjun.wu@microchip.com>
+M:	Eugen Hristev <eugen.hristev@microchip.com>
 L:	linux-media@vger.kernel.org
 S:	Supported
 F:	drivers/media/platform/atmel/atmel-isc.c
-- 
2.17.1


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

* [PATCH 04/11] MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (2 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 03/11] MAINTAINERS: media: change Microchip ISI, ISC maintainers Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 05/11] MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver Nicolas Ferre
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

Hand over to Codrin for Microchip Audio SoC drivers in "atmel"
directory.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6eaf54960c1c..686822714e6b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2482,7 +2482,7 @@ S:	Supported
 F:	drivers/power/reset/at91-sama5d2_shdwc.c
 
 ATMEL Audio ALSA driver
-M:	Nicolas Ferre <nicolas.ferre@microchip.com>
+M:	Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
 L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
 S:	Supported
 F:	sound/soc/atmel
-- 
2.17.1


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

* [PATCH 05/11] MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (3 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 04/11] MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 06/11] MAINTAINERS: dmaengine: add files to Microchip dma entry Nicolas Ferre
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

Hand over this USB gadget driver to Cristian: atmel_usba.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 686822714e6b..fe1280b92a2e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2551,7 +2551,7 @@ F:	drivers/misc/atmel_tclib.c
 F:	drivers/clocksource/tcb_clksrc.c
 
 ATMEL USBA UDC DRIVER
-M:	Nicolas Ferre <nicolas.ferre@microchip.com>
+M:	Cristian Birsan <cristian.birsan@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Supported
 F:	drivers/usb/gadget/udc/atmel_usba_udc.*
-- 
2.17.1


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

* [PATCH 06/11] MAINTAINERS: dmaengine: add files to Microchip dma entry
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (4 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 05/11] MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 07/11] MAINTAINERS: pwm: add entry for Microchip pwm driver Nicolas Ferre
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

In Microchip DMA (HDMA actually) entry, add the missing files for
better matching with get_maintainer.pl tool.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fe1280b92a2e..414324563009 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9512,6 +9512,8 @@ S:	Supported
 F:	drivers/dma/at_hdmac.c
 F:	drivers/dma/at_hdmac_regs.h
 F:	include/linux/platform_data/dma-atmel.h
+F:	Documentation/devicetree/bindings/dma/atmel-dma.txt
+F:	include/dt-bindings/dma/at91.h
 
 MICROCHIP / ATMEL ECC DRIVER
 M:	Tudor Ambarus <tudor.ambarus@microchip.com>
-- 
2.17.1


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

* [PATCH 07/11] MAINTAINERS: pwm: add entry for Microchip pwm driver
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (5 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 06/11] MAINTAINERS: dmaengine: add files to Microchip dma entry Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 08/11] MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver Nicolas Ferre
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

Add the entry that was missing for pwm-atmel.c driver. Add binding file
as well.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 414324563009..fca67dcb84e0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9553,6 +9553,14 @@ L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ethernet/microchip/lan743x_*
 
+MICROCHIP PWM DRIVER
+M:	Claudiu Beznea <claudiu.beznea@microchip.com>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L:	linux-pwm@vger.kernel.org
+S:	Supported
+F:	drivers/pwm/pwm-atmel.c
+F:	Documentation/devicetree/bindings/pwm/atmel-pwm.txt
+
 MICROCHIP USB251XB DRIVER
 M:	Richard Leitner <richard.leitner@skidata.com>
 L:	linux-usb@vger.kernel.org
-- 
2.17.1


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

* [PATCH 08/11] MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (6 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 07/11] MAINTAINERS: pwm: add entry for Microchip pwm driver Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 09/11] MAINTAINERS: remove the / ATMEL string from MICROCHIP entries Nicolas Ferre
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

Add Eugen as co-maintainer with Ludovic of Microchip SAMA5D2-compatible
ADC driver.
Also add the binding documentation/include as file pattern.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fca67dcb84e0..3f5494b33d89 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2521,9 +2521,12 @@ F:	drivers/input/touchscreen/atmel_mxt_ts.c
 
 ATMEL SAMA5D2 ADC DRIVER
 M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+M:	Eugen Hristev <eugen.hristev@microchip.com>
 L:	linux-iio@vger.kernel.org
 S:	Supported
 F:	drivers/iio/adc/at91-sama5d2_adc.c
+F:	Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt
+F:	include/dt-bindings/iio/adc/at91-sama5d2_adc.h
 
 ATMEL SDMMC DRIVER
 M:	Ludovic Desroches <ludovic.desroches@microchip.com>
-- 
2.17.1


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

* [PATCH 09/11] MAINTAINERS: remove the / ATMEL string from MICROCHIP entries
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (7 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 08/11] MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 10/11] MAINTAINERS: move former ATMEL entries to proper MICROCHIP location Nicolas Ferre
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

No need to keep this additional string as it can puzzle people
while adding new driver's entries.
Move the NAND entry to keep it alphabetically ordered.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3f5494b33d89..4e9b9a52bc6e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9501,13 +9501,13 @@ T:	git git://git.monstr.eu/linux-2.6-microblaze.git
 S:	Supported
 F:	arch/microblaze/
 
-MICROCHIP / ATMEL AT91 SERIAL DRIVER
+MICROCHIP AT91 SERIAL DRIVER
 M:	Richard Genoud <richard.genoud@gmail.com>
 S:	Maintained
 F:	drivers/tty/serial/atmel_serial.c
 F:	drivers/tty/serial/atmel_serial.h
 
-MICROCHIP / ATMEL DMA DRIVER
+MICROCHIP DMA DRIVER
 M:	Ludovic Desroches <ludovic.desroches@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	dmaengine@vger.kernel.org
@@ -9518,13 +9518,13 @@ F:	include/linux/platform_data/dma-atmel.h
 F:	Documentation/devicetree/bindings/dma/atmel-dma.txt
 F:	include/dt-bindings/dma/at91.h
 
-MICROCHIP / ATMEL ECC DRIVER
+MICROCHIP ECC DRIVER
 M:	Tudor Ambarus <tudor.ambarus@microchip.com>
 L:	linux-crypto@vger.kernel.org
 S:	Maintained
 F:	drivers/crypto/atmel-ecc.*
 
-MICROCHIP / ATMEL ISC DRIVER
+MICROCHIP ISC DRIVER
 M:	Eugen Hristev <eugen.hristev@microchip.com>
 L:	linux-media@vger.kernel.org
 S:	Supported
@@ -9532,13 +9532,6 @@ F:	drivers/media/platform/atmel/atmel-isc.c
 F:	drivers/media/platform/atmel/atmel-isc-regs.h
 F:	devicetree/bindings/media/atmel-isc.txt
 
-MICROCHIP / ATMEL NAND DRIVER
-M:	Tudor Ambarus <tudor.ambarus@microchip.com>
-L:	linux-mtd@lists.infradead.org
-S:	Supported
-F:	drivers/mtd/nand/raw/atmel/*
-F:	Documentation/devicetree/bindings/mtd/atmel-nand.txt
-
 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
 M:	Woojung Huh <Woojung.Huh@microchip.com>
 M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
@@ -9556,6 +9549,13 @@ L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ethernet/microchip/lan743x_*
 
+MICROCHIP NAND DRIVER
+M:	Tudor Ambarus <tudor.ambarus@microchip.com>
+L:	linux-mtd@lists.infradead.org
+S:	Supported
+F:	drivers/mtd/nand/raw/atmel/*
+F:	Documentation/devicetree/bindings/mtd/atmel-nand.txt
+
 MICROCHIP PWM DRIVER
 M:	Claudiu Beznea <claudiu.beznea@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-- 
2.17.1


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

* [PATCH 10/11] MAINTAINERS: move former ATMEL entries to proper MICROCHIP location
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (8 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 09/11] MAINTAINERS: remove the / ATMEL string from MICROCHIP entries Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-29 14:31 ` [PATCH 11/11] MAINTAINERS: sdhci: move the Microchip entry to proper location Nicolas Ferre
  2018-08-31  9:13 ` [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Alexandre Belloni
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

Standardize the Microchip / Atmel entries with the same form and move them
so that they are all located at the same place, under the newer MICROCHIP
banner.
Only modifications to the titles of the entries are done in this patch.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 154 ++++++++++++++++++++++++++--------------------------
 1 file changed, 77 insertions(+), 77 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4e9b9a52bc6e..78044223d90f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2471,42 +2471,6 @@ F:	drivers/atm/
 F:	include/linux/atm*
 F:	include/uapi/linux/atm*
 
-ATMEL AT91 / AT32 MCI DRIVER
-M:	Ludovic Desroches <ludovic.desroches@microchip.com>
-S:	Maintained
-F:	drivers/mmc/host/atmel-mci.c
-
-ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
-M:	Nicolas Ferre <nicolas.ferre@microchip.com>
-S:	Supported
-F:	drivers/power/reset/at91-sama5d2_shdwc.c
-
-ATMEL Audio ALSA driver
-M:	Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
-L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
-S:	Supported
-F:	sound/soc/atmel
-
-ATMEL I2C DRIVER
-M:	Ludovic Desroches <ludovic.desroches@microchip.com>
-L:	linux-i2c@vger.kernel.org
-S:	Supported
-F:	drivers/i2c/busses/i2c-at91.c
-
-ATMEL ISI DRIVER
-M:	Eugen Hristev <eugen.hristev@microchip.com>
-L:	linux-media@vger.kernel.org
-S:	Supported
-F:	drivers/media/platform/atmel/atmel-isi.c
-F:	include/media/atmel-isi.h
-
-ATMEL LCDFB DRIVER
-M:	Nicolas Ferre <nicolas.ferre@microchip.com>
-L:	linux-fbdev@vger.kernel.org
-S:	Maintained
-F:	drivers/video/fbdev/atmel_lcdfb.c
-F:	include/video/atmel_lcdc.h
-
 ATMEL MACB ETHERNET DRIVER
 M:	Nicolas Ferre <nicolas.ferre@microchip.com>
 S:	Supported
@@ -2519,46 +2483,12 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/input/atmel,maxtouch.txt
 F:	drivers/input/touchscreen/atmel_mxt_ts.c
 
-ATMEL SAMA5D2 ADC DRIVER
-M:	Ludovic Desroches <ludovic.desroches@microchip.com>
-M:	Eugen Hristev <eugen.hristev@microchip.com>
-L:	linux-iio@vger.kernel.org
-S:	Supported
-F:	drivers/iio/adc/at91-sama5d2_adc.c
-F:	Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt
-F:	include/dt-bindings/iio/adc/at91-sama5d2_adc.h
-
 ATMEL SDMMC DRIVER
 M:	Ludovic Desroches <ludovic.desroches@microchip.com>
 L:	linux-mmc@vger.kernel.org
 S:	Supported
 F:	drivers/mmc/host/sdhci-of-at91.c
 
-ATMEL SPI DRIVER
-M:	Nicolas Ferre <nicolas.ferre@microchip.com>
-S:	Supported
-F:	drivers/spi/spi-atmel.*
-
-ATMEL SSC DRIVER
-M:	Nicolas Ferre <nicolas.ferre@microchip.com>
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Supported
-F:	drivers/misc/atmel-ssc.c
-F:	include/linux/atmel-ssc.h
-
-ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
-M:	Nicolas Ferre <nicolas.ferre@microchip.com>
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Supported
-F:	drivers/misc/atmel_tclib.c
-F:	drivers/clocksource/tcb_clksrc.c
-
-ATMEL USBA UDC DRIVER
-M:	Cristian Birsan <cristian.birsan@microchip.com>
-L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Supported
-F:	drivers/usb/gadget/udc/atmel_usba_udc.*
-
 ATMEL WIRELESS DRIVER
 M:	Simon Kelley <simon@thekelleys.org.uk>
 L:	linux-wireless@vger.kernel.org
@@ -2567,13 +2497,6 @@ W:	http://atmelwlandriver.sourceforge.net/
 S:	Maintained
 F:	drivers/net/wireless/atmel/atmel*
 
-ATMEL XDMA DRIVER
-M:	Ludovic Desroches <ludovic.desroches@microchip.com>
-L:	linux-arm-kernel@lists.infradead.org
-L:	dmaengine@vger.kernel.org
-S:	Supported
-F:	drivers/dma/at_xdmac.c
-
 ATOMIC INFRASTRUCTURE
 M:	Will Deacon <will.deacon@arm.com>
 M:	Peter Zijlstra <peterz@infradead.org>
@@ -9507,6 +9430,12 @@ S:	Maintained
 F:	drivers/tty/serial/atmel_serial.c
 F:	drivers/tty/serial/atmel_serial.h
 
+MICROCHIP AUDIO ASOC DRIVERS
+M:	Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
+L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
+S:	Supported
+F:	sound/soc/atmel
+
 MICROCHIP DMA DRIVER
 M:	Ludovic Desroches <ludovic.desroches@microchip.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
@@ -9524,6 +9453,12 @@ L:	linux-crypto@vger.kernel.org
 S:	Maintained
 F:	drivers/crypto/atmel-ecc.*
 
+MICROCHIP I2C DRIVER
+M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+L:	linux-i2c@vger.kernel.org
+S:	Supported
+F:	drivers/i2c/busses/i2c-at91.c
+
 MICROCHIP ISC DRIVER
 M:	Eugen Hristev <eugen.hristev@microchip.com>
 L:	linux-media@vger.kernel.org
@@ -9532,6 +9467,13 @@ F:	drivers/media/platform/atmel/atmel-isc.c
 F:	drivers/media/platform/atmel/atmel-isc-regs.h
 F:	devicetree/bindings/media/atmel-isc.txt
 
+MICROCHIP ISI DRIVER
+M:	Eugen Hristev <eugen.hristev@microchip.com>
+L:	linux-media@vger.kernel.org
+S:	Supported
+F:	drivers/media/platform/atmel/atmel-isi.c
+F:	include/media/atmel-isi.h
+
 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
 M:	Woojung Huh <Woojung.Huh@microchip.com>
 M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
@@ -9549,6 +9491,18 @@ L:	netdev@vger.kernel.org
 S:	Maintained
 F:	drivers/net/ethernet/microchip/lan743x_*
 
+MICROCHIP LCDFB DRIVER
+M:	Nicolas Ferre <nicolas.ferre@microchip.com>
+L:	linux-fbdev@vger.kernel.org
+S:	Maintained
+F:	drivers/video/fbdev/atmel_lcdfb.c
+F:	include/video/atmel_lcdc.h
+
+MICROCHIP MMC/SD/SDIO MCI DRIVER
+M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+S:	Maintained
+F:	drivers/mmc/host/atmel-mci.c
+
 MICROCHIP NAND DRIVER
 M:	Tudor Ambarus <tudor.ambarus@microchip.com>
 L:	linux-mtd@lists.infradead.org
@@ -9564,6 +9518,45 @@ S:	Supported
 F:	drivers/pwm/pwm-atmel.c
 F:	Documentation/devicetree/bindings/pwm/atmel-pwm.txt
 
+MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER
+M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+M:	Eugen Hristev <eugen.hristev@microchip.com>
+L:	linux-iio@vger.kernel.org
+S:	Supported
+F:	drivers/iio/adc/at91-sama5d2_adc.c
+F:	Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt
+F:	include/dt-bindings/iio/adc/at91-sama5d2_adc.h
+
+MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER
+M:	Nicolas Ferre <nicolas.ferre@microchip.com>
+S:	Supported
+F:	drivers/power/reset/at91-sama5d2_shdwc.c
+
+MICROCHIP SPI DRIVER
+M:	Nicolas Ferre <nicolas.ferre@microchip.com>
+S:	Supported
+F:	drivers/spi/spi-atmel.*
+
+MICROCHIP SSC DRIVER
+M:	Nicolas Ferre <nicolas.ferre@microchip.com>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Supported
+F:	drivers/misc/atmel-ssc.c
+F:	include/linux/atmel-ssc.h
+
+MICROCHIP TIMER COUNTER (TC) AND CLOCKSOURCE DRIVERS
+M:	Nicolas Ferre <nicolas.ferre@microchip.com>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Supported
+F:	drivers/misc/atmel_tclib.c
+F:	drivers/clocksource/tcb_clksrc.c
+
+MICROCHIP USBA UDC DRIVER
+M:	Cristian Birsan <cristian.birsan@microchip.com>
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Supported
+F:	drivers/usb/gadget/udc/atmel_usba_udc.*
+
 MICROCHIP USB251XB DRIVER
 M:	Richard Leitner <richard.leitner@skidata.com>
 L:	linux-usb@vger.kernel.org
@@ -9571,6 +9564,13 @@ S:	Maintained
 F:	drivers/usb/misc/usb251xb.c
 F:	Documentation/devicetree/bindings/usb/usb251xb.txt
 
+MICROCHIP XDMA DRIVER
+M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+L:	linux-arm-kernel@lists.infradead.org
+L:	dmaengine@vger.kernel.org
+S:	Supported
+F:	drivers/dma/at_xdmac.c
+
 MICROSEMI MIPS SOCS
 M:	Alexandre Belloni <alexandre.belloni@bootlin.com>
 L:	linux-mips@linux-mips.org
-- 
2.17.1


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

* [PATCH 11/11] MAINTAINERS: sdhci: move the Microchip entry to proper location
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (9 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 10/11] MAINTAINERS: move former ATMEL entries to proper MICROCHIP location Nicolas Ferre
@ 2018-08-29 14:31 ` Nicolas Ferre
  2018-08-31  9:13 ` [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Alexandre Belloni
  11 siblings, 0 replies; 13+ messages in thread
From: Nicolas Ferre @ 2018-08-29 14:31 UTC (permalink / raw)
  To: Alexandre Belloni, miquel.raynal, Ludovic Desroches
  Cc: Claudiu Beznea, Codrin Ciubotariu, Cristian Birsan,
	Eugen Hristev, Boris BREZILLON, linux-arm-kernel, linux-kernel,
	Nicolas Ferre

All SDHCI controller drivers are gathered at the same place, add the
Microchip one there.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 MAINTAINERS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 78044223d90f..df2f61548308 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2483,12 +2483,6 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/input/atmel,maxtouch.txt
 F:	drivers/input/touchscreen/atmel_mxt_ts.c
 
-ATMEL SDMMC DRIVER
-M:	Ludovic Desroches <ludovic.desroches@microchip.com>
-L:	linux-mmc@vger.kernel.org
-S:	Supported
-F:	drivers/mmc/host/sdhci-of-at91.c
-
 ATMEL WIRELESS DRIVER
 M:	Simon Kelley <simon@thekelleys.org.uk>
 L:	linux-wireless@vger.kernel.org
@@ -13006,6 +13000,12 @@ L:	linux-mmc@vger.kernel.org
 S:	Maintained
 F:	drivers/mmc/host/sdhci-pci-dwc-mshc.c
 
+SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
+M:	Ludovic Desroches <ludovic.desroches@microchip.com>
+L:	linux-mmc@vger.kernel.org
+S:	Supported
+F:	drivers/mmc/host/sdhci-of-at91.c
+
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
 M:	Ben Dooks <ben-linux@fluff.org>
 M:	Jaehoon Chung <jh80.chung@samsung.com>
-- 
2.17.1


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

* Re: [PATCH 00/11] MAINTAINERS: update of of some Microchip entries
  2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
                   ` (10 preceding siblings ...)
  2018-08-29 14:31 ` [PATCH 11/11] MAINTAINERS: sdhci: move the Microchip entry to proper location Nicolas Ferre
@ 2018-08-31  9:13 ` Alexandre Belloni
  11 siblings, 0 replies; 13+ messages in thread
From: Alexandre Belloni @ 2018-08-31  9:13 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: miquel.raynal, Ludovic Desroches, Claudiu Beznea,
	Codrin Ciubotariu, Cristian Birsan, Eugen Hristev,
	Boris BREZILLON, linux-arm-kernel, linux-kernel

On 29/08/2018 16:31:36+0200, Nicolas Ferre wrote:
> Hi,
> 
> This is an update of most of Microchip MAINTAINERS' entries. I took advantage
> of the addition of Ludovic as co-maintainer to go through some of the entries
> that were outdated.
> 
> There are moves of entries in the 3 last patches of this series. You can drop
> them if they introduce too much headaches while updating this MAINTAINERS
> file.
> 
> Series based on v4.19-rc1.
> 
> Nicolas Ferre (11):
>   MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip
>   MAINTAINERS: update entry for Microchip NAND driver support
>   MAINTAINERS: media: change Microchip ISI, ISC maintainers
>   MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers
>   MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver
>   MAINTAINERS: dmaengine: add files to Microchip dma entry
>   MAINTAINERS: pwm: add entry for Microchip pwm driver
>   MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver
>   MAINTAINERS: remove the / ATMEL string from MICROCHIP entries
>   MAINTAINERS: move former ATMEL entries to proper MICROCHIP location
>   MAINTAINERS: sdhci: move the Microchip entry to proper location
> 
>  MAINTAINERS | 196 ++++++++++++++++++++++++++++------------------------
>  1 file changed, 105 insertions(+), 91 deletions(-)
> 

All applied now.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-08-31  9:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-29 14:31 [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Nicolas Ferre
2018-08-29 14:31 ` [PATCH 01/11] MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip Nicolas Ferre
2018-08-29 14:31 ` [PATCH 02/11] MAINTAINERS: update entry for Microchip NAND driver support Nicolas Ferre
2018-08-29 14:31 ` [PATCH 03/11] MAINTAINERS: media: change Microchip ISI, ISC maintainers Nicolas Ferre
2018-08-29 14:31 ` [PATCH 04/11] MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers Nicolas Ferre
2018-08-29 14:31 ` [PATCH 05/11] MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver Nicolas Ferre
2018-08-29 14:31 ` [PATCH 06/11] MAINTAINERS: dmaengine: add files to Microchip dma entry Nicolas Ferre
2018-08-29 14:31 ` [PATCH 07/11] MAINTAINERS: pwm: add entry for Microchip pwm driver Nicolas Ferre
2018-08-29 14:31 ` [PATCH 08/11] MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver Nicolas Ferre
2018-08-29 14:31 ` [PATCH 09/11] MAINTAINERS: remove the / ATMEL string from MICROCHIP entries Nicolas Ferre
2018-08-29 14:31 ` [PATCH 10/11] MAINTAINERS: move former ATMEL entries to proper MICROCHIP location Nicolas Ferre
2018-08-29 14:31 ` [PATCH 11/11] MAINTAINERS: sdhci: move the Microchip entry to proper location Nicolas Ferre
2018-08-31  9:13 ` [PATCH 00/11] MAINTAINERS: update of of some Microchip entries Alexandre Belloni

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).