Re: [U-Boot] [PATCH v3 1/8] usb: dwc2: Call board_usb_init() from usb_lowlevel_init()

2015-07-30 Thread Marek Vasut
On Thursday, July 30, 2015 at 02:42:26 AM, Tom Rini wrote: On Thu, Jul 30, 2015 at 01:36:07AM +0200, Marek Vasut wrote: On Wednesday, July 29, 2015 at 11:39:29 PM, Peter Griffin wrote: This patch makes the dwc2 controller like ehci / ohci / xhci controllers by calling the board_usb_init()

[U-Boot] [PATCH v3 1/8] usb: dwc2: Call board_usb_init() from usb_lowlevel_init()

2015-07-29 Thread Peter Griffin
This patch makes the dwc2 controller like ehci / ohci / xhci controllers by calling the board_usb_init() function from usb_lowlevel_init. This can then be implemented by specific platforms to initialise their USB hardware (phys / clocks etc). Signed-off-by: Peter Griffin peter.grif...@linaro.org

Re: [U-Boot] [PATCH v3 1/8] usb: dwc2: Call board_usb_init() from usb_lowlevel_init()

2015-07-29 Thread Tom Rini
On Thu, Jul 30, 2015 at 01:36:07AM +0200, Marek Vasut wrote: On Wednesday, July 29, 2015 at 11:39:29 PM, Peter Griffin wrote: This patch makes the dwc2 controller like ehci / ohci / xhci controllers by calling the board_usb_init() function from usb_lowlevel_init. This can then be

Re: [U-Boot] [PATCH v3 1/8] usb: dwc2: Call board_usb_init() from usb_lowlevel_init()

2015-07-29 Thread Marek Vasut
On Wednesday, July 29, 2015 at 11:39:29 PM, Peter Griffin wrote: This patch makes the dwc2 controller like ehci / ohci / xhci controllers by calling the board_usb_init() function from usb_lowlevel_init. This can then be implemented by specific platforms to initialise their USB hardware (phys