linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: phy: Update copyright info
@ 2016-08-16  6:28 Kedareswara rao Appana
  2016-08-16 13:30 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Kedareswara rao Appana @ 2016-08-16  6:28 UTC (permalink / raw)
  To: linux-arm-kernel

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 <appanad@xilinx.com>
---
 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 <andrew@lunn.ch>
  *
+ * Author: Andrew Lunn <andrew@lunn.ch>
  * Author: Kedareswara rao Appana <appanad@xilinx.com>
  *
  * Description:
-- 
2.1.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] net: phy: Update copyright info
  2016-08-16  6:28 [PATCH] net: phy: Update copyright info Kedareswara rao Appana
@ 2016-08-16 13:30 ` Andrew Lunn
  2016-08-16 14:02   ` Appana Durga Kedareswara Rao
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2016-08-16 13:30 UTC (permalink / raw)
  To: linux-arm-kernel

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 <appanad@xilinx.com>

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@lunn.ch>

    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 <andrew@lunn.ch>
>   *
> + * Author: Andrew Lunn <andrew@lunn.ch>
>   * Author: Kedareswara rao Appana <appanad@xilinx.com>
>   *
>   * Description:
> -- 
> 2.1.2
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] net: phy: Update copyright info
  2016-08-16 13:30 ` Andrew Lunn
@ 2016-08-16 14:02   ` Appana Durga Kedareswara Rao
  0 siblings, 0 replies; 3+ messages in thread
From: Appana Durga Kedareswara Rao @ 2016-08-16 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Andrew

> 
> 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 <appanad@xilinx.com>
> 
> 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@lunn.ch>

Thanks...

Will test the driver as a module and will fix the Opps that you are taking will post the patch...

Regards,
Kedar.

> 
>     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 <andrew@lunn.ch>
> >   *
> > + * Author: Andrew Lunn <andrew@lunn.ch>
> >   * Author: Kedareswara rao Appana <appanad@xilinx.com>
> >   *
> >   * Description:
> > --
> > 2.1.2
> >

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-16 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16  6:28 [PATCH] net: phy: Update copyright info Kedareswara rao Appana
2016-08-16 13:30 ` Andrew Lunn
2016-08-16 14:02   ` Appana Durga Kedareswara Rao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).