From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0146.outbound.protection.outlook.com [65.55.169.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 00FE71A0FE3 for ; Wed, 9 Dec 2015 09:44:57 +1100 (AEDT) Message-ID: <1449614678.15946.152.camel@freescale.com> Subject: Re: [v9, 6/6] fsl/fman: Add FMan MAC driver From: Scott Wood To: Andy Fleming , CC: "netdev@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , , , Joakim Tjernlund , , , David Miller Date: Tue, 8 Dec 2015 16:44:38 -0600 In-Reply-To: References: <1449127157-9400-1-git-send-email-igal.liberman@freescale.com> <1449127157-9400-7-git-send-email-igal.liberman@freescale.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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. -Scott