diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:38:28 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-13 14:38:28 +0000 |
commit | c560444a584adf9efc36ba78eead9fc3e4afdd66 (patch) | |
tree | 6db0004fa55454faf536bfeb3bce26a066edeae4 /target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch | |
parent | e49d3e1d5bdbaabe80dd0e3d0b4da93b2914461e (diff) | |
download | upstream-c560444a584adf9efc36ba78eead9fc3e4afdd66.tar.gz upstream-c560444a584adf9efc36ba78eead9fc3e4afdd66.tar.bz2 upstream-c560444a584adf9efc36ba78eead9fc3e4afdd66.zip |
kernel: update linux 3.1 to 3.1.9
SVN-Revision: 29726
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch b/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch index c958989bf7..afdea788ee 100644 --- a/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch +++ b/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch @@ -79,7 +79,7 @@ hw_ep->fifo_async = musb->async + 0x400 + MUSB_FIFO_OFFSET(i); hw_ep->fifo_sync = musb->sync + 0x400 + MUSB_FIFO_OFFSET(i); hw_ep->fifo_sync_va = -@@ -2376,8 +2376,13 @@ static struct platform_driver musb_drive +@@ -2368,8 +2368,13 @@ static struct platform_driver musb_drive /*-------------------------------------------------------------------------*/ @@ -93,7 +93,7 @@ if (usb_disabled()) return 0; -@@ -2386,7 +2391,17 @@ static int __init musb_init(void) +@@ -2378,7 +2383,17 @@ static int __init musb_init(void) ", " "otg (peripheral+host)", musb_driver_name); @@ -112,7 +112,7 @@ } /* make us init after usbcore and i2c (transceivers, regulators, etc) -@@ -2397,5 +2412,6 @@ fs_initcall(musb_init); +@@ -2389,5 +2404,6 @@ fs_initcall(musb_init); static void __exit musb_cleanup(void) { platform_driver_unregister(&musb_driver); |