Re: [U-Boot] net: re-enumerating usb-ethernet devices hangs the system

2012-02-26 Thread Marek Vasut
> Hi Vincent, > > as you already know, the re-enumerating of usb ethernet devices (calling > "usb start" twice) hangs the system because eth_register() is called > more than once. If have found a related patch from you with the subject > "eth: remove usb-ethernet devices before re-enumerating them

Re: [U-Boot] net: re-enumerating usb-ethernet devices hangs the system

2012-01-09 Thread Vincent Palatin
Hi, On Mon, Jan 9, 2012 at 04:02, Wolfgang Grandegger wrote: > as you already know, the re-enumerating of usb ethernet devices (calling > "usb start" twice) hangs the system because eth_register() is called > more than once. If have found a related patch from you with the subject > "eth: remove u

[U-Boot] net: re-enumerating usb-ethernet devices hangs the system

2012-01-09 Thread Wolfgang Grandegger
Hi Vincent, as you already know, the re-enumerating of usb ethernet devices (calling "usb start" twice) hangs the system because eth_register() is called more than once. If have found a related patch from you with the subject "eth: remove usb-ethernet devices before re-enumerating them" in the chr