Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754815AbbLIKKW (ORCPT ); Wed, 9 Dec 2015 05:10:22 -0500 Received: from mail-bl2on0111.outbound.protection.outlook.com ([65.55.169.111]:49442 "EHLO na01-bl2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754637AbbLIKKO convert rfc822-to-8bit (ORCPT ); Wed, 9 Dec 2015 05:10:14 -0500 From: Madalin-Cristian Bucur To: David Miller , Scott Wood CC: "afleming@gmail.com" , Liberman Igal , "netdev@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "pebolle@tiscali.nl" , "joakim.tjernlund@transmode.se" , "ppc@mindchasers.com" , "stephen@networkplumber.org" Subject: RE: [v9, 6/6] fsl/fman: Add FMan MAC driver Thread-Topic: [v9, 6/6] fsl/fman: Add FMan MAC driver Thread-Index: AQHRLbsrv21haFAvS06D5RD0VMgP3J7Bj64AgAAo5QCAADtngIAAbiOg Date: Wed, 9 Dec 2015 10:10:10 +0000 Message-ID: References: <1449127157-9400-7-git-send-email-igal.liberman@freescale.com> <1449614678.15946.152.camel@freescale.com> <20151208.211715.790899872740551674.davem@davemloft.net> In-Reply-To: <20151208.211715.790899872740551674.davem@davemloft.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=madalin.bucur@freescale.com; x-originating-ip: [192.88.146.1] x-microsoft-exchange-diagnostics: 1;CY1PR03MB1488;5:bcBGmJ2ds9sFiX2i36dtD2R9wg24f4tH3DXPx+q52x6e+DZI/CuBAfLIoVmzI0FnVBcARxCjJg1PytPqYGkFH2PudTGdcl5bxbzmNr7rfki91oTKU71dRl/Y4iIGwQ9YGO1qS6fGohpAscG5My5YyA==;24:P6NLW2BRF5GZuFatLrdMWGJOadpRgGvA3cwc21E97vgFt9Kd3yYeADscJt4WAeK2NCAJZ0fHEXBZRe0kM99XhCy1uJNAV2jKoIm4VFEsCOs= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:CY1PR03MB1488; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(185117386973197)(101931422205132); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401047)(8121501046)(5005006)(520078)(3002001)(10201501046);SRVR:CY1PR03MB1488;BCL:0;PCL:0;RULEID:;SRVR:CY1PR03MB1488; x-forefront-prvs: 0785459C39 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(24454002)(377454003)(13464003)(377424004)(189002)(199003)(40100003)(586003)(77096005)(1220700001)(106116001)(2900100001)(101416001)(76576001)(74316001)(122556002)(105586002)(87936001)(106356001)(1096002)(19580405001)(2950100001)(66066001)(19580395003)(99286002)(5004730100002)(5001960100002)(86362001)(3846002)(5001770100001)(6116002)(93886004)(11100500001)(33656002)(92566002)(102836003)(81156007)(97736004)(5002640100001)(10400500002)(50986999)(5003600100002)(5008740100001)(76176999)(4001450100002)(54356999)(189998001);DIR:OUT;SFP:1102;SCL:1;SRVR:CY1PR03MB1488;H:DM2PR0301MB0768.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 09 Dec 2015 10:10:10.9070 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR03MB1488 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2307 Lines: 54 > -----Original Message----- > From: David Miller [mailto:davem@davemloft.net] > > 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. I've already removed the MODULE_AUTHOR tag from the dpaa_eth code, this will be removed as well. We are required to keep the Signed-off by: tags of the original authors for the patches and also were instructed to keep the original Freescale email addresses even if the patch authors have different email addresses now. To complicate things further, after the Freescale - NXP merger the freescale.com employee emails will be replaced by nxp.com email addresses so our future submissions will have a mix of legacy freescale.com emails for the former employees and nxp.com for the current ones. Given that the Freescale brand is replaced with NXP, we may need to reflect this in the folder structure, prefixes used in the code, etc. Copyright will also need to reflect this change, any further changes will be attributed to NXP. Is there a norm/custom followed in such situations? Madalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/