All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Kosina <jkosina@suse.cz>
To: Joe Perches <joe@perches.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Ingo Molnar <mingo@elte.hu>,
	x86@kernel.org, LKML <linux-kernel@vger.kernel.org>,
	Andi Kleen <andi@firstfloor.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Henrique de Moraes Holschuh <hmh@hmh.eng.br>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Ondrej Zary <linux@rainbow-software.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linus <torvalds@linux-foundation.org>,
	linux-pm@lists.linux-foundation.org
Subject: Re: [PATCH] apm: orphan the driver
Date: Mon, 28 Mar 2011 19:24:37 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.1103281924010.26754__12796.694369945$1301333222$gmane$org@pobox.suse.cz> (raw)
In-Reply-To: <1301321667.30628.21.camel@Joe-Laptop>

On Mon, 28 Mar 2011, Joe Perches wrote:

> > > > I still have some hardware that uses APM and put a new 2.6 on it time 
> > > > to time, so I can take this driver over if you want to. According to 
> > > > git log it's really low effort anyway :)
> > > If you want it, its yours :-)
> > Not really fighting for maintaining it actively, but can certainly give it 
> > some care when necessary.
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > @@ -548,8 +548,9 @@ S:	Maintained
> >  F:	sound/aoa/
> >  
> >  APM DRIVER
> > -L:	linux-laptop@vger.kernel.org
> > -S:	Orphan
> > +M:	Jiri Kosina <jkosina@suse.cz>
> > +L:	linux-kernel@vger.kernel.org
> 
> Please don't add L: LKML as it's the default
> and it could confuse people that read the file
> and see some sections with LKML and other without
> and may think that LKML is somehow optional.
> 
> > +S:	Maintained
> 
> If you're not actively maintaining it, maybe
> S:	Odd Fixes
> instead?

Whatever ...



From: Jiri Kosina <jkosina@suse.cz>
Subject: [PATCH] APM: take over maintainership

Commit 04a6553f076 ("apm: orphan the driver") Orphaned the APM
driver as Stephen is not willing/able to maintain it any more.

As I still have some hardware that is using APM and running 2.6,
I can take it over.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 MAINTAINERS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8aa1cac..a8f2705 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -548,8 +548,8 @@ S:	Maintained
 F:	sound/aoa/
 
 APM DRIVER
-L:	linux-laptop@vger.kernel.org
-S:	Orphan
+M:	Jiri Kosina <jkosina@suse.cz>
+S:	Odd Fixes
 F:	arch/x86/kernel/apm_32.c
 F:	include/linux/apm_bios.h
 
-- 
1.7.3.1

  reply	other threads:[~2011-03-28 17:24 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-26  6:22 [PATCH] apm: orphan the driver Stephen Rothwell
2011-03-28 12:44 ` Jiri Kosina
2011-03-28 12:44 ` Jiri Kosina
2011-03-28 13:44   ` Stephen Rothwell
2011-03-28 13:44   ` Stephen Rothwell
2011-03-28 14:05     ` Jiri Kosina
2011-03-28 14:05     ` Jiri Kosina
2011-03-28 14:14       ` Joe Perches
2011-03-28 17:24         ` Jiri Kosina [this message]
2011-03-28 17:24         ` Jiri Kosina
2011-03-28 14:14       ` Joe Perches
2011-03-28 17:45       ` Andi Kleen
2011-03-28 17:45       ` Andi Kleen
2011-03-28 17:57         ` H. Peter Anvin
2011-03-28 18:21           ` Andi Kleen
2011-03-28 18:24             ` H. Peter Anvin
2011-03-28 18:24             ` H. Peter Anvin
2011-03-28 18:46             ` Linus Torvalds
2011-03-28 18:46             ` Linus Torvalds
2011-03-28 21:19               ` Jiri Kosina
2011-03-31  3:16                 ` [PATCH] x86 idle APM: delete apm_cpu_idle(), and its use of pm_idle Len Brown
2011-03-31  3:16                 ` Len Brown
2011-03-31  6:56                   ` Ingo Molnar
2011-03-31  6:56                   ` Ingo Molnar
2011-04-01  9:28                   ` Jiri Kosina
2011-04-01  9:28                   ` Jiri Kosina
2011-03-28 21:19               ` [PATCH] apm: orphan the driver Jiri Kosina
2011-03-28 18:21           ` Andi Kleen
2011-03-28 17:57         ` H. Peter Anvin
  -- strict thread matches above, loose matches on Subject: below --
2011-03-26  6:22 Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='alpine.LNX.2.00.1103281924010.26754__12796.694369945$1301333222$gmane$org@pobox.suse.cz' \
    --to=jkosina@suse.cz \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=hmh@hmh.eng.br \
    --cc=hpa@zytor.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=linux@rainbow-software.org \
    --cc=mingo@elte.hu \
    --cc=sfr@canb.auug.org.au \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.