2013-03-01 19:28:10

by Joe Perches

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Convert some P: entries to M:

P: is for names without email addresses.
M: is for names with email addresses.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 6db1c6b..9cba252 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -533,7 +533,7 @@ S: Supported
F: drivers/usb/gadget/amd5536udc.*

AMD GEODE PROCESSOR/CHIPSET SUPPORT
-P: Andres Salomon <[email protected]>
+M: Andres Salomon <[email protected]>
L: [email protected] (moderated for non-subscribers)
W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
S: Supported
@@ -7127,14 +7127,14 @@ F: include/linux/sfi*.h

SIMTEC EB110ATX (Chalice CATS)
P: Ben Dooks
-P: Vincent Sanders <[email protected]>
+M: Vincent Sanders <[email protected]>
M: Simtec Linux Team <[email protected]>
W: http://www.simtec.co.uk/products/EB110ATX/
S: Supported

SIMTEC EB2410ITX (BAST)
P: Ben Dooks
-P: Vincent Sanders <[email protected]>
+M: Vincent Sanders <[email protected]>
M: Simtec Linux Team <[email protected]>
W: http://www.simtec.co.uk/products/EB2410ITX/
S: Supported


2013-03-01 20:02:17

by Joe Perches

[permalink] [raw]
Subject: [PATCH V2] MAINTAINERS: Update SIMTEC file patterns, remove Vincent Sanders

commit 85fd6d6 ("ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/")
moved the files, update the F: patterns.

Remove Vincent Sanders email addresses as those are bouncing.
Add him to CREDITS.

Signed-off-by: Joe Perches <[email protected]>
---
CREDITS | 3 +++
MAINTAINERS | 8 +++-----
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CREDITS b/CREDITS
index 948e0fb..d3a3188 100644
--- a/CREDITS
+++ b/CREDITS
@@ -3129,6 +3129,9 @@ N: Robert Sanders
E: [email protected]
D: Dosemu

+N: Vincent Sanders
+D: EB110ATX (Chalice CATS) and EB2410ITX (BAST)
+
N: Duncan Sands
E: [email protected]
W: http://topo.math.u-psud.fr/~sands
diff --git a/MAINTAINERS b/MAINTAINERS
index 6db1c6b..2465fae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7127,20 +7127,18 @@ F: include/linux/sfi*.h

SIMTEC EB110ATX (Chalice CATS)
P: Ben Dooks
-P: Vincent Sanders <[email protected]>
M: Simtec Linux Team <[email protected]>
W: http://www.simtec.co.uk/products/EB110ATX/
S: Supported

SIMTEC EB2410ITX (BAST)
P: Ben Dooks
-P: Vincent Sanders <[email protected]>
M: Simtec Linux Team <[email protected]>
W: http://www.simtec.co.uk/products/EB2410ITX/
S: Supported
-F: arch/arm/mach-s3c2410/mach-bast.c
-F: arch/arm/mach-s3c2410/bast-ide.c
-F: arch/arm/mach-s3c2410/bast-irq.c
+F: arch/arm/mach-s3c24xx/mach-bast.c
+F: arch/arm/mach-s3c24xx/bast-ide.c
+F: arch/arm/mach-s3c24xx/bast-irq.c

TI DAVINCI MACHINE SUPPORT
M: Sekhar Nori <[email protected]>

2013-03-01 20:20:29

by Paul Bolle

[permalink] [raw]
Subject: Re: [PATCH V2] MAINTAINERS: Update SIMTEC file patterns, remove Vincent Sanders

On Fri, 2013-03-01 at 12:02 -0800, Joe Perches wrote:
> commit 85fd6d6 ("ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/")
> moved the files, update the F: patterns.

The BAST MAINTAINER entry has come up a few times already. I commented
on the last time that happened in https://lkml.org/lkml/2012/11/24/96 .
Nothing has changed. I suggest to remove this entry entirely.

I guess the CATS entry might also be removed. But that doesn't have an
F: pattern, so I'm not sure what code that entry covers.


Paul Bolle

2013-03-01 20:37:46

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH V2] MAINTAINERS: Update SIMTEC file patterns, remove Vincent Sanders

On Fri, 2013-03-01 at 21:20 +0100, Paul Bolle wrote:
> On Fri, 2013-03-01 at 12:02 -0800, Joe Perches wrote:
> > commit 85fd6d6 ("ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/")
> > moved the files, update the F: patterns.
>
> The BAST MAINTAINER entry has come up a few times already. I commented
> on the last time that happened in https://lkml.org/lkml/2012/11/24/96 .
> Nothing has changed. I suggest to remove this entry entirely.

Seems sensible to me. Ben?

I'm a bit surprised that all of Cesar Eduardo Barros' patches
to MAINTAINERS weren't applied. I thought they were. It
seems that only some of them are in.

https://lkml.org/lkml/2012/11/23/439

Cesar? Can you please resend whatever scraps weren't applied
and make sure you cc Andrew Morton?

> I guess the CATS entry might also be removed. But that doesn't have an
> F: pattern, so I'm not sure what code that entry covers.

I believe it's basically arch/arm/mach-footbridge/cats-*

2013-03-02 23:45:31

by Cesar Eduardo Barros

[permalink] [raw]
Subject: Re: [PATCH V2] MAINTAINERS: Update SIMTEC file patterns, remove Vincent Sanders

Em 01-03-2013 17:37, Joe Perches escreveu:
> On Fri, 2013-03-01 at 21:20 +0100, Paul Bolle wrote:
>> On Fri, 2013-03-01 at 12:02 -0800, Joe Perches wrote:
>>> commit 85fd6d6 ("ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/")
>>> moved the files, update the F: patterns.
>>
>> The BAST MAINTAINER entry has come up a few times already. I commented
>> on the last time that happened in https://lkml.org/lkml/2012/11/24/96 .
>> Nothing has changed. I suggest to remove this entry entirely.
>
> Seems sensible to me. Ben?
>
> I'm a bit surprised that all of Cesar Eduardo Barros' patches
> to MAINTAINERS weren't applied. I thought they were. It
> seems that only some of them are in.
>
> https://lkml.org/lkml/2012/11/23/439
>
> Cesar? Can you please resend whatever scraps weren't applied
> and make sure you cc Andrew Morton?

I just checked on my local tree, and it is only the BAST one. For some
reason, Andrew Morton did not add that one to his tree (probably because
there was discussion about removing the whole block instead of fixing
it, so he prefered to take the uncontroversial ones only).

The ones which were not in Andrew's tree all went in via other trees.

It might be best for me to make a new series instead. My
checkmaintainers.py already gives me 15 lines of output, and that is on
top of what I have pending (BAST and part 2 of the uapi mess) rebased
over the Linus tree. On the Linus tree, it gives me 42 lines of output.

--
Cesar Eduardo Barros
[email protected]
[email protected]