
Hi Simon,
On Sun, Feb 17, 2013 at 12:47 AM, Simon Glass sjg@chromium.org wrote:
Hi Joe,
On Thu, Dec 20, 2012 at 6:29 PM, Joe Hershberger joe.hershberger@gmail.com wrote:
Hi Simon,
On Thu, Dec 13, 2012 at 8:21 PM, Simon Glass sjg@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 fix up asix_halt() to actually halt RX on the interface. Previously this was not done, so the device would continue to operate evern when halted, violating a U-Boot requirement.
This reduces the delay between successive network commands. Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
Acked-by: Joe Hershberger joe.hershberger@ni.com
Are you going to pull this one in through net?
Yes, I will pull it through net. Please make sure it's assigned to me in patchwork.
Thanks, -Joe