From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753919Ab1C1OOc (ORCPT ); Mon, 28 Mar 2011 10:14:32 -0400 Received: from mail.perches.com ([173.55.12.10]:4304 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752443Ab1C1OOb (ORCPT ); Mon, 28 Mar 2011 10:14:31 -0400 Subject: Re: [PATCH] apm: orphan the driver From: Joe Perches To: Jiri Kosina Cc: Stephen Rothwell , Linus , Andrew Morton , LKML , x86@kernel.org, Len Brown , linux-pm@lists.linux-foundation.org, Henrique de Moraes Holschuh , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Andi Kleen , Ondrej Zary In-Reply-To: References: <20110326172204.05e52c10.sfr@canb.auug.org.au> <20110329004438.d9e755ef.sfr@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Mar 2011 07:14:27 -0700 Message-ID: <1301321667.30628.21.camel@Joe-Laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2011-03-28 at 16:05 +0200, Jiri Kosina wrote: > On Tue, 29 Mar 2011, Stephen Rothwell 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 > +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?