Skip to content

Commit b92a78e

Browse files
Rodolfo Giomettigregkh
authored andcommitted
usb host: Oxford OXU210HP HCD driver.
This driver implements the support for Oxford OXU210HP USB high-speed host, no peripheral nor OTG. Signed-off-by: Rodolfo Giometti <giometti@linux.it> Cc: Kan Liu <kan.k.liu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 3a4e72c commit b92a78e

File tree

5 files changed

+4453
-0
lines changed

5 files changed

+4453
-0
lines changed

drivers/usb/host/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,19 @@ config USB_EHCI_HCD_PPC_OF
9696
Enables support for the USB controller present on the PowerPC
9797
OpenFirmware platform bus.
9898

99+
config USB_OXU210HP_HCD
100+
tristate "OXU210HP HCD support"
101+
depends on USB
102+
---help---
103+
The OXU210HP is an USB host/OTG/device controller. Enable this
104+
option if your board has this chip. If unsure, say N.
105+
106+
This driver does not support isochronous transfers and doesn't
107+
implement OTG nor USB device controllers.
108+
109+
To compile this driver as a module, choose M here: the
110+
module will be called oxu210hp-hcd.
111+
99112
config USB_ISP116X_HCD
100113
tristate "ISP116X HCD support"
101114
depends on USB

drivers/usb/host/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ obj-$(CONFIG_USB_WHCI_HCD) += whci/
1313
obj-$(CONFIG_PCI) += pci-quirks.o
1414

1515
obj-$(CONFIG_USB_EHCI_HCD) += ehci-hcd.o
16+
obj-$(CONFIG_USB_OXU210HP_HCD) += oxu210hp-hcd.o
1617
obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
1718
obj-$(CONFIG_USB_OHCI_HCD) += ohci-hcd.o
1819
obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o

0 commit comments

Comments
 (0)