[PATCH v9 09/14] usb: of: add an API to get OTG device from USB controller node

2016-06-08 Thread Roger Quadros
The OTG controller and the USB controller can be linked via the 'otg-controller' property in the USB controller's device node. of_usb_get_otg() can be used to get the OTG controller device from the USB controller's device node. Signed-off-by: Roger Quadros Acked-by: Peter Chen

[PATCH v9 09/14] usb: of: add an API to get OTG device from USB controller node

2016-06-08 Thread Roger Quadros
The OTG controller and the USB controller can be linked via the 'otg-controller' property in the USB controller's device node. of_usb_get_otg() can be used to get the OTG controller device from the USB controller's device node. Signed-off-by: Roger Quadros Acked-by: Peter Chen Acked-by: Rob

Re: [PATCH v9 09/14] usb: of: add an API to get OTG device from USB controller node

2016-05-23 Thread Rob Herring
On Fri, May 20, 2016 at 12:29:59PM +0300, Roger Quadros wrote: > The OTG controller and the USB controller can be linked via the > 'otg-controller' property in the USB controller's device node. > > of_usb_get_otg() can be used to get the OTG controller device > from the USB controller's device

Re: [PATCH v9 09/14] usb: of: add an API to get OTG device from USB controller node

2016-05-23 Thread Rob Herring
On Fri, May 20, 2016 at 12:29:59PM +0300, Roger Quadros wrote: > The OTG controller and the USB controller can be linked via the > 'otg-controller' property in the USB controller's device node. > > of_usb_get_otg() can be used to get the OTG controller device > from the USB controller's device

[PATCH v9 09/14] usb: of: add an API to get OTG device from USB controller node

2016-05-20 Thread Roger Quadros
The OTG controller and the USB controller can be linked via the 'otg-controller' property in the USB controller's device node. of_usb_get_otg() can be used to get the OTG controller device from the USB controller's device node. Signed-off-by: Roger Quadros Acked-by: Peter Chen

[PATCH v9 09/14] usb: of: add an API to get OTG device from USB controller node

2016-05-20 Thread Roger Quadros
The OTG controller and the USB controller can be linked via the 'otg-controller' property in the USB controller's device node. of_usb_get_otg() can be used to get the OTG controller device from the USB controller's device node. Signed-off-by: Roger Quadros Acked-by: Peter Chen --- v9: Clearly