From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] net: phy: Update copyright info Date: Tue, 16 Aug 2016 15:30:57 +0200 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 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 To: Kedareswara rao Appana , David Miller Return-path: Content-Disposition: inline In-Reply-To: <1471328909-20104-1-git-send-email-appanad@xilinx.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.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 >