From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752557AbaBQLzr (ORCPT ); Mon, 17 Feb 2014 06:55:47 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:35072 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbaBQLzq (ORCPT ); Mon, 17 Feb 2014 06:55:46 -0500 Date: Mon, 17 Feb 2014 20:55:41 +0900 From: Simon Horman To: Geert Uytterhoeven Cc: Paul Mundt , Magnus Damm , Kuninori Morimoto , Laurent Pinchart , Andrew Morton , Paul Bolle , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH v2] MAINTAINERS: Mark SuperH orphan Message-ID: <20140217115540.GA23509@verge.net.au> References: <1392586619-27018-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392586619-27018-1-git-send-email-geert@linux-m68k.org> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > > Paul Mundt's email address bounces regularly, and he hasn't taken any > SuperH patches for about one year. > > Suggested-by: Paul Bolle > Signed-off-by: Geert Uytterhoeven > --- > 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 > 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 >