[U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-04-08 Thread Daniel Mack
If the MAX address is given by the environment, write it back to the hardware. Signed-off-by: Daniel Mack Cc: Sascha Hauer --- drivers/net/smc911x.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index 30f2dc2..8c9a

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-04-21 Thread Daniel Mack
On Wed, Apr 08, 2009 at 01:23:37PM +0200, Daniel Mack wrote: > Signed-off-by: Daniel Mack > Cc: Sascha Hauer ping. > --- > drivers/net/smc911x.c |9 +++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c > index 30f2dc2

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-04-21 Thread Daniel Mack
Hi Sascha, On Tue, Apr 21, 2009 at 01:38:23PM +0200, Sascha Hauer wrote: > On Wed, Apr 08, 2009 at 01:23:37PM +0200, Daniel Mack wrote: > > If the MAX address is given by the environment, write it back to the > > hardware. > > > > Signed-off-by: Daniel Mack > > Cc: Sascha Hauer > > Acked-by: S

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-04-21 Thread Sascha Hauer
On Wed, Apr 08, 2009 at 01:23:37PM +0200, Daniel Mack wrote: > If the MAX address is given by the environment, write it back to the > hardware. > > Signed-off-by: Daniel Mack > Cc: Sascha Hauer Acked-by: Sascha Hauer Anyway, you shouldn't rely on this. I'm the original author of this driver,

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-04-21 Thread Ben Warren
Hi Daniel, On Tue, Apr 21, 2009 at 4:44 AM, Daniel Mack wrote: > Hi Sascha, > > On Tue, Apr 21, 2009 at 01:38:23PM +0200, Sascha Hauer wrote: > > On Wed, Apr 08, 2009 at 01:23:37PM +0200, Daniel Mack wrote: > > > If the MAX address is given by the environment, write it back to the > > > hardware

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-04-21 Thread Daniel Mack
On Tue, Apr 21, 2009 at 06:28:34AM -0700, Ben Warren wrote: > > > Anyway, you shouldn't rely on this. I'm the original author of this > > > driver, but I do not use U-Boot-v1 anymore, so I can't tell if this > > > breaks something or not. > > > > No problem. I just Cc'ed all email addresses I could

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-04-22 Thread Ben Warren
Daniel Mack wrote: > If the MAX address is given by the environment, write it back to the > hardware. > > Signed-off-by: Daniel Mack > Cc: Sascha Hauer > --- > drivers/net/smc911x.c |9 +++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/smc911x.c b/driv

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-05-05 Thread Mike Frysinger
On Wednesday 08 April 2009 07:23:37 Daniel Mack wrote: > If the MAX address is given by the environment, write it back to the > hardware. Signed-off-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boo

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-05-20 Thread Dirk Behme
Ben Warren wrote: > Daniel Mack wrote: >> If the MAX address is given by the environment, write it back to the >> hardware. >> >> Signed-off-by: Daniel Mack >> Cc: Sascha Hauer >> --- >> drivers/net/smc911x.c |9 +++-- >> 1 files changed, 7 insertions(+), 2 deletions(-) >> >> diff --git

Re: [U-Boot] [PATCH 1/3] smc911x: write back the manually set MAC address

2009-06-05 Thread Wolfgang Denk
Dear Ben, In message <4a14e0ab.7010...@googlemail.com> Dirk Behme wrote: > > >> If the MAX address is given by the environment, write it back to the > >> hardware. > >> > >> Signed-off-by: Daniel Mack > >> Cc: Sascha Hauer ... > > Applied to net/next branch. > > Could we get this asap into main