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 yann.vern...@orsoc.se wrote: On Fri, 26 Oct 2012 23:37:28 +0200 Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Yann, On Fri, 19 Oct 2012 10:02:09 +0200, Yann Vernier yann.vern...@orsoc.se wrote: On Thu, 18 Oct 2012 15:55:31

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 albert.u.b...@aribaud.net wrote: Hi Yann, On Fri, 19 Oct 2012 10:02:09 +0200, Yann Vernier yann.vern...@orsoc.se wrote: On Thu, 18 Oct 2012 15:55:31 -0500 Joe Hershberger joe.hershber...@gmail.com wrote: Hi Yann, On Fri,

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 yann.vern...@orsoc.se wrote: On Thu, 18 Oct 2012 15:55:31 -0500 Joe Hershberger joe.hershber...@gmail.com wrote: Hi Yann, On Fri, Oct 5, 2012 at 7:09 AM, Yann Vernier yann.vern...@orsoc.se wrote: Removed board specific MAC

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 joe.hershber...@gmail.com wrote: Hi Yann, On Fri, Oct 5, 2012 at 7:09 AM, Yann Vernier yann.vern...@orsoc.se wrote: Removed board specific MAC reading code from driver. Should move the reading to the cm4008/cm41xx board code. ---

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 yann.vern...@orsoc.se 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

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 yann.vern...@orsoc.se 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

[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 yann.vern...@orsoc.se --- drivers/net/ks8695eth.c | 38 +- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git