Re: [U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established

2013-02-17 Thread Joe Hershberger
Hi Simon, On Sun, Feb 17, 2013 at 12:47 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On Thu, Dec 20, 2012 at 6:29 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Thu, Dec 13, 2012 at 8:21 PM, Simon Glass s...@chromium.org wrote: The Asix driver takes the link down

Re: [U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established

2013-02-17 Thread Simon Glass
Hi Joe, On Sun, Feb 17, 2013 at 1:39 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Sun, Feb 17, 2013 at 12:47 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On Thu, Dec 20, 2012 at 6:29 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Thu, Dec 13,

Re: [U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established

2013-02-16 Thread Simon Glass
Hi Joe, On Thu, Dec 20, 2012 at 6:29 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Thu, Dec 13, 2012 at 8:21 PM, Simon Glass s...@chromium.org wrote: The Asix driver takes the link down during init() and then brings it back up. This commit changes this so that if a link

Re: [U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established

2012-12-20 Thread Joe Hershberger
Hi Simon, On Thu, Dec 13, 2012 at 8:21 PM, Simon Glass s...@chromium.org wrote: The Asix driver takes the link down during init() and then brings it back up. This commit changes this so that if a link has already been established successfully we simply check that the link is still good. Also

[U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established

2012-12-13 Thread Simon Glass
The Asix driver takes the link down during init() and then brings it back up. This commit changes this so that if a link has already been established successfully we simply check that the link is still good. Also fix up asix_halt() to actually halt RX on the interface. Previously this was not