From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 13 Dec 2012 18:26:20 +0100 Subject: [U-Boot] [PATCH 01/11] usb: net: asix: Do a fast init if link already established In-Reply-To: <1355363731-10103-2-git-send-email-sjg@chromium.org> References: <1355363731-10103-1-git-send-email-sjg@chromium.org> <1355363731-10103-2-git-send-email-sjg@chromium.org> Message-ID: <201212131826.20687.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear 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 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 Joe, this is yours. Gimme a go/no-go and an Ack ;-) Best regards, Marek Vasut