linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns
@ 2011-07-07  0:28 Joe Perches
  2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Joe Perches @ 2011-07-07  0:28 UTC (permalink / raw)
  To: linux-next, linux-kernel; +Cc: Grant Likely, Michael Hennerich, Michael Buesch

commit c103de24043 ("gpio: reorganize drivers")
renamed the files, update the patterns.

cc: Grant Likely <grant.likely@secretlab.ca>
cc: Michael Hennerich <michael.hennerich@analog.com>
cc: Michael Buesch <mb@bu3sch.de>

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 657fabe..0ad8ff0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -343,7 +343,7 @@ S:	Supported
 F:	drivers/mfd/adp5520.c
 F:	drivers/video/backlight/adp5520_bl.c
 F:	drivers/leds/leds-adp5520.c
-F:	drivers/gpio/adp5520-gpio.c
+F:	drivers/gpio/gpio-adp5520.c
 F:	drivers/input/keyboard/adp5520-keys.c
 
 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
@@ -352,7 +352,7 @@ L:	device-drivers-devel@blackfin.uclinux.org
 W:	http://wiki.analog.com/ADP5588
 S:	Supported
 F:	drivers/input/keyboard/adp5588-keys.c
-F:	drivers/gpio/adp5588-gpio.c
+F:	drivers/gpio/gpio-adp5588.c
 
 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
 M:	Michael Hennerich <michael.hennerich@analog.com>
@@ -1587,11 +1587,11 @@ S:	Maintained
 F:	Documentation/sound/alsa/Bt87x.txt
 F:	sound/pci/bt87x.c
 
-BT8XXGPIO DRIVER
+BT8XX GPIO DRIVER
 M:	Michael Buesch <mb@bu3sch.de>
 W:	http://bu3sch.de/btgpio.php
 S:	Maintained
-F:	drivers/gpio/bt8xxgpio.c
+F:	drivers/gpio/gpio-bt8xx.c
 
 BTRFS FILE SYSTEM
 M:	Chris Mason <chris.mason@oracle.com>
-- 
1.7.6.131.g99019


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

* [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns
  2011-07-07  0:28 [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns Joe Perches
@ 2011-07-07  0:28 ` Joe Perches
  2011-07-07  0:34   ` Grant Likely
                     ` (3 more replies)
  2011-07-07  0:34 ` [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns Grant Likely
  2011-07-07  7:19 ` Michael Hennerich
  2 siblings, 4 replies; 8+ messages in thread
From: Joe Perches @ 2011-07-07  0:28 UTC (permalink / raw)
  To: linux-next, linux-kernel
  Cc: Grant Likely, Nicolas Ferre, Wan ZongShun, Eric Miao, Russell King

commit ca632f556697 ("spi: reorganize drivers")
renamed the files, update the MAINTAINERS patterns.

cc: Grant Likely <grant.likely@secretlab.ca>
cc: Nicolas Ferre <nicolas.ferre@atmel.com>
cc: Wan ZongShun <mcuos.com@gmail.com>
cc: Eric Miao <eric.y.miao@gmail.com>
cc: Russell King <linux@arm.linux.org.uk>

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0ad8ff0..4e5cc19 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1123,7 +1123,7 @@ F:	drivers/watchdog/nuc900_wdt.c
 F:	drivers/net/arm/w90p910_ether.c
 F:	drivers/mtd/nand/nuc900_nand.c
 F:	drivers/rtc/rtc-nuc900.c
-F:	drivers/spi/spi_nuc900.c
+F:	drivers/spi/spi-nuc900.c
 F:	drivers/usb/host/ehci-w90x900.c
 F:	drivers/video/nuc900fb.c
 
@@ -1321,7 +1321,7 @@ F:	drivers/net/macb.*
 ATMEL SPI DRIVER
 M:	Nicolas Ferre <nicolas.ferre@atmel.com>
 S:	Supported
-F:	drivers/spi/atmel_spi.*
+F:	drivers/spi/spi-atmel.c
 
 ATMEL USBA UDC DRIVER
 M:	Nicolas Ferre <nicolas.ferre@atmel.com>
@@ -5142,7 +5142,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 F:	arch/arm/mach-pxa/
 F:	drivers/pcmcia/pxa2xx*
-F:	drivers/spi/pxa2xx*
+F:	drivers/spi/spi-pxa2xx*
 F:	drivers/usb/gadget/pxa2*
 F:	include/sound/pxa2xx-lib.h
 F:	sound/arm/pxa*
-- 
1.7.6.131.g99019


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

* Re: [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns
  2011-07-07  0:28 [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns Joe Perches
  2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
@ 2011-07-07  0:34 ` Grant Likely
  2011-07-07  7:19 ` Michael Hennerich
  2 siblings, 0 replies; 8+ messages in thread
From: Grant Likely @ 2011-07-07  0:34 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-next, linux-kernel, Michael Hennerich, Michael Buesch

On Wed, Jul 6, 2011 at 6:28 PM, Joe Perches <joe@perches.com> wrote:
> commit c103de24043 ("gpio: reorganize drivers")
> renamed the files, update the patterns.
>
> cc: Grant Likely <grant.likely@secretlab.ca>
> cc: Michael Hennerich <michael.hennerich@analog.com>
> cc: Michael Buesch <mb@bu3sch.de>
>
> Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
> ---
>  MAINTAINERS |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 657fabe..0ad8ff0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -343,7 +343,7 @@ S:  Supported
>  F:     drivers/mfd/adp5520.c
>  F:     drivers/video/backlight/adp5520_bl.c
>  F:     drivers/leds/leds-adp5520.c
> -F:     drivers/gpio/adp5520-gpio.c
> +F:     drivers/gpio/gpio-adp5520.c
>  F:     drivers/input/keyboard/adp5520-keys.c
>
>  ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
> @@ -352,7 +352,7 @@ L:  device-drivers-devel@blackfin.uclinux.org
>  W:     http://wiki.analog.com/ADP5588
>  S:     Supported
>  F:     drivers/input/keyboard/adp5588-keys.c
> -F:     drivers/gpio/adp5588-gpio.c
> +F:     drivers/gpio/gpio-adp5588.c
>
>  ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
>  M:     Michael Hennerich <michael.hennerich@analog.com>
> @@ -1587,11 +1587,11 @@ S:      Maintained
>  F:     Documentation/sound/alsa/Bt87x.txt
>  F:     sound/pci/bt87x.c
>
> -BT8XXGPIO DRIVER
> +BT8XX GPIO DRIVER
>  M:     Michael Buesch <mb@bu3sch.de>
>  W:     http://bu3sch.de/btgpio.php
>  S:     Maintained
> -F:     drivers/gpio/bt8xxgpio.c
> +F:     drivers/gpio/gpio-bt8xx.c
>
>  BTRFS FILE SYSTEM
>  M:     Chris Mason <chris.mason@oracle.com>
> --
> 1.7.6.131.g99019
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns
  2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
@ 2011-07-07  0:34   ` Grant Likely
  2011-07-07  7:07   ` Nicolas Ferre
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Grant Likely @ 2011-07-07  0:34 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-next, linux-kernel, Nicolas Ferre, Wan ZongShun, Eric Miao,
	Russell King

On Wed, Jul 6, 2011 at 6:28 PM, Joe Perches <joe@perches.com> wrote:
> commit ca632f556697 ("spi: reorganize drivers")
> renamed the files, update the MAINTAINERS patterns.
>
> cc: Grant Likely <grant.likely@secretlab.ca>
> cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> cc: Wan ZongShun <mcuos.com@gmail.com>
> cc: Eric Miao <eric.y.miao@gmail.com>
> cc: Russell King <linux@arm.linux.org.uk>
>
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Grant Likely <grant.likely@secretlab.ca>

> ---
>  MAINTAINERS |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0ad8ff0..4e5cc19 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1123,7 +1123,7 @@ F:        drivers/watchdog/nuc900_wdt.c
>  F:     drivers/net/arm/w90p910_ether.c
>  F:     drivers/mtd/nand/nuc900_nand.c
>  F:     drivers/rtc/rtc-nuc900.c
> -F:     drivers/spi/spi_nuc900.c
> +F:     drivers/spi/spi-nuc900.c
>  F:     drivers/usb/host/ehci-w90x900.c
>  F:     drivers/video/nuc900fb.c
>
> @@ -1321,7 +1321,7 @@ F:        drivers/net/macb.*
>  ATMEL SPI DRIVER
>  M:     Nicolas Ferre <nicolas.ferre@atmel.com>
>  S:     Supported
> -F:     drivers/spi/atmel_spi.*
> +F:     drivers/spi/spi-atmel.c
>
>  ATMEL USBA UDC DRIVER
>  M:     Nicolas Ferre <nicolas.ferre@atmel.com>
> @@ -5142,7 +5142,7 @@ L:        linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:     Maintained
>  F:     arch/arm/mach-pxa/
>  F:     drivers/pcmcia/pxa2xx*
> -F:     drivers/spi/pxa2xx*
> +F:     drivers/spi/spi-pxa2xx*
>  F:     drivers/usb/gadget/pxa2*
>  F:     include/sound/pxa2xx-lib.h
>  F:     sound/arm/pxa*
> --
> 1.7.6.131.g99019
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns
  2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
  2011-07-07  0:34   ` Grant Likely
@ 2011-07-07  7:07   ` Nicolas Ferre
  2011-07-07  8:28   ` Eric Miao
  2011-07-07  8:57   ` Wan ZongShun
  3 siblings, 0 replies; 8+ messages in thread
From: Nicolas Ferre @ 2011-07-07  7:07 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-next, linux-kernel, Grant Likely, Wan ZongShun, Eric Miao,
	Russell King

Le 07/07/2011 02:28, Joe Perches :
> commit ca632f556697 ("spi: reorganize drivers")
> renamed the files, update the MAINTAINERS patterns.
> 
> cc: Grant Likely <grant.likely@secretlab.ca>
> cc: Nicolas Ferre <nicolas.ferre@atmel.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> cc: Wan ZongShun <mcuos.com@gmail.com>
> cc: Eric Miao <eric.y.miao@gmail.com>
> cc: Russell King <linux@arm.linux.org.uk>
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  MAINTAINERS |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0ad8ff0..4e5cc19 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1123,7 +1123,7 @@ F:	drivers/watchdog/nuc900_wdt.c
>  F:	drivers/net/arm/w90p910_ether.c
>  F:	drivers/mtd/nand/nuc900_nand.c
>  F:	drivers/rtc/rtc-nuc900.c
> -F:	drivers/spi/spi_nuc900.c
> +F:	drivers/spi/spi-nuc900.c
>  F:	drivers/usb/host/ehci-w90x900.c
>  F:	drivers/video/nuc900fb.c
>  
> @@ -1321,7 +1321,7 @@ F:	drivers/net/macb.*
>  ATMEL SPI DRIVER
>  M:	Nicolas Ferre <nicolas.ferre@atmel.com>
>  S:	Supported
> -F:	drivers/spi/atmel_spi.*
> +F:	drivers/spi/spi-atmel.c
>  
>  ATMEL USBA UDC DRIVER
>  M:	Nicolas Ferre <nicolas.ferre@atmel.com>
> @@ -5142,7 +5142,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  F:	arch/arm/mach-pxa/
>  F:	drivers/pcmcia/pxa2xx*
> -F:	drivers/spi/pxa2xx*
> +F:	drivers/spi/spi-pxa2xx*
>  F:	drivers/usb/gadget/pxa2*
>  F:	include/sound/pxa2xx-lib.h
>  F:	sound/arm/pxa*


-- 
Nicolas Ferre


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

* Re: [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns
  2011-07-07  0:28 [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns Joe Perches
  2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
  2011-07-07  0:34 ` [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns Grant Likely
@ 2011-07-07  7:19 ` Michael Hennerich
  2 siblings, 0 replies; 8+ messages in thread
From: Michael Hennerich @ 2011-07-07  7:19 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-next, linux-kernel, Grant Likely, Michael Buesch,
	device-drivers-devel

On 07/07/2011 02:28 AM, Joe Perches wrote:
> commit c103de24043 ("gpio: reorganize drivers")
> renamed the files, update the patterns.
>
> cc: Grant Likely<grant.likely@secretlab.ca>
> cc: Michael Hennerich<michael.hennerich@analog.com>
> cc: Michael Buesch<mb@bu3sch.de>
>
> Signed-off-by: Joe Perches<joe@perches.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
> ---
>   MAINTAINERS |    8 ++++----
>   1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 657fabe..0ad8ff0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -343,7 +343,7 @@ S:	Supported
>   F:	drivers/mfd/adp5520.c
>   F:	drivers/video/backlight/adp5520_bl.c
>   F:	drivers/leds/leds-adp5520.c
> -F:	drivers/gpio/adp5520-gpio.c
> +F:	drivers/gpio/gpio-adp5520.c
>   F:	drivers/input/keyboard/adp5520-keys.c
>
>   ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
> @@ -352,7 +352,7 @@ L:	device-drivers-devel@blackfin.uclinux.org
>   W:	http://wiki.analog.com/ADP5588
>   S:	Supported
>   F:	drivers/input/keyboard/adp5588-keys.c
> -F:	drivers/gpio/adp5588-gpio.c
> +F:	drivers/gpio/gpio-adp5588.c
>
>   ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
>   M:	Michael Hennerich<michael.hennerich@analog.com>
> @@ -1587,11 +1587,11 @@ S:	Maintained
>   F:	Documentation/sound/alsa/Bt87x.txt
>   F:	sound/pci/bt87x.c
>
> -BT8XXGPIO DRIVER
> +BT8XX GPIO DRIVER
>   M:	Michael Buesch<mb@bu3sch.de>
>   W:	http://bu3sch.de/btgpio.php
>   S:	Maintained
> -F:	drivers/gpio/bt8xxgpio.c
> +F:	drivers/gpio/gpio-bt8xx.c
>
>   BTRFS FILE SYSTEM
>   M:	Chris Mason<chris.mason@oracle.com>


-- 
Greetings,
Michael

--
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin,
Margaret Seif



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

* Re: [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns
  2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
  2011-07-07  0:34   ` Grant Likely
  2011-07-07  7:07   ` Nicolas Ferre
@ 2011-07-07  8:28   ` Eric Miao
  2011-07-07  8:57   ` Wan ZongShun
  3 siblings, 0 replies; 8+ messages in thread
From: Eric Miao @ 2011-07-07  8:28 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-next, linux-kernel, Grant Likely, Nicolas Ferre,
	Wan ZongShun, Russell King

On Thu, Jul 7, 2011 at 8:28 AM, Joe Perches <joe@perches.com> wrote:
> commit ca632f556697 ("spi: reorganize drivers")
> renamed the files, update the MAINTAINERS patterns.
>
> cc: Grant Likely <grant.likely@secretlab.ca>
> cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> cc: Wan ZongShun <mcuos.com@gmail.com>
> cc: Eric Miao <eric.y.miao@gmail.com>
> cc: Russell King <linux@arm.linux.org.uk>
>
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Eric Miao <eric.y.miao@gmail.com>

> ---
>  MAINTAINERS |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0ad8ff0..4e5cc19 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1123,7 +1123,7 @@ F:        drivers/watchdog/nuc900_wdt.c
>  F:     drivers/net/arm/w90p910_ether.c
>  F:     drivers/mtd/nand/nuc900_nand.c
>  F:     drivers/rtc/rtc-nuc900.c
> -F:     drivers/spi/spi_nuc900.c
> +F:     drivers/spi/spi-nuc900.c
>  F:     drivers/usb/host/ehci-w90x900.c
>  F:     drivers/video/nuc900fb.c
>
> @@ -1321,7 +1321,7 @@ F:        drivers/net/macb.*
>  ATMEL SPI DRIVER
>  M:     Nicolas Ferre <nicolas.ferre@atmel.com>
>  S:     Supported
> -F:     drivers/spi/atmel_spi.*
> +F:     drivers/spi/spi-atmel.c
>
>  ATMEL USBA UDC DRIVER
>  M:     Nicolas Ferre <nicolas.ferre@atmel.com>
> @@ -5142,7 +5142,7 @@ L:        linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:     Maintained
>  F:     arch/arm/mach-pxa/
>  F:     drivers/pcmcia/pxa2xx*
> -F:     drivers/spi/pxa2xx*
> +F:     drivers/spi/spi-pxa2xx*
>  F:     drivers/usb/gadget/pxa2*
>  F:     include/sound/pxa2xx-lib.h
>  F:     sound/arm/pxa*
> --
> 1.7.6.131.g99019
>
>

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

* Re: [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns
  2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
                     ` (2 preceding siblings ...)
  2011-07-07  8:28   ` Eric Miao
@ 2011-07-07  8:57   ` Wan ZongShun
  3 siblings, 0 replies; 8+ messages in thread
From: Wan ZongShun @ 2011-07-07  8:57 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-next, linux-kernel, Grant Likely, Nicolas Ferre, Eric Miao,
	Russell King

2011/7/7 Joe Perches <joe@perches.com>:
> commit ca632f556697 ("spi: reorganize drivers")
> renamed the files, update the MAINTAINERS patterns.
>
> cc: Grant Likely <grant.likely@secretlab.ca>
> cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> cc: Wan ZongShun <mcuos.com@gmail.com>
> cc: Eric Miao <eric.y.miao@gmail.com>
> cc: Russell King <linux@arm.linux.org.uk>
>
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Wan Zongshun <mcuos.com@gmail.com>
> ---
>  MAINTAINERS |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0ad8ff0..4e5cc19 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1123,7 +1123,7 @@ F:        drivers/watchdog/nuc900_wdt.c
>  F:     drivers/net/arm/w90p910_ether.c
>  F:     drivers/mtd/nand/nuc900_nand.c
>  F:     drivers/rtc/rtc-nuc900.c
> -F:     drivers/spi/spi_nuc900.c
> +F:     drivers/spi/spi-nuc900.c
>  F:     drivers/usb/host/ehci-w90x900.c
>  F:     drivers/video/nuc900fb.c
>
> @@ -1321,7 +1321,7 @@ F:        drivers/net/macb.*
>  ATMEL SPI DRIVER
>  M:     Nicolas Ferre <nicolas.ferre@atmel.com>
>  S:     Supported
> -F:     drivers/spi/atmel_spi.*
> +F:     drivers/spi/spi-atmel.c
>
>  ATMEL USBA UDC DRIVER
>  M:     Nicolas Ferre <nicolas.ferre@atmel.com>
> @@ -5142,7 +5142,7 @@ L:        linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:     Maintained
>  F:     arch/arm/mach-pxa/
>  F:     drivers/pcmcia/pxa2xx*
> -F:     drivers/spi/pxa2xx*
> +F:     drivers/spi/spi-pxa2xx*
>  F:     drivers/usb/gadget/pxa2*
>  F:     include/sound/pxa2xx-lib.h
>  F:     sound/arm/pxa*
> --
> 1.7.6.131.g99019
>
>



-- 
Wan ZongShun.
www.mcuos.com

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

end of thread, other threads:[~2011-07-07  8:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07  0:28 [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns Joe Perches
2011-07-07  0:28 ` [PATCH next 2/2] MAINTAINERS: Update PXA2xx/PXA3xx SUPPORT patterns Joe Perches
2011-07-07  0:34   ` Grant Likely
2011-07-07  7:07   ` Nicolas Ferre
2011-07-07  8:28   ` Eric Miao
2011-07-07  8:57   ` Wan ZongShun
2011-07-07  0:34 ` [PATCH next 1/2] MAINTAINERS: Update GPIO sections patterns Grant Likely
2011-07-07  7:19 ` Michael Hennerich

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