diff mbox

[v2] MAINTAINERS: Mark SuperH orphan

Message ID 1392586619-27018-1-git-send-email-geert@linux-m68k.org (mailing list archive)
State Awaiting Upstream
Delegated to: Paul Mundt
Headers show

Commit Message

Geert Uytterhoeven Feb. 16, 2014, 9:36 p.m. UTC
From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>

Paul Mundt's email address bounces regularly, and he hasn't taken any
SuperH patches for about one year.

Suggested-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
---
v2: Add a CREDITS entry

 CREDITS     |    4 ++++
 MAINTAINERS |    4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Simon Horman Feb. 17, 2014, 11:55 a.m. UTC | #1
Hi Geert,

I have a minor objection to this patch.

The change includes the maintenance of drivers/sh/ and I believe that 
the CPG driver in drivers/sh/clk, the INTC driver in drivers/sh/intc and
the code in pm_runtime.c is used by Renesas ARM based SoCs.
It seems somewhat unsatisfactory to orphan that code.

What I propose is adding entries for them, either stand-alone or part of
the SHMOBILE (a.k.a. Renesas ARM based SoCs) entry so that are maintained
by someone.  I am happy for my name to go against that.

On Sun, Feb 16, 2014 at 10:36:59PM +0100, Geert Uytterhoeven wrote:
> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> 
> Paul Mundt's email address bounces regularly, and he hasn't taken any
> SuperH patches for about one year.
> 
> Suggested-by: Paul Bolle <pebolle@tiscali.nl>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> ---
> v2: Add a CREDITS entry
> 
>  CREDITS     |    4 ++++
>  MAINTAINERS |    4 +---
>  2 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/CREDITS b/CREDITS
> index e371c5504a50..acab035edcfc 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -2564,6 +2564,10 @@ N. Wolfgang Muees
>  E: wolfgang@iksw-muees.de
>  D: Auerswald USB driver
>  
> +N: Paul Mundt
> +E: paul.mundt@gmail.com
> +D: SuperH maintainer
> +
>  N: Ian A. Murdock
>  E: imurdock@gnu.ai.mit.edu
>  D: Creator of Debian distribution
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b2cf5cfb4d29..2d294561ebdc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8372,12 +8372,10 @@ S:	Maintained
>  F:	drivers/net/ethernet/dlink/sundance.c
>  
>  SUPERH
> -M:	Paul Mundt <lethal@linux-sh.org>
>  L:	linux-sh@vger.kernel.org
>  W:	http://www.linux-sh.org
>  Q:	http://patchwork.kernel.org/project/linux-sh/list/
> -T:	git git://github.com/pmundt/linux-sh.git sh-latest
> -S:	Supported
> +S:	Orphan
>  F:	Documentation/sh/
>  F:	arch/sh/
>  F:	drivers/sh/
> -- 
> 1.7.9.5
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Geert Uytterhoeven Feb. 17, 2014, 12:14 p.m. UTC | #2
Hi Simon,

On Mon, Feb 17, 2014 at 12:55 PM, Simon Horman <horms@verge.net.au> wrote:
> The change includes the maintenance of drivers/sh/ and I believe that
> the CPG driver in drivers/sh/clk, the INTC driver in drivers/sh/intc and
> the code in pm_runtime.c is used by Renesas ARM based SoCs.
> It seems somewhat unsatisfactory to orphan that code.

Indeed, everything but drivers/sh/intc/balancing.c, drivers/sh/maple/
and drivers/sh/superhyway/ is also used on ARM/SHMOBILE.
But that's in-se unrelated to marking the SuperH architecture as orphaned.

> What I propose is adding entries for them, either stand-alone or part of
> the SHMOBILE (a.k.a. Renesas ARM based SoCs) entry so that are maintained
> by someone.  I am happy for my name to go against that.

Apparently the "ARM/SHMOBILE ARM ARCHITECTURE" entry already
has drivers/sh/ listed, so you (and Magnus) are already in charge.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman Feb. 17, 2014, 12:28 p.m. UTC | #3
On Mon, Feb 17, 2014 at 01:14:53PM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Mon, Feb 17, 2014 at 12:55 PM, Simon Horman <horms@verge.net.au> wrote:
> > The change includes the maintenance of drivers/sh/ and I believe that
> > the CPG driver in drivers/sh/clk, the INTC driver in drivers/sh/intc and
> > the code in pm_runtime.c is used by Renesas ARM based SoCs.
> > It seems somewhat unsatisfactory to orphan that code.
> 
> Indeed, everything but drivers/sh/intc/balancing.c, drivers/sh/maple/
> and drivers/sh/superhyway/ is also used on ARM/SHMOBILE.
> But that's in-se unrelated to marking the SuperH architecture as orphaned.
> 
> > What I propose is adding entries for them, either stand-alone or part of
> > the SHMOBILE (a.k.a. Renesas ARM based SoCs) entry so that are maintained
> > by someone.  I am happy for my name to go against that.
> 
> Apparently the "ARM/SHMOBILE ARM ARCHITECTURE" entry already
> has drivers/sh/ listed, so you (and Magnus) are already in charge.

Wonderful, that addresses my concern quite nicely.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/CREDITS b/CREDITS
index e371c5504a50..acab035edcfc 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2564,6 +2564,10 @@  N. Wolfgang Muees
 E: wolfgang@iksw-muees.de
 D: Auerswald USB driver
 
+N: Paul Mundt
+E: paul.mundt@gmail.com
+D: SuperH maintainer
+
 N: Ian A. Murdock
 E: imurdock@gnu.ai.mit.edu
 D: Creator of Debian distribution
diff --git a/MAINTAINERS b/MAINTAINERS
index b2cf5cfb4d29..2d294561ebdc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8372,12 +8372,10 @@  S:	Maintained
 F:	drivers/net/ethernet/dlink/sundance.c
 
 SUPERH
-M:	Paul Mundt <lethal@linux-sh.org>
 L:	linux-sh@vger.kernel.org
 W:	http://www.linux-sh.org
 Q:	http://patchwork.kernel.org/project/linux-sh/list/
-T:	git git://github.com/pmundt/linux-sh.git sh-latest
-S:	Supported
+S:	Orphan
 F:	Documentation/sh/
 F:	arch/sh/
 F:	drivers/sh/