aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2008-02-19 01:24:18 +0000
committerMichael Büsch <mb@bu3sch.de>2008-02-19 01:24:18 +0000
commita5c9687c1fe8b6d2ac816938934f92431bb426a9 (patch)
tree4ec281edc01346323acc18c682b99321c7c776db /target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
parent77a459437eddf7057a54f9907539ef6e609c81ac (diff)
downloadmaster-187ad058-a5c9687c1fe8b6d2ac816938934f92431bb426a9.tar.gz
master-187ad058-a5c9687c1fe8b6d2ac816938934f92431bb426a9.tar.bz2
master-187ad058-a5c9687c1fe8b6d2ac816938934f92431bb426a9.zip
ssb: Update to latest upstream version of ssb.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch32
1 files changed, 15 insertions, 17 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch b/target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
index 1db627f37d..5be1a66c58 100644
--- a/target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
+++ b/target/linux/brcm47xx/patches-2.6.23/230-ohci-ssb.patch
@@ -13,10 +13,10 @@ Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
-diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
-index 565d6ef..c978d62 100644
---- a/drivers/usb/host/Kconfig
-+++ b/drivers/usb/host/Kconfig
+Index: linux-2.6.23.16/drivers/usb/host/Kconfig
+===================================================================
+--- linux-2.6.23.16.orig/drivers/usb/host/Kconfig 2008-02-19 00:47:29.000000000 +0100
++++ linux-2.6.23.16/drivers/usb/host/Kconfig 2008-02-19 00:47:51.000000000 +0100
@@ -154,6 +154,19 @@ config USB_OHCI_HCD_PCI
Enables support for PCI-bus plug-in USB controller cards.
If unsure, say Y.
@@ -37,11 +37,11 @@ index 565d6ef..c978d62 100644
config USB_OHCI_BIG_ENDIAN_DESC
bool
depends on USB_OHCI_HCD
-diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
-index f7c6ced..240c7f5 100644
---- a/drivers/usb/host/ohci-hcd.c
-+++ b/drivers/usb/host/ohci-hcd.c
-@@ -1033,11 +1033,17 @@ MODULE_LICENSE ("GPL");
+Index: linux-2.6.23.16/drivers/usb/host/ohci-hcd.c
+===================================================================
+--- linux-2.6.23.16.orig/drivers/usb/host/ohci-hcd.c 2008-02-19 00:47:29.000000000 +0100
++++ linux-2.6.23.16/drivers/usb/host/ohci-hcd.c 2008-02-19 00:47:51.000000000 +0100
+@@ -926,11 +926,17 @@ MODULE_LICENSE ("GPL");
#define PS3_SYSTEM_BUS_DRIVER ps3_ohci_driver
#endif
@@ -60,7 +60,7 @@ index f7c6ced..240c7f5 100644
#error "missing bus glue for ohci-hcd"
#endif
-@@ -1082,10 +1088,20 @@ static int __init ohci_hcd_mod_init(void)
+@@ -975,10 +981,20 @@ static int __init ohci_hcd_mod_init(void
goto error_pci;
#endif
@@ -81,7 +81,7 @@ index f7c6ced..240c7f5 100644
error_pci:
#endif
#ifdef SA1111_DRIVER
-@@ -1110,6 +1126,9 @@ module_init(ohci_hcd_mod_init);
+@@ -1003,6 +1019,9 @@ module_init(ohci_hcd_mod_init);
static void __exit ohci_hcd_mod_exit(void)
{
@@ -91,11 +91,10 @@ index f7c6ced..240c7f5 100644
#ifdef PCI_DRIVER
pci_unregister_driver(&PCI_DRIVER);
#endif
-diff --git a/drivers/usb/host/ohci-ssb.c b/drivers/usb/host/ohci-ssb.c
-new file mode 100644
-index 0000000..bc3e785
---- /dev/null
-+++ b/drivers/usb/host/ohci-ssb.c
+Index: linux-2.6.23.16/drivers/usb/host/ohci-ssb.c
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.23.16/drivers/usb/host/ohci-ssb.c 2008-02-19 00:47:51.000000000 +0100
@@ -0,0 +1,247 @@
+/*
+ * Sonics Silicon Backplane
@@ -344,4 +343,3 @@ index 0000000..bc3e785
+ .suspend = ssb_ohci_suspend,
+ .resume = ssb_ohci_resume,
+};
-