2014-07-30 03:38:49

by Joe Perches

[permalink] [raw]
Subject: [PATCH 0/6] MAINTAINERS: Update patterns

Miscellaneous collection of MAINTAINER pattern updates

Joe Perches (6):
MAINTAINERS: Update DMA BUFFER SHARING patterns
MAINTAINERS: Update usb/gadget patterns
MAINTAINERS: Update go7007 pattern
MAINTAINERS: Update solo6x10 patterns
MAINTAINERS: Update samsung pinctrl patterns
MAINTAINERS: Update nomadik patterns

MAINTAINERS | 46 +++++++++++++++++++++++++---------------------
1 file changed, 25 insertions(+), 21 deletions(-)

--
1.8.1.2.459.gbcd45b4.dirty


2014-07-30 03:38:52

by Joe Perches

[permalink] [raw]
Subject: [PATCH 1/6] MAINTAINERS: Update DMA BUFFER SHARING patterns

One pattern per F: line please...

Signed-off-by: Joe Perches <[email protected]>
CC: Sumit Semwal <[email protected]>
---
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5e5478b..66d5894 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2941,7 +2941,9 @@ L: [email protected]
L: [email protected]
L: [email protected]
F: drivers/dma-buf/
-F: include/linux/dma-buf* include/linux/reservation.h include/linux/*fence.h
+F: include/linux/dma-buf*
+F: include/linux/reservation.h
+F: include/linux/*fence.h
F: Documentation/dma-buf-sharing.txt
T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git

--
1.8.1.2.459.gbcd45b4.dirty

2014-07-30 03:39:00

by Joe Perches

[permalink] [raw]
Subject: [PATCH 4/6] MAINTAINERS: Update solo6x10 patterns

commit 28cae868cd24 ("[media] solo6x10: move out of staging into
drivers/media/pci") moved the files, update the patterns.

Signed-off-by: Joe Perches <[email protected]>
cc: Ismael Luceno <[email protected]>
cc: Hans Verkuil <[email protected]>
---
MAINTAINERS | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3960ba8..8ed337c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8403,6 +8403,12 @@ M: Chris Boot <[email protected]>
S: Maintained
F: drivers/leds/leds-net48xx.c

+SOFTLOGIC 6x10 MPEG CODEC
+M: Ismael Luceno <[email protected]>
+L: [email protected]
+S: Supported
+F: drivers/media/pci/solo6x10/
+
SOFTWARE RAID (Multiple Disks) SUPPORT
M: Neil Brown <[email protected]>
L: [email protected]
@@ -8666,11 +8672,6 @@ M: Christopher Harrer <[email protected]>
S: Odd Fixes
F: drivers/staging/slicoss/

-STAGING - SOFTLOGIC 6x10 MPEG CODEC
-M: Ismael Luceno <[email protected]>
-S: Supported
-F: drivers/staging/media/solo6x10/
-
STAGING - SPEAKUP CONSOLE SPEECH DRIVER
M: William Hubbs <[email protected]>
M: Chris Brannon <[email protected]>
--
1.8.1.2.459.gbcd45b4.dirty

2014-07-30 03:38:55

by Joe Perches

[permalink] [raw]
Subject: [PATCH 2/6] MAINTAINERS: Update usb/gadget patterns

Several commits have moved files around, update the section patterns.

Signed-off-by: Joe Perches <[email protected]>
cc: Thomas Dahlmann <[email protected]>
cc: Nicolas Ferre <[email protected]>
cc: Li Yang <[email protected]>
cc: Eric Miao <[email protected]>
cc: Russell King <[email protected]>
cc: Haojian Zhuang <[email protected]>
cc: Laurent Pinchart <[email protected]>
cc: Andrzej Pietrasiewicz <[email protected]>
---
MAINTAINERS | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 66d5894..6033aaf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -596,7 +596,7 @@ AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
M: Thomas Dahlmann <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Supported
-F: drivers/usb/gadget/amd5536udc.*
+F: drivers/usb/gadget/udc/amd5536udc.*

AMD GEODE PROCESSOR/CHIPSET SUPPORT
P: Andres Salomon <[email protected]>
@@ -1688,7 +1688,7 @@ ATMEL USBA UDC DRIVER
M: Nicolas Ferre <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Supported
-F: drivers/usb/gadget/atmel_usba_udc.*
+F: drivers/usb/gadget/udc/atmel_usba_udc.*

ATMEL WIRELESS DRIVER
M: Simon Kelley <[email protected]>
@@ -3798,7 +3798,7 @@ M: Li Yang <[email protected]>
L: [email protected]
L: [email protected]
S: Maintained
-F: drivers/usb/gadget/fsl*
+F: drivers/usb/gadget/udc/fsl*

FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
M: Li Yang <[email protected]>
@@ -7232,7 +7232,7 @@ S: Maintained
F: arch/arm/mach-pxa/
F: drivers/pcmcia/pxa2xx*
F: drivers/spi/spi-pxa2xx*
-F: drivers/usb/gadget/pxa2*
+F: drivers/usb/gadget/udc/pxa2*
F: include/sound/pxa2xx-lib.h
F: sound/arm/pxa*
F: sound/soc/pxa/
@@ -9576,8 +9576,8 @@ USB WEBCAM GADGET
M: Laurent Pinchart <[email protected]>
L: [email protected]
S: Maintained
-F: drivers/usb/gadget/*uvc*.c
-F: drivers/usb/gadget/webcam.c
+F: drivers/usb/gadget/function/*uvc*.c
+F: drivers/usb/gadget/legacy/webcam.c

USB WIRELESS RNDIS DRIVER (rndis_wlan)
M: Jussi Kivilinna <[email protected]>
--
1.8.1.2.459.gbcd45b4.dirty

2014-07-30 03:39:03

by Joe Perches

[permalink] [raw]
Subject: [PATCH 6/6] MAINTAINERS: Update nomadik patterns

commit 3a19805920f1 ("pinctrl: nomadik: move all Nomadik drivers to subdir")
move the files, update the patterns

Signed-off-by: Joe Perches <[email protected]>
cc: Linus Walleij <[email protected]>
cc: Alessandro Rubini <[email protected]>
---
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 70f157e..09603b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1155,6 +1155,7 @@ M: Linus Walleij <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/mach-nomadik/
+F: drivers/pinctrl/nomadik/
F: drivers/i2c/busses/i2c-nomadik.c
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git

@@ -1432,7 +1433,8 @@ F: drivers/mfd/abx500*
F: drivers/mfd/ab8500*
F: drivers/mfd/dbx500*
F: drivers/mfd/db8500*
-F: drivers/pinctrl/pinctrl-nomadik*
+F: drivers/pinctrl/nomadik/pinctrl-ab*
+F: drivers/pinctrl/nomadik/pinctrl-nomadik*
F: drivers/rtc/rtc-ab8500.c
F: drivers/rtc/rtc-pl031.c
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
--
1.8.1.2.459.gbcd45b4.dirty

2014-07-30 03:39:34

by Joe Perches

[permalink] [raw]
Subject: [PATCH 5/6] MAINTAINERS: Update samsung pinctrl patterns

commit ebe629a39e04 ("pinctrl: samsung: Group all drivers in a sub-dir")
moved the files, update the patterns.

Signed-off-by: Joe Perches <[email protected]>
---
MAINTAINERS | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8ed337c..70f157e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6989,9 +6989,7 @@ M: Thomas Abraham <[email protected]>
L: [email protected] (moderated for non-subscribers)
L: [email protected] (moderated for non-subscribers)
S: Maintained
-F: drivers/pinctrl/pinctrl-exynos.*
-F: drivers/pinctrl/pinctrl-s3c*
-F: drivers/pinctrl/pinctrl-samsung.*
+F: drivers/pinctrl/samsung/

PIN CONTROLLER - ST SPEAR
M: Viresh Kumar <[email protected]>
--
1.8.1.2.459.gbcd45b4.dirty

2014-07-30 03:39:47

by Joe Perches

[permalink] [raw]
Subject: [PATCH 3/6] MAINTAINERS: Update go7007 pattern

Commit 7955f03d18d1 ("[media] go7007: move out of staging into
drivers/media/usb") moved the files, update the pattern.

Signed-off-by: Joe Perches <[email protected]>
cc: Hans Verkuil <[email protected]>
---
MAINTAINERS | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6033aaf..3960ba8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3997,6 +3997,12 @@ F: Documentation/isdn/README.gigaset
F: drivers/isdn/gigaset/
F: include/uapi/linux/gigaset_dev.h

+GO7007 MPEG CODEC
+M: Hans Verkuil <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/media/usb/go7007/
+
GPIO SUBSYSTEM
M: Linus Walleij <[email protected]>
M: Alexandre Courbot <[email protected]>
@@ -8603,11 +8609,6 @@ M: Marek Belisko <[email protected]>
S: Odd Fixes
F: drivers/staging/ft1000/

-STAGING - GO7007 MPEG CODEC
-M: Hans Verkuil <[email protected]>
-S: Maintained
-F: drivers/staging/media/go7007/
-
STAGING - INDUSTRIAL IO
M: Jonathan Cameron <[email protected]>
L: [email protected]
--
1.8.1.2.459.gbcd45b4.dirty

2014-07-30 05:33:26

by Sumit Semwal

[permalink] [raw]
Subject: Re: [PATCH 1/6] MAINTAINERS: Update DMA BUFFER SHARING patterns

Hi Joe!

On 30 July 2014 09:08, Joe Perches <[email protected]> wrote:
> One pattern per F: line please...
Thanks for catching this;
Acked-by: Sumit Semwal <[email protected]>
>
> Signed-off-by: Joe Perches <[email protected]>
> CC: Sumit Semwal <[email protected]>
> ---
> MAINTAINERS | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5e5478b..66d5894 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2941,7 +2941,9 @@ L: [email protected]
> L: [email protected]
> L: [email protected]
> F: drivers/dma-buf/
> -F: include/linux/dma-buf* include/linux/reservation.h include/linux/*fence.h
> +F: include/linux/dma-buf*
> +F: include/linux/reservation.h
> +F: include/linux/*fence.h
> F: Documentation/dma-buf-sharing.txt
> T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
>
> --
> 1.8.1.2.459.gbcd45b4.dirty
>


Best regards,
~Sumit.

2014-07-30 07:06:36

by Hans Verkuil (hansverk)

[permalink] [raw]
Subject: Re: [PATCH 4/6] MAINTAINERS: Update solo6x10 patterns

Repost, this time with the linux-media ml included.

On 07/30/2014 09:02 AM, Hans Verkuil wrote:
> On 07/30/2014 05:38 AM, Joe Perches wrote:
>> commit 28cae868cd24 ("[media] solo6x10: move out of staging into
>> drivers/media/pci") moved the files, update the patterns.
>>
>> Signed-off-by: Joe Perches <[email protected]>
>> cc: Ismael Luceno <[email protected]>
>> cc: Hans Verkuil <[email protected]>
>
> Acked-By: Hans Verkuil <[email protected]>
>
> I'll pull this one in through our linux-media repo.
>
> Thanks,
>
> Hans
>
>> ---
>> MAINTAINERS | 11 ++++++-----
>> 1 file changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 3960ba8..8ed337c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -8403,6 +8403,12 @@ M: Chris Boot <[email protected]>
>> S: Maintained
>> F: drivers/leds/leds-net48xx.c
>>
>> +SOFTLOGIC 6x10 MPEG CODEC
>> +M: Ismael Luceno <[email protected]>
>> +L: [email protected]
>> +S: Supported
>> +F: drivers/media/pci/solo6x10/
>> +
>> SOFTWARE RAID (Multiple Disks) SUPPORT
>> M: Neil Brown <[email protected]>
>> L: [email protected]
>> @@ -8666,11 +8672,6 @@ M: Christopher Harrer <[email protected]>
>> S: Odd Fixes
>> F: drivers/staging/slicoss/
>>
>> -STAGING - SOFTLOGIC 6x10 MPEG CODEC
>> -M: Ismael Luceno <[email protected]>
>> -S: Supported
>> -F: drivers/staging/media/solo6x10/
>> -
>> STAGING - SPEAKUP CONSOLE SPEECH DRIVER
>> M: William Hubbs <[email protected]>
>> M: Chris Brannon <[email protected]>
>>
>

2014-07-30 07:11:20

by Hans Verkuil (hansverk)

[permalink] [raw]
Subject: Re: [PATCH 3/6] MAINTAINERS: Update go7007 pattern

On 07/30/2014 05:38 AM, Joe Perches wrote:
> Commit 7955f03d18d1 ("[media] go7007: move out of staging into
> drivers/media/usb") moved the files, update the pattern.
>
> Signed-off-by: Joe Perches <[email protected]>
> cc: Hans Verkuil <[email protected]>

Acked-By: Hans Verkuil <[email protected]>

Thanks, I forgot about that one.

I'll pull this in through our media subsystem repo.

Hans

> ---
> MAINTAINERS | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6033aaf..3960ba8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3997,6 +3997,12 @@ F: Documentation/isdn/README.gigaset
> F: drivers/isdn/gigaset/
> F: include/uapi/linux/gigaset_dev.h
>
> +GO7007 MPEG CODEC
> +M: Hans Verkuil <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/media/usb/go7007/
> +
> GPIO SUBSYSTEM
> M: Linus Walleij <[email protected]>
> M: Alexandre Courbot <[email protected]>
> @@ -8603,11 +8609,6 @@ M: Marek Belisko <[email protected]>
> S: Odd Fixes
> F: drivers/staging/ft1000/
>
> -STAGING - GO7007 MPEG CODEC
> -M: Hans Verkuil <[email protected]>
> -S: Maintained
> -F: drivers/staging/media/go7007/
> -
> STAGING - INDUSTRIAL IO
> M: Jonathan Cameron <[email protected]>
> L: [email protected]
>

2014-07-30 07:12:12

by Hans Verkuil (hansverk)

[permalink] [raw]
Subject: Re: [PATCH 4/6] MAINTAINERS: Update solo6x10 patterns

On 07/30/2014 05:38 AM, Joe Perches wrote:
> commit 28cae868cd24 ("[media] solo6x10: move out of staging into
> drivers/media/pci") moved the files, update the patterns.
>
> Signed-off-by: Joe Perches <[email protected]>
> cc: Ismael Luceno <[email protected]>
> cc: Hans Verkuil <[email protected]>

Acked-By: Hans Verkuil <[email protected]>

I'll pull this one in through our linux-media repo.

Thanks,

Hans

> ---
> MAINTAINERS | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3960ba8..8ed337c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8403,6 +8403,12 @@ M: Chris Boot <[email protected]>
> S: Maintained
> F: drivers/leds/leds-net48xx.c
>
> +SOFTLOGIC 6x10 MPEG CODEC
> +M: Ismael Luceno <[email protected]>
> +L: [email protected]
> +S: Supported
> +F: drivers/media/pci/solo6x10/
> +
> SOFTWARE RAID (Multiple Disks) SUPPORT
> M: Neil Brown <[email protected]>
> L: [email protected]
> @@ -8666,11 +8672,6 @@ M: Christopher Harrer <[email protected]>
> S: Odd Fixes
> F: drivers/staging/slicoss/
>
> -STAGING - SOFTLOGIC 6x10 MPEG CODEC
> -M: Ismael Luceno <[email protected]>
> -S: Supported
> -F: drivers/staging/media/solo6x10/
> -
> STAGING - SPEAKUP CONSOLE SPEECH DRIVER
> M: William Hubbs <[email protected]>
> M: Chris Brannon <[email protected]>
>

2014-07-30 08:57:47

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH 2/6] MAINTAINERS: Update usb/gadget patterns

Hi Joe,

Thank you for the patch.

On Tuesday 29 July 2014 20:38:40 Joe Perches wrote:
> Several commits have moved files around, update the section patterns.
>
> Signed-off-by: Joe Perches <[email protected]>
> cc: Thomas Dahlmann <[email protected]>
> cc: Nicolas Ferre <[email protected]>
> cc: Li Yang <[email protected]>
> cc: Eric Miao <[email protected]>
> cc: Russell King <[email protected]>
> cc: Haojian Zhuang <[email protected]>
> cc: Laurent Pinchart <[email protected]>

Acked-by: Laurent Pinchart <[email protected]>

> cc: Andrzej Pietrasiewicz <[email protected]>
> ---
> MAINTAINERS | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66d5894..6033aaf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -596,7 +596,7 @@ AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
> M: Thomas Dahlmann <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Supported
> -F: drivers/usb/gadget/amd5536udc.*
> +F: drivers/usb/gadget/udc/amd5536udc.*
>
> AMD GEODE PROCESSOR/CHIPSET SUPPORT
> P: Andres Salomon <[email protected]>
> @@ -1688,7 +1688,7 @@ ATMEL USBA UDC DRIVER
> M: Nicolas Ferre <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Supported
> -F: drivers/usb/gadget/atmel_usba_udc.*
> +F: drivers/usb/gadget/udc/atmel_usba_udc.*
>
> ATMEL WIRELESS DRIVER
> M: Simon Kelley <[email protected]>
> @@ -3798,7 +3798,7 @@ M: Li Yang <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Maintained
> -F: drivers/usb/gadget/fsl*
> +F: drivers/usb/gadget/udc/fsl*
>
> FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
> M: Li Yang <[email protected]>
> @@ -7232,7 +7232,7 @@ S: Maintained
> F: arch/arm/mach-pxa/
> F: drivers/pcmcia/pxa2xx*
> F: drivers/spi/spi-pxa2xx*
> -F: drivers/usb/gadget/pxa2*
> +F: drivers/usb/gadget/udc/pxa2*
> F: include/sound/pxa2xx-lib.h
> F: sound/arm/pxa*
> F: sound/soc/pxa/
> @@ -9576,8 +9576,8 @@ USB WEBCAM GADGET
> M: Laurent Pinchart <[email protected]>
> L: [email protected]
> S: Maintained
> -F: drivers/usb/gadget/*uvc*.c
> -F: drivers/usb/gadget/webcam.c
> +F: drivers/usb/gadget/function/*uvc*.c
> +F: drivers/usb/gadget/legacy/webcam.c
>
> USB WIRELESS RNDIS DRIVER (rndis_wlan)
> M: Jussi Kivilinna <[email protected]>

--
Regards,

Laurent Pinchart