Re: [PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-29 Thread Alan Stern
On Thu, 30 Nov 2017, Mikhail Zaytsev wrote: > On Wed, 29 Nov 2017 Alan Stern wrote: > > > On Wed, 29 Nov 2017, Mikhail Zaytsev wrote: > > > > > This patch adds the device_reinit function into the us_data > > > structure. The usb-storage driver uses this function for

Re: [PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-29 Thread Mikhail Zaytsev
On Wed, 29 Nov 2017 Alan Stern wrote: > On Wed, 29 Nov 2017, Mikhail Zaytsev wrote: > > > This patch adds the device_reinit function into the us_data > > structure. The usb-storage driver uses this function for notify the > > subdrivers that they need to reinitialize

Re: [PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-29 Thread Alan Stern
On Wed, 29 Nov 2017, Mikhail Zaytsev wrote: > This patch adds the device_reinit function into the us_data structure. > The usb-storage driver uses this function for notify the subdrivers that > they need to reinitialize the device. > > Signed-off-by: Mikhail Zaytsev I'd feel

Re: [PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-29 Thread Oliver Neukum
Am Mittwoch, den 29.11.2017, 15:10 +0300 schrieb Mikhail Zaytsev: > On 29 November 2017 at 11:27 +0100, Oliver Neukum wrote: > > > > Hi, > > the code does what it says, but why is it needed? > > Which subdriver would actually implement the method? > > > > Regards > >

Re: [PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-29 Thread Mikhail Zaytsev
On 29 November 2017 at 11:27 +0100, Oliver Neukum wrote: >Hi, > the code does what it says, but why is it needed? > Which subdriver would actually implement the method? > > Regards > Oliver > Hi, There aren't any subdrivers, that implements the method. The

Re: [PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-29 Thread Oliver Neukum
Am Mittwoch, den 29.11.2017, 00:29 +0300 schrieb Mikhail Zaytsev: > This patch adds the device_reinit function into the us_data structure. > The usb-storage driver uses this function for notify the subdrivers that > they need to reinitialize the device. Hi, the code does what it says, but why

[PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-29 Thread Mikhail Zaytsev
This patch adds the device_reinit function into the us_data structure. The usb-storage driver uses this function for notify the subdrivers that they need to reinitialize the device. Signed-off-by: Mikhail Zaytsev --- drivers/usb/storage/usb.c | 16

[PATCH v1] USB: storage: Notify the subdrivers that they need to reinitialize the device.

2017-11-28 Thread Mikhail Zaytsev
This patch adds the device_reinit function into the us_data structure. The usb-storage driver uses this function for notify the subdrivers that they need to reinitialize the device. Signed-off-by: Mikhail Zaytsev --- drivers/usb/storage/usb.c | 16