Re: [U-Boot] [PATCH 3/3] usb: gadget: ether: populate _reset_ callback

2015-08-11 Thread Lukasz Majewski
Hi Marek, On Monday, August 10, 2015 at 01:15:51 PM, Kishon Vijay Abraham I wrote: populate _reset_ callback to the USB ethernet gadget since UDC core expects every gadget driver to have the reset callback. This shouldn't be needed once the ethernet gadget driver is adapted to use the

Re: [U-Boot] [PATCH 3/3] usb: gadget: ether: populate _reset_ callback

2015-08-10 Thread Tom Rini
On Mon, Aug 10, 2015 at 04:45:51PM +0530, Kishon Vijay Abraham I wrote: populate _reset_ callback to the USB ethernet gadget since UDC core expects every gadget driver to have the reset callback. This shouldn't be needed once the ethernet gadget driver is adapted to use the composite driver.

Re: [U-Boot] [PATCH 3/3] usb: gadget: ether: populate _reset_ callback

2015-08-10 Thread Marek Vasut
On Monday, August 10, 2015 at 01:15:51 PM, Kishon Vijay Abraham I wrote: populate _reset_ callback to the USB ethernet gadget since UDC core expects every gadget driver to have the reset callback. This shouldn't be needed once the ethernet gadget driver is adapted to use the composite driver.

[U-Boot] [PATCH 3/3] usb: gadget: ether: populate _reset_ callback

2015-08-10 Thread Kishon Vijay Abraham I
populate _reset_ callback to the USB ethernet gadget since UDC core expects every gadget driver to have the reset callback. This shouldn't be needed once the ethernet gadget driver is adapted to use the composite driver. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com ---