Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-11 Thread Ben Warren
Hi Thomas, On 10/5/2010 6:16 PM, Thomas Chou wrote: > Add smc_write_hwaddr() to set mac address. > Clear dev before use. > > Signed-off-by: Thomas Chou > --- > drivers/net/smc9.c | 40 > 1 files changed, 24 insertions(+), 16 deletions(-) Applied

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-08 Thread Wolfgang Denk
Dear Thomas Chou, In message <4caec4cd.6050...@wytron.com.tw> you wrote: > > The retransmission wait time on my first mail server is quite long and I > forgot that there is postgrey on denx mail server, so I sent the patch > again using another mail server. I wondered if my first mail server >

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-08 Thread Thomas Chou
On 10/07/2010 06:27 PM, Detlev Zundel wrote: > Hi Wolfgang, > >> Dear Thomas Chou, >> >> In message<4cac0b1e.1050...@wytron.com.tw> you wrote: >>> >>> I was confused by the greylisting of denx mail server and wondered why >>> the first mail was not received after 12 hours. >> >> There is no greyli

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-07 Thread Detlev Zundel
Hi Wolfgang, > Dear Thomas Chou, > > In message <4cac0b1e.1050...@wytron.com.tw> you wrote: >> >> I was confused by the greylisting of denx mail server and wondered why >> the first mail was not received after 12 hours. > > There is no greylisting on our side. Well actually we do run postgrey.

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-06 Thread Wolfgang Denk
Dear Thomas Chou, In message <4cac0b1e.1050...@wytron.com.tw> you wrote: > > I was confused by the greylisting of denx mail server and wondered why > the first mail was not received after 12 hours. There is no greylisting on our side. Best regards, Wolfgang Denk -- DENX Software Engineering

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-05 Thread Thomas Chou
Mike Frysinger wrote: > On Tuesday, October 05, 2010 21:16:10 Thomas Chou wrote: >> Add smc_write_hwaddr() to set mac address. >> Clear dev before use. > > how is this different from the one sent earlier today ? when re-submitting, > you should note what changed. > -mike Sorry. It is the same pa

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-05 Thread Mike Frysinger
On Tuesday, October 05, 2010 21:16:10 Thomas Chou wrote: > Add smc_write_hwaddr() to set mac address. > Clear dev before use. how is this different from the one sent earlier today ? when re-submitting, you should note what changed. -mike signature.asc Description: This is a digitally signed me

[U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-05 Thread Thomas Chou
Add smc_write_hwaddr() to set mac address. Clear dev before use. Signed-off-by: Thomas Chou --- drivers/net/smc9.c | 40 1 files changed, 24 insertions(+), 16 deletions(-) diff --git a/drivers/net/smc9.c b/drivers/net/smc9.c index 54a1bfb..

Re: [U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-05 Thread Mike Frysinger
On Tuesday, October 05, 2010 03:30:33 Thomas Chou wrote: > Add smc_write_hwaddr() to set mac address. > Clear dev before use. Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-

[U-Boot] [PATCH] smc91111: add write_hwaddr

2010-10-05 Thread Thomas Chou
Add smc_write_hwaddr() to set mac address. Clear dev before use. Signed-off-by: Thomas Chou --- drivers/net/smc9.c | 40 1 files changed, 24 insertions(+), 16 deletions(-) diff --git a/drivers/net/smc9.c b/drivers/net/smc9.c index 54a1bfb..