Return-path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:41407 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755840Ab0LAUSv convert rfc822-to-8bit (ORCPT ); Wed, 1 Dec 2010 15:18:51 -0500 MIME-Version: 1.0 In-Reply-To: <1291234615.1845.196.camel@Joe-Laptop> References: <5febb0e1fba0ec2bb77f6ade8b251ba0edf4614c.1290988277.git.joe@perches.com> <20101129060732.5130.qmail@stuge.se> <4CF42C17.2070500@openwrt.org> <1291081185.16349.133.camel@Joe-Laptop> <4CF464D6.2020507@openwrt.org> <1291148375.18026.342.camel@Joe-Laptop> <1291225075.1845.177.camel@Joe-Laptop> <1291234615.1845.196.camel@Joe-Laptop> From: "Luis R. Rodriguez" Date: Wed, 1 Dec 2010 12:18:30 -0800 Message-ID: Subject: Re: [PATCH wireless-next] MAINTAINERS: Add ATH GENERIC UTILITIES To: Joe Perches Cc: Andrew Morton , "John W. Linville" , Felix Fietkau , linux-wireless , ath9k-devel@lists.ath9k.org, peter@stuge.se, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Dec 1, 2010 at 12:16 PM, Joe Perches wrote: > On Wed, 2010-12-01 at 11:46 -0800, Luis R. Rodriguez wrote: >> On Wed, Dec 1, 2010 at 9:37 AM, Joe Perches wrote: >> > This file pattern is not currently shown as maintained >> > by atheros.  Perhaps it should be? >> > Signed-off-by: Joe Perches >> Sure but its maintained by the community and Atheros hackers, not just me. > > No doubt. > > $ git log next-20101130 -- drivers/net/wireless/ath/*.[ch] | \ >        grep -P "(^Author)" | cut -f2- -d":" | sort | uniq -c | sort -rn | head >     27  Luis R. Rodriguez >      6  Felix Fietkau >      4  Bruno Randolf >      3  Sujith >      3  John W. Linville >      3  Joe Perches >      3  Bob Copeland >      2  Pavel Roskin >      2  Johannes Berg >      2  David S. Miller > > Without any sort of MAINTAINERS entry, the results > for files in that directory are like this: > > $ ./scripts/get_maintainer.pl -f --rolestats drivers/net/wireless/ath/main.c > "John W. Linville" (maintainer:NETWORKING [WIREL...) > linux-wireless@vger.kernel.org (open list:NETWORKING [WIREL...) > netdev@vger.kernel.org (open list:NETWORKING DRIVERS) > linux-kernel@vger.kernel.org (open list) > > Perhaps you want to be cc'd? > Perhaps there are atheros lists that should be cc'd? > If cc'ing linux-wireless is good enough, > that's good enough for me too. OK you're patch is fine then. Luis