From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753538AbcHPNbE (ORCPT ); Tue, 16 Aug 2016 09:31:04 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:35907 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbcHPNbC (ORCPT ); Tue, 16 Aug 2016 09:31:02 -0400 Date: Tue, 16 Aug 2016 15:30:57 +0200 From: Andrew Lunn To: Kedareswara rao Appana , David Miller Cc: michal.simek@xilinx.com, soren.brinkmann@xilinx.com, appanad@xilinx.com, f.fainelli@gmail.com, punnaia@xilinx.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: phy: Update copyright info Message-ID: <20160816133057.GG14446@lunn.ch> References: <1471328909-20104-1-git-send-email-appanad@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471328909-20104-1-git-send-email-appanad@xilinx.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2016 at 11:58:29AM +0530, Kedareswara rao Appana wrote: > For implementing this driver most of the inputs is > provided by Andrew Lunn. > > Updating the driver with Andrew Copy right. > > Signed-off-by: Kedareswara rao Appana O.K, so this is a start in correcting the damage. The code still has major issues, like i think it will Opps after you unload the module. The code was not ready for merging, which is why it did not get my Signed-off-by, when i left for vacation... So, for this, and only this patch: Signed-off-by: Andrew Lunn Andrew > --- > drivers/net/phy/xilinx_gmii2rgmii.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/net/phy/xilinx_gmii2rgmii.c b/drivers/net/phy/xilinx_gmii2rgmii.c > index cad6e19..e7a20ec 100644 > --- a/drivers/net/phy/xilinx_gmii2rgmii.c > +++ b/drivers/net/phy/xilinx_gmii2rgmii.c > @@ -1,7 +1,9 @@ > /* Xilinx GMII2RGMII Converter driver > * > * Copyright (C) 2016 Xilinx, Inc. > + * Copyright (C) 2016 Andrew Lunn > * > + * Author: Andrew Lunn > * Author: Kedareswara rao Appana > * > * Description: > -- > 2.1.2 >