From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from TX2EHSOBE001.bigfish.com (tx2ehsobe001.messaging.microsoft.com [65.55.88.11]) by ozlabs.org (Postfix) with ESMTP id 45358DE0C3 for ; Tue, 10 Mar 2009 06:07:17 +1100 (EST) Message-ID: <49B568D0.5000901@am.sony.com> Date: Mon, 9 Mar 2009 12:06:56 -0700 From: Geoff Levand MIME-Version: 1.0 To: Alessandro Zummo , Joe Perches Subject: Re: [rtc-linux] Re: [PATCH 7/7] powerpc/ps3: Add rtc-ps3 References: <1236605183-22718-1-git-send-email-Geert.Uytterhoeven@sonycom.com> <1236605183-22718-2-git-send-email-Geert.Uytterhoeven@sonycom.com> <1236605183-22718-3-git-send-email-Geert.Uytterhoeven@sonycom.com> <1236605183-22718-4-git-send-email-Geert.Uytterhoeven@sonycom.com> <1236605183-22718-5-git-send-email-Geert.Uytterhoeven@sonycom.com> <1236605183-22718-6-git-send-email-Geert.Uytterhoeven@sonycom.com> <1236605183-22718-7-git-send-email-Geert.Uytterhoeven@sonycom.com> <1236605183-22718-8-git-send-email-Geert.Uytterhoeven@sonycom.com> <20090309151216.17f13862@i1501.lan.towertech.it> <49B55A21.2010801@am.sony.com> <20090309194307.154f3e95@i1501.lan.towertech.it> In-Reply-To: <20090309194307.154f3e95@i1501.lan.towertech.it> Content-Type: text/plain; charset="ISO-8859-1" Cc: linux-m68k@vger.kernel.org, rtc-linux@googlegroups.com, linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, Kyle McMartin , linuxppc-dev@ozlabs.org, Paul Mundt , Geert.Uytterhoeven@sonycom.com, Dann Frazier List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On 03/09/2009 11:43 AM, Alessandro Zummo wrote: > Geoff Levand wrote: >> On 03/09/2009 07:12 AM, Alessandro Zummo wrote: >> > On Mon, 9 Mar 2009 14:26:23 +0100 >> > Geert Uytterhoeven wrote: >> >> + >> >> +MODULE_AUTHOR("Sony Corporation"); >> > >> > real name, if possible and a contact address >> > here . Just in case I need someone to bother :) >> >> Please look at the MAINTAINERS file, that will give >> the contact for PS3. It is much easier to maintain >> a single place for the contact than many spread >> throughout the kernel sources. > > Having it in MODULE_AUTHOR allow my scripts to automatically > send an email when appropriate. > > MAINTAINERS lists the files with an arbitrary > driver title so that the search must be made by an human and there's > no field that links a person to a specific .c . > > so every time I want to address someone I need to check MODULE_AUTHOR, > the git log and the MAINTAINERS file. I see. It seems what you want is MODULE_MAINTAINER, as author is the author, who after some time, may not be the maintainer any more. There was some work by Joe Perches to list the files a maintainer is responsible for into the MAINTAINERS file. I think that would give you what you want, a way to automatically get the maintainer of a file. Joe, could you let us know the status of that work? -Geoff