Re: [U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-12-01 Thread Joe Hershberger
Hi Yann, On Mon, Nov 19, 2012 at 5:42 AM, Yann Vernier wrote: > On Fri, 26 Oct 2012 23:37:28 +0200 > Albert ARIBAUD wrote: > >> Hi Yann, >> >> On Fri, 19 Oct 2012 10:02:09 +0200, Yann Vernier >> wrote: >> >> > On Thu, 18 Oct 2012 15:55:31 -0500 >> > Joe Hershberger wrote: >> > >> > > Hi Yann,

Re: [U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-11-19 Thread Yann Vernier
On Fri, 26 Oct 2012 23:37:28 +0200 Albert ARIBAUD wrote: > Hi Yann, > > On Fri, 19 Oct 2012 10:02:09 +0200, Yann Vernier > wrote: > > > On Thu, 18 Oct 2012 15:55:31 -0500 > > Joe Hershberger wrote: > > > > > Hi Yann, > > > > > > On Fri, Oct 5, 2012 at 7:09 AM, Yann Vernier > > > wrote: > >

Re: [U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-10-26 Thread Albert ARIBAUD
Hi Yann, On Fri, 19 Oct 2012 10:02:09 +0200, Yann Vernier wrote: > On Thu, 18 Oct 2012 15:55:31 -0500 > Joe Hershberger wrote: > > > Hi Yann, > > > > On Fri, Oct 5, 2012 at 7:09 AM, Yann Vernier > > wrote: > > > Removed board specific MAC reading code from driver. > > > Should move the readi

Re: [U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-10-19 Thread Yann Vernier
On Thu, 18 Oct 2012 15:55:31 -0500 Joe Hershberger wrote: > Hi Yann, > > On Fri, Oct 5, 2012 at 7:09 AM, Yann Vernier > wrote: > > Removed board specific MAC reading code from driver. > > Should move the reading to the cm4008/cm41xx board code. > > --- > > drivers/net/ks8695eth.c | 38 > > ++

Re: [U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-10-18 Thread Joe Hershberger
Hi Yann, On Fri, Oct 5, 2012 at 7:09 AM, Yann Vernier wrote: > Removed board specific MAC reading code from driver. > Should move the reading to the cm4008/cm41xx board code. > --- > drivers/net/ks8695eth.c | 38 +- > 1 file changed, 9 insertions(+), 29 dele

Re: [U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-10-18 Thread Albert ARIBAUD
Hi Yann, On Fri, 5 Oct 2012 14:09:50 +0200, Yann Vernier wrote: > Removed board specific MAC reading code from driver. > Should move the reading to the cm4008/cm41xx board code. > --- > drivers/net/ks8695eth.c | 38 +- > 1 file changed, 9 insertions(+), 29

[U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-10-05 Thread Yann Vernier
Removed board specific MAC reading code from driver. Should move the reading to the cm4008/cm41xx board code. --- drivers/net/ks8695eth.c | 38 +- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/drivers/net/ks8695eth.c b/drivers/net/ks8695eth.c

[U-Boot] [PATCH 03/11] arm: ks8695eth: Use MAC address from environment

2012-08-09 Thread Yann Vernier
Removed board specific MAC reading code from driver. Should move the reading to the cm4008/cm41xx board code. Signed-off-by: Yann Vernier --- drivers/net/ks8695eth.c | 38 +- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/drivers/net/ks8695et