Re: [U-Boot] [PATCH] USB: Ethernet: asix.c: Added support for AX88178 based devices

2011-07-13 Thread Simon Glass
Hi David, On Thu, Jun 23, 2011 at 5:03 PM, Simon Glass wrote: > Hi David, > > Thanks for the patch - I have tried this and things still work, but I > don't think I have a Belkin F5D5055 Gig USB to test with. No matter. > > Please see below form comments. > > On Tue, May 31, 2011 at 5:58 AM, David

Re: [U-Boot] [PATCH] USB: Ethernet: asix.c: Added support for AX88178 based devices

2011-06-23 Thread Simon Glass
Hi David, Thanks for the patch - I have tried this and things still work, but I don't think I have a Belkin F5D5055 Gig USB to test with. No matter. Please see below form comments. On Tue, May 31, 2011 at 5:58 AM, David Jander wrote: > Completed command definitions copied from linux driver sour

[U-Boot] [PATCH] USB: Ethernet: asix.c: Added support for AX88178 based devices

2011-05-31 Thread David Jander
Completed command definitions copied from linux driver source. Implemented support for AX88178 by copying and rewriting bits and pieces from the linux asix driver. Signed-off-by: David Jander --- drivers/usb/eth/asix.c | 236 +--- include/usb_ether.h