aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-08-25 19:57:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-08-25 19:57:11 +0000
commita80b9af0cdef8c74c5613ee4c51ec246b2b26ecc (patch)
tree82f2c670c6d228f0edb85864bfcd18c2fccac20b /target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch
parentcfb88ec980634107c8d021544a242afc771fc360 (diff)
downloadupstream-a80b9af0cdef8c74c5613ee4c51ec246b2b26ecc.tar.gz
upstream-a80b9af0cdef8c74c5613ee4c51ec246b2b26ecc.tar.bz2
upstream-a80b9af0cdef8c74c5613ee4c51ec246b2b26ecc.zip
ar71xx: refresh patches
SVN-Revision: 22803
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch b/target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch
index 2d7ffa014c..4346d261e5 100644
--- a/target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch
+++ b/target/linux/ar71xx/patches-2.6.35/003-ar71xx_usb_host.patch
@@ -14,9 +14,9 @@
config USB_EHCI_FSL
bool "Support for Freescale on-chip EHCI USB controller"
depends on USB_EHCI_HCD && FSL_SOC
-@@ -207,6 +214,13 @@ config USB_OHCI_HCD
- To compile this driver as a module, choose M here: the
- module will be called ohci-hcd.
+@@ -222,6 +229,13 @@ config USB_OHCI_HCD_OMAP3
+ Enables support for the on-chip OHCI controller on
+ OMAP3 and later chips.
+config USB_OHCI_AR71XX
+ bool "USB OHCI support for Atheros AR71xx"
@@ -40,11 +40,11 @@
+#endif
+
#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
- !defined(PS3_SYSTEM_BUS_DRIVER) && !defined(OF_PLATFORM_DRIVER)
- #error "missing bus glue for ehci-hcd"
+ !defined(PS3_SYSTEM_BUS_DRIVER) && !defined(OF_PLATFORM_DRIVER) && \
+ !defined(XILINX_OF_PLATFORM_DRIVER)
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
-@@ -1090,6 +1090,11 @@ MODULE_LICENSE ("GPL");
+@@ -1095,6 +1095,11 @@ MODULE_LICENSE ("GPL");
#define TMIO_OHCI_DRIVER ohci_hcd_tmio_driver
#endif
@@ -55,4 +55,4 @@
+
#if !defined(PCI_DRIVER) && \
!defined(PLATFORM_DRIVER) && \
- !defined(OF_PLATFORM_DRIVER) && \
+ !defined(OMAP1_PLATFORM_DRIVER) && \