Re: [U-Boot] [PATCH v3 2/4] USB: host: Add the USB3 host driver

2019-08-18 Thread Sherry Sun
Hi Marek, > > On 8/16/19 8:10 AM, Sherry Sun wrote: > > [...] > > > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index > > ac68aa2d27..cc1dfe463b 100644 > > --- a/drivers/usb/host/Kconfig > > +++ b/drivers/usb/host/Kconfig > > @@ -95,6 +95,15 @@ config USB_XHCI_FSL > > d

Re: [U-Boot] [PATCH v3 2/4] USB: host: Add the USB3 host driver

2019-08-16 Thread Marek Vasut
On 8/16/19 8:10 AM, Sherry Sun wrote: [...] > diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig > index ac68aa2d27..cc1dfe463b 100644 > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kconfig > @@ -95,6 +95,15 @@ config USB_XHCI_FSL > depends on !SPL_NO_USB > he

[U-Boot] [PATCH v3 2/4] USB: host: Add the USB3 host driver

2019-08-15 Thread Sherry Sun
Add the USB3 host driver for NXP imx8 platform, and the cadence IP is in it. The USB3 host driver support DM mode, it will probe USB3 host node in dts. Signed-off-by: Sherry Sun --- drivers/usb/host/Kconfig | 9 ++ drivers/usb/host/Makefile| 1 + drivers/usb/host/xhci-imx8.c | 189 ++