[PATCHv2 2/5] usb: dwc3: st: prepare the driver for generic usb_get_dr_mode function

2015-09-21 Thread Heikki Krogerus
of_usb_get_dr_mode will be converted into more generic usb_get_dr_mode function that will take struct device instead of struct device_node as it's parameter. To make the conversion possible later, waiting for the platform device for dwc3 to be populated before calling of_usb_get_dr_mode.

Re: [PATCHv2 2/5] usb: dwc3: st: prepare the driver for generic usb_get_dr_mode function

2015-09-21 Thread Sergei Shtylyov
Hello. On 9/21/2015 11:14 AM, Heikki Krogerus wrote: of_usb_get_dr_mode will be converted into more generic usb_get_dr_mode function that will take struct device instead of struct device_node as it's parameter. Small nit: s/it's/its/. To make the conversion possible later, waiting for