USB: Add support for Xilinx USB host controller
authorJulie Zhu <julie.zhu@xilinx.com>
Mon, 21 Sep 2009 22:08:19 +0000 (16:08 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:13 +0000 (11:55 -0800)
commit08d3c18e6674c5d46e4333a462b1e2e4c4ded1d4
tree2efb48ceb2b86784b1966d696bd38c03a71ab7a4
parent9eb66f71318df6ab73bad2fb924a36777cf0220e
USB: Add support for Xilinx USB host controller

Add bus glue driver for Xilinx USB host controller. The controller can be
configured as HS only or HS/FS hybrid. The driver uses the device tree file
to configure the driver according to the setting in the hardware system.

This driver has been tested with usbtest using the NET2280 PCI card.

Signed-off-by: Julie Zhu <julie.zhu@xilinx.com>
Signed-off-by: John Linn <john.linn@xilinx.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/powerpc/dts-bindings/xilinx.txt
drivers/usb/host/Kconfig
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-xilinx-of.c [new file with mode: 0644]