usb: pci: Add XHCI driver for PCI
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:31 +0000 (22:13 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 05:16:42 +0000 (22:16 -0700)
commit316328f59d5bb64ed8ab70b68edb434cae70ee58
tree6683d5d1adeaba7b4da9b852a84c6c0ec26e2edc
parent4fd46727e4e5d5cf58bceac0be5a33fa4196435e
usb: pci: Add XHCI driver for PCI

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>
drivers/usb/host/Makefile
drivers/usb/host/xhci-pci.c [new file with mode: 0644]