From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757171AbZHGIBO (ORCPT ); Fri, 7 Aug 2009 04:01:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757112AbZHGIBN (ORCPT ); Fri, 7 Aug 2009 04:01:13 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59627 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757052AbZHGIBM (ORCPT ); Fri, 7 Aug 2009 04:01:12 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 72.249.23.125 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+WEROOn05AiHeH5fAWnwwQ Date: Fri, 7 Aug 2009 11:01:04 +0300 From: Tony Lindgren To: Joe Perches Cc: linux-omap@vger.kernel.org, linux-arm@vger.kernel.org, LKML , Felipe Balbi , David Brownell , Andrew Morton Subject: Re: [PATCH] MAINTAINERS: Add list entries linux-arm@vger.kernel.org and linux-arm-kernel@ to OMAP sections Message-ID: <20090807080102.GV2358@atomide.com> References: <1249576450.3467.25.camel@Joe-Laptop.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1249576450.3467.25.camel@Joe-Laptop.home> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Joe Perches [090806 19:35]: > Perhaps it's useful for OMAP patches and bug reports > to CC entries to the primary and secondary ARM lists. > > Added a pattern entry for OMAP USB as well. Good idea, except maybe let's leave out all the driver parts because that will cause tons of extra noise on the lists, see below. > > Signed-off-by: Joe Perches > > diff --git a/MAINTAINERS b/MAINTAINERS > index b1114cf..f237765 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3662,6 +3662,8 @@ F: drivers/video/nvidia/ > OMAP SUPPORT > M: "Tony Lindgren " > L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > W: http://www.muru.com/linux/omap/ > W: http://linux.omap.com/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git > @@ -3671,12 +3673,16 @@ F: arch/arm/*omap* > OMAP CLOCK FRAMEWORK SUPPORT > M: Paul Walmsley > L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > S: Maintained > F: arch/arm/*omap*/*clock* > > OMAP POWER MANAGEMENT SUPPORT > M: Kevin Hilman > L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > S: Maintained > F: arch/arm/*omap*/*pm* > All the above look good to me, but.. > @@ -3684,6 +3690,8 @@ OMAP AUDIO SUPPORT > M: Jarkko Nikula > L: alsa-devel@alsa-project.org (subscribers-only) > L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > S: Maintained > F: sound/soc/omap/ > > @@ -3691,17 +3699,24 @@ OMAP FRAMEBUFFER SUPPORT > M: Imre Deak > L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) > L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > S: Maintained > F: drivers/video/omap/ > > OMAP MMC SUPPORT > M: Jarkko Lavinen > L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > S: Maintained > F: drivers/mmc/host/*omap* > > OMAP RANDOM NUMBER GENERATOR SUPPORT > M: Deepak Saxena > +L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > S: Maintained > F: drivers/char/hw_random/omap-rng.c > > @@ -3710,7 +3725,10 @@ M: Felipe Balbi > M: David Brownell > L: linux-usb@vger.kernel.org > L: linux-omap@vger.kernel.org > +L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) > +L: linux-arm@vger.kernel.org > S: Maintained > +F: drivers/usb/*/*omap* > > OMFS FILESYSTEM > M: Bob Copeland ... I think let's not add the drivers. The related driver list and linux-omap list should be enough for these. Regards, Tony