Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-21 Thread Ben Warren
Hi Mike, On Mon, Sep 20, 2010 at 10:52 PM, Mike Frysinger wrote: > On Tuesday, September 21, 2010 01:21:46 Reinhard Meyer wrote: > > > On Monday, September 20, 2010 17:44:38 Mike Frysinger wrote: > > >> finally got around to testing this. seems like the init needs some > > >> work. if i power o

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-20 Thread Reinhard Meyer
Dear Mike Frysinger, > On Tuesday, September 21, 2010 01:21:46 Reinhard Meyer wrote: > well, now i cant reproduce the issue, cold or warm booting :/. > ... > although, earlier i was testing when the sun was out and shining on the board > but now it's night, so maybe it's a cold-blooded part :x.

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-20 Thread Mike Frysinger
On Tuesday, September 21, 2010 01:21:46 Reinhard Meyer wrote: > > On Monday, September 20, 2010 17:44:38 Mike Frysinger wrote: > >> finally got around to testing this. seems like the init needs some > >> work. if i power on the system (cold boot), boot Linux over the on-chip > >> mac, and let Linu

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-20 Thread Reinhard Meyer
Dear Mike Frysinger, > On Monday, September 20, 2010 17:44:38 Mike Frysinger wrote: >> finally got around to testing this. seems like the init needs some work. >> if i power on the system (cold boot), boot Linux over the on-chip mac, and >> let Linux program the enc part, it works fine under Linux

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-20 Thread Mike Frysinger
On Monday, September 20, 2010 17:44:38 Mike Frysinger wrote: > finally got around to testing this. seems like the init needs some work. > if i power on the system (cold boot), boot Linux over the on-chip mac, and > let Linux program the enc part, it works fine under Linux. then i do a > software

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-20 Thread Mike Frysinger
finally got around to testing this. seems like the init needs some work. if i power on the system (cold boot), boot Linux over the on-chip mac, and let Linux program the enc part, it works fine under Linux. then i do a software reset back into u-boot, it can use the enc fine too. but if i co

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-12 Thread Ben Warren
Hi Reinhard, On 9/12/2010 7:23 AM, Reinhard Meyer wrote: > V3: further refinements: > - use priv member instead of container method > - allow setting of MAC address by write_hwaddr method > - avoid shutting down link between commands > > Signed-off-by: Reinhard Meyer > --- Interesting driver...

[U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-12 Thread Reinhard Meyer
V3: further refinements: - use priv member instead of container method - allow setting of MAC address by write_hwaddr method - avoid shutting down link between commands Signed-off-by: Reinhard Meyer --- drivers/net/Makefile |1 + drivers/net/enc28j60.c | 978 ++