From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:10:23 +0100 Subject: [U-Boot] [PATCH] eth: remove usb-ethernet devices before re-enumerating them In-Reply-To: <1326133956-25941-1-git-send-email-vpalatin@chromium.org> References: <1326133956-25941-1-git-send-email-vpalatin@chromium.org> Message-ID: <201202270010.24033.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 > Fix the crash when running several times usb_init() with a USB ethernet > device plugged. > > Signed-off-by: Vincent Palatin > Tested-by: Wolfgang Grandegger > --- Hi, what's the status of this patch/patchset? Thanks M