[U-Boot] [PATCH v2 10/18] ehci: Add support for Qualcomm EHCI

2016-02-07 Thread Mateusz Kulikowski
This driver is able to reconfigure OTG controller into HOST mode. Board can add board-specific initialization as board_prepare_usb(). It requires USB_ULPI_VIEWPORT enabled in board configuration. Signed-off-by: Mateusz Kulikowski Acked-by: Marek Vasut Tested-by: Simon Glass --- Changes in v3:

Re: [U-Boot] [PATCH v2 10/18] ehci: Add support for Qualcomm EHCI

2016-01-31 Thread Simon Glass
On 24 January 2016 at 13:53, Mateusz Kulikowski wrote: > This driver is able to reconfigure OTG controller into HOST mode. > Board can add board-specific initialization as board_prepare_usb(). > It requires USB_ULPI_VIEWPORT enabled in board configuration. > > Signed-off-by: Mateusz Kulikowski >

[U-Boot] [PATCH v2 10/18] ehci: Add support for Qualcomm EHCI

2016-01-24 Thread Mateusz Kulikowski
This driver is able to reconfigure OTG controller into HOST mode. Board can add board-specific initialization as board_prepare_usb(). It requires USB_ULPI_VIEWPORT enabled in board configuration. Signed-off-by: Mateusz Kulikowski Acked-by: Marek Vasut --- Changes in v2: - Use PORT_... macro to