Re: [U-Boot] [PATCH 06/23] usb: pci: Add XHCI driver for PCI

2015-01-27 Thread Bin Meng
On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass s...@chromium.org wrote: Add a driver which locates the available XHCI controllers on the PCI bus and makes them available. Signed-off-by: Simon Glass s...@chromium.org --- drivers/usb/host/Makefile | 1 + drivers/usb/host/xhci-pci.c | 60

Re: [U-Boot] [PATCH 06/23] usb: pci: Add XHCI driver for PCI

2015-01-27 Thread Marek Vasut
On Tuesday, January 27, 2015 at 09:52:14 PM, Simon Glass wrote: Hi Marek, Hi! On 27 January 2015 at 10:57, Marek Vasut ma...@denx.de wrote: On Tuesday, January 27, 2015 at 02:23:04 AM, Simon Glass wrote: Add a driver which locates the available XHCI controllers on the PCI bus and makes

Re: [U-Boot] [PATCH 06/23] usb: pci: Add XHCI driver for PCI

2015-01-27 Thread Simon Glass
Hi Marek, On 27 January 2015 at 10:57, Marek Vasut ma...@denx.de wrote: On Tuesday, January 27, 2015 at 02:23:04 AM, Simon Glass wrote: Add a driver which locates the available XHCI controllers on the PCI bus and makes them available. Signed-off-by: Simon Glass s...@chromium.org Hi!

Re: [U-Boot] [PATCH 06/23] usb: pci: Add XHCI driver for PCI

2015-01-27 Thread Marek Vasut
On Tuesday, January 27, 2015 at 02:23:04 AM, Simon Glass wrote: Add a driver which locates the available XHCI controllers on the PCI bus and makes them available. Signed-off-by: Simon Glass s...@chromium.org Hi! Which xhci controllers did you test with this patch and on which platform

[U-Boot] [PATCH 06/23] usb: pci: Add XHCI driver for PCI

2015-01-26 Thread Simon Glass
Add a driver which locates the available XHCI controllers on the PCI bus and makes them available. Signed-off-by: Simon Glass s...@chromium.org --- drivers/usb/host/Makefile | 1 + drivers/usb/host/xhci-pci.c | 60 + 2 files changed, 61