Re: [U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests

2015-11-18 Thread Simon Glass
Hi, On 9 November 2015 at 09:54, Simon Glass wrote: > > Hi Hans, > > On 9 November 2015 at 00:14, Hans de Goede wrote: > > Hi Simon, > > > > On 09-11-15 07:47, Simon Glass wrote: > >> > >> There was quite a bit of discussion about the change that required the > >> unbinding of USB devices for th

Re: [U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests

2015-11-09 Thread Simon Glass
Hi Hans, On 9 November 2015 at 00:14, Hans de Goede wrote: > Hi Simon, > > On 09-11-15 07:47, Simon Glass wrote: >> >> There was quite a bit of discussion about the change that required the >> unbinding of USB devices for the subsystem to function correctly. E.g. >> >> https://patchwork.ozlabs.or

Re: [U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests

2015-11-09 Thread Marek Vasut
On Monday, November 09, 2015 at 07:47:42 AM, Simon Glass wrote: > There was quite a bit of discussion about the change that required the > unbinding of USB devices for the subsystem to function correctly. E.g. > > https://patchwork.ozlabs.org/patch/485637/ > > The key issue is the usb_get_dev_ind

Re: [U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests

2015-11-09 Thread Hans de Goede
Hi Simon, On 09-11-15 07:47, Simon Glass wrote: There was quite a bit of discussion about the change that required the unbinding of USB devices for the subsystem to function correctly. E.g. https://patchwork.ozlabs.org/patch/485637/ The key issue is the usb_get_dev_index() function which is no

[U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests

2015-11-08 Thread Simon Glass
There was quite a bit of discussion about the change that required the unbinding of USB devices for the subsystem to function correctly. E.g. https://patchwork.ozlabs.org/patch/485637/ The key issue is the usb_get_dev_index() function which is not a good API for driver model. We can drop use of t