Re: [U-Boot] [PATCH 1/8] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-05-01 Thread Hans de Goede
Hi, On 01-05-15 06:11, Simon Glass wrote: Hi Hans, On 30 April 2015 at 08:35, Hans de Goede hdego...@redhat.com wrote: Currently we copy over a number of usb_device values stored in the on stack struct usb_device probed in usb_scan_device() to the final driver-model managed struct usb_device

Re: [U-Boot] [PATCH 1/8] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-05-01 Thread Hans de Goede
Hi, On 01-05-15 09:21, Hans de Goede wrote: Hi, On 01-05-15 06:11, Simon Glass wrote: Hi Hans, On 30 April 2015 at 08:35, Hans de Goede hdego...@redhat.com wrote: Currently we copy over a number of usb_device values stored in the on stack struct usb_device probed in usb_scan_device() to the

[U-Boot] [PATCH 1/8] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-04-30 Thread Hans de Goede
Currently we copy over a number of usb_device values stored in the on stack struct usb_device probed in usb_scan_device() to the final driver-model managed struct usb_device in usb_child_pre_probe() through usb_device_platdata, and then call usb_select_config() to fill in the rest. There are 2

Re: [U-Boot] [PATCH 1/8] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device

2015-04-30 Thread Simon Glass
Hi Hans, On 30 April 2015 at 08:35, Hans de Goede hdego...@redhat.com wrote: Currently we copy over a number of usb_device values stored in the on stack struct usb_device probed in usb_scan_device() to the final driver-model managed struct usb_device in usb_child_pre_probe() through