
29 Jan
2015
29 Jan
'15
12:43 a.m.
On 27 January 2015 at 21:13, Simon Glass sjg@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 sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v2: None
drivers/usb/host/Makefile | 1 + drivers/usb/host/xhci-pci.c | 60 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 drivers/usb/host/xhci-pci.c
Applied to u-boot-x86.