From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2001:4f8:3:36:211:85ff:fe63:a549]) by lists.ozlabs.org (Postfix) with ESMTP id 333591A0E80 for ; Wed, 9 Dec 2015 13:17:22 +1100 (AEDT) Date: Tue, 08 Dec 2015 21:17:15 -0500 (EST) Message-Id: <20151208.211715.790899872740551674.davem@davemloft.net> To: scottwood@freescale.com Cc: afleming@gmail.com, igal.liberman@freescale.com, netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, madalin.bucur@freescale.com, pebolle@tiscali.nl, joakim.tjernlund@transmode.se, ppc@mindchasers.com, stephen@networkplumber.org Subject: Re: [v9, 6/6] fsl/fman: Add FMan MAC driver From: David Miller In-Reply-To: <1449614678.15946.152.camel@freescale.com> References: <1449127157-9400-7-git-send-email-igal.liberman@freescale.com> <1449614678.15946.152.camel@freescale.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Scott Wood Date: Tue, 8 Dec 2015 16:44:38 -0600 > On Tue, 2015-12-08 at 14:18 -0600, Andy Fleming wrote: >> On Thu, Dec 3, 2015 at 1:19 AM, wrote: >> > From: Igal Liberman >> > >> > This patch adds the Ethernet MAC driver supporting the three >> > different types of MACs: dTSEC, tGEC and mEMAC. >> > >> > Signed-off-by: Igal Liberman >> >> [...] >> >> > + >> > +MODULE_LICENSE("Dual BSD/GPL"); >> > + >> > +MODULE_AUTHOR("Emil Medve "); >> >> I imagine this email address doesn't exist anymore, or won't soon. >> This is also an issue in the ethernet driver (with my old address). >> I'm not sure what the right approach is, but we shouldn't be putting >> obsolete email addresses in the kernel. > > I don't think a MODULE_AUTHOR tag makes sense for drivers like this that had a > lot of people work on them. git history is better for giving credit in such > cases. Agreed.