refresh patches
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Sep 2009 11:42:43 +0000 (11:42 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 26 Sep 2009 11:42:43 +0000 (11:42 +0000)
SVN-Revision: 17733

12 files changed:
target/linux/brcm47xx/patches-2.6.28/130-remove_scache.patch
target/linux/brcm47xx/patches-2.6.28/250-ohci-ssb-usb2.patch
target/linux/brcm47xx/patches-2.6.28/260-ohci-set-dma-mask.patch
target/linux/brcm47xx/patches-2.6.28/270-ehci-ssb.patch
target/linux/brcm47xx/patches-2.6.28/275-usb2-bcm5354-init.patch
target/linux/brcm47xx/patches-2.6.28/280-activate_ssb_support_in_usb.patch
target/linux/brcm47xx/patches-2.6.30/130-remove_scache.patch
target/linux/brcm47xx/patches-2.6.30/250-ohci-ssb-usb2.patch
target/linux/brcm47xx/patches-2.6.30/260-ohci-set-dma-mask.patch
target/linux/brcm47xx/patches-2.6.30/270-ehci-ssb.patch
target/linux/brcm47xx/patches-2.6.30/275-usb2-bcm5354-init.patch
target/linux/brcm47xx/patches-2.6.30/280-activate_ssb_support_in_usb.patch

index 167f67d19e825161455a6019cb8d21ffff4f0b6b..e4ea20d6bfc9a1823da604395bb08d77fe174749 100644 (file)
@@ -8,7 +8,7 @@
        select PCI_GT64XXX_PCI0
        select MIPS_MSC
        select SWAP_IO_SPACE
-@@ -1383,13 +1382,6 @@ config IP22_CPU_SCACHE
+@@ -1395,13 +1394,6 @@ config IP22_CPU_SCACHE
        bool
        select BOARD_SCACHE
  
index 065a16b3866f983d63c6a0226e1942bf52b990ce..25b27e47e8ee6f40462671950e6330a1a2171b38 100644 (file)
@@ -2,8 +2,8 @@
  drivers/usb/host/ohci-ssb.c |   39 ++++++++++++++++++++++++++++++++++++---
  1 file changed, 36 insertions(+), 3 deletions(-)
 
---- linux-2.6.28.10.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.28.10/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -106,10 +106,42 @@ static int ssb_ohci_attach(struct ssb_de
        int err = -ENOMEM;
        u32 tmp, flags = 0;
index 6da3f10bf282211b5a04d556cfae55d95f625929..50dcd5718ee5d1c557d29a2da744eea790b2fb4f 100644 (file)
@@ -2,8 +2,8 @@
  drivers/usb/host/ohci-ssb.c |    3 +++
  1 file changed, 3 insertions(+)
 
---- linux-2.6.28.10.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.28.10/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -106,6 +106,9 @@ static int ssb_ohci_attach(struct ssb_de
        int err = -ENOMEM;
        u32 tmp, flags = 0;
index 3b5cfd5e616dde9319a84adeef4c9cc3bfdcfe35..2af7b4945bbdb04976e6826448a868ef9538eded 100644 (file)
@@ -5,8 +5,8 @@
  drivers/usb/host/ohci-ssb.c |   23 +++++
  4 files changed, 247 insertions(+), 2 deletions(-)
 
---- linux-2.6.28.10.orig/drivers/usb/host/Kconfig
-+++ linux-2.6.28.10/drivers/usb/host/Kconfig
+--- a/drivers/usb/host/Kconfig
++++ b/drivers/usb/host/Kconfig
 @@ -96,6 +96,19 @@ config USB_EHCI_HCD_PPC_OF
          Enables support for the USB controller present on the PowerPC
          OpenFirmware platform bus.
@@ -27,8 +27,8 @@
  config USB_ISP116X_HCD
        tristate "ISP116X HCD support"
        depends on USB
---- linux-2.6.28.10.orig/drivers/usb/host/ehci-hcd.c
-+++ linux-2.6.28.10/drivers/usb/host/ehci-hcd.c
+--- a/drivers/usb/host/ehci-hcd.c
++++ b/drivers/usb/host/ehci-hcd.c
 @@ -1036,8 +1036,16 @@ MODULE_LICENSE ("GPL");
  #define       PLATFORM_DRIVER         ixp4xx_ehci_driver
  #endif
@@ -49,7 +49,7 @@
  #endif
  
 --- /dev/null
-+++ linux-2.6.28.10/drivers/usb/host/ehci-ssb.c
++++ b/drivers/usb/host/ehci-ssb.c
 @@ -0,0 +1,201 @@
 +/*
 + * Sonics Silicon Backplane
 +      SSB_DEVTABLE_END
 +};
 +MODULE_DEVICE_TABLE(ssb, ssb_ehci_table);
---- linux-2.6.28.10.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.28.10/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -17,6 +17,8 @@
   */
  #include <linux/ssb/ssb.h>
index a16632915056ff0614920b26cac122639e1a0cd4..3d8327ebfd06612a5196e6896bde8417c6108115 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Steve Brown <sbrown@cortland.com>
  drivers/usb/host/ohci-ssb.c |   37 +++++++++++++++++++++++--------------
  1 file changed, 23 insertions(+), 14 deletions(-)
 
---- linux-2.6.28.10.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.28.10/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -141,22 +141,31 @@ static int ssb_ohci_attach(struct ssb_de
                 */
                ssb_device_enable(dev, 0);
index 6a4dbd5f2954f854c988e8703a63aa852a3abfe2..aeb9d334c3deeaa73dfb54a9ec3741ac5245be56 100644 (file)
@@ -3,8 +3,8 @@ This prevents the options from being delete with make kernel_oldconfig.
  drivers/ssb/Kconfig |    2 ++
  1 file changed, 2 insertions(+)
 
---- linux-2.6.28.10.orig/drivers/ssb/Kconfig
-+++ linux-2.6.28.10/drivers/ssb/Kconfig
+--- a/drivers/ssb/Kconfig
++++ b/drivers/ssb/Kconfig
 @@ -126,6 +126,8 @@ config SSB_DRIVER_MIPS
  config SSB_EMBEDDED
        bool
index b7db322fed0d692558dcd0a7de7b010dfd22fba9..4ed30486d2122fada91a915bd109f9bfd364b8dc 100644 (file)
@@ -8,7 +8,7 @@
        select PCI_GT64XXX_PCI0
        select MIPS_MSC
        select SWAP_IO_SPACE
-@@ -1472,13 +1471,6 @@ config IP22_CPU_SCACHE
+@@ -1473,13 +1472,6 @@ config IP22_CPU_SCACHE
        bool
        select BOARD_SCACHE
  
index 065a16b3866f983d63c6a0226e1942bf52b990ce..25b27e47e8ee6f40462671950e6330a1a2171b38 100644 (file)
@@ -2,8 +2,8 @@
  drivers/usb/host/ohci-ssb.c |   39 ++++++++++++++++++++++++++++++++++++---
  1 file changed, 36 insertions(+), 3 deletions(-)
 
---- linux-2.6.28.10.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.28.10/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -106,10 +106,42 @@ static int ssb_ohci_attach(struct ssb_de
        int err = -ENOMEM;
        u32 tmp, flags = 0;
index 6da3f10bf282211b5a04d556cfae55d95f625929..50dcd5718ee5d1c557d29a2da744eea790b2fb4f 100644 (file)
@@ -2,8 +2,8 @@
  drivers/usb/host/ohci-ssb.c |    3 +++
  1 file changed, 3 insertions(+)
 
---- linux-2.6.28.10.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.28.10/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -106,6 +106,9 @@ static int ssb_ohci_attach(struct ssb_de
        int err = -ENOMEM;
        u32 tmp, flags = 0;
index 4077ebe1f98717f3fc6d91d4fddc525a4a486b6d..d1421332bf76a8a2cbb59d80960465a92161551d 100644 (file)
@@ -5,8 +5,8 @@
  drivers/usb/host/ohci-ssb.c |   23 +++++
  4 files changed, 247 insertions(+), 2 deletions(-)
 
---- linux-2.6.30.5.orig/drivers/usb/host/Kconfig
-+++ linux-2.6.30.5/drivers/usb/host/Kconfig
+--- a/drivers/usb/host/Kconfig
++++ b/drivers/usb/host/Kconfig
 @@ -106,6 +106,19 @@ config USB_OXU210HP_HCD
          To compile this driver as a module, choose M here: the
          module will be called oxu210hp-hcd.
@@ -27,9 +27,9 @@
  config USB_ISP116X_HCD
        tristate "ISP116X HCD support"
        depends on USB
---- linux-2.6.30.5.orig/drivers/usb/host/ehci-hcd.c
-+++ linux-2.6.30.5/drivers/usb/host/ehci-hcd.c
-@@ -1072,8 +1072,16 @@ MODULE_LICENSE ("GPL");
+--- a/drivers/usb/host/ehci-hcd.c
++++ b/drivers/usb/host/ehci-hcd.c
+@@ -1075,8 +1075,16 @@ MODULE_LICENSE ("GPL");
  #define       PLATFORM_DRIVER         ixp4xx_ehci_driver
  #endif
  
@@ -49,7 +49,7 @@
  #endif
  
 --- /dev/null
-+++ linux-2.6.30.5/drivers/usb/host/ehci-ssb.c
++++ b/drivers/usb/host/ehci-ssb.c
 @@ -0,0 +1,201 @@
 +/*
 + * Sonics Silicon Backplane
 +      SSB_DEVTABLE_END
 +};
 +MODULE_DEVICE_TABLE(ssb, ssb_ehci_table);
---- linux-2.6.30.5.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.30.5/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -17,6 +17,8 @@
   */
  #include <linux/ssb/ssb.h>
index a16632915056ff0614920b26cac122639e1a0cd4..3d8327ebfd06612a5196e6896bde8417c6108115 100644 (file)
@@ -13,8 +13,8 @@ Signed-off-by: Steve Brown <sbrown@cortland.com>
  drivers/usb/host/ohci-ssb.c |   37 +++++++++++++++++++++++--------------
  1 file changed, 23 insertions(+), 14 deletions(-)
 
---- linux-2.6.28.10.orig/drivers/usb/host/ohci-ssb.c
-+++ linux-2.6.28.10/drivers/usb/host/ohci-ssb.c
+--- a/drivers/usb/host/ohci-ssb.c
++++ b/drivers/usb/host/ohci-ssb.c
 @@ -141,22 +141,31 @@ static int ssb_ohci_attach(struct ssb_de
                 */
                ssb_device_enable(dev, 0);
index c8a481610b4bef574573685b5a6ba2e52952b003..aeb9d334c3deeaa73dfb54a9ec3741ac5245be56 100644 (file)
@@ -3,8 +3,8 @@ This prevents the options from being delete with make kernel_oldconfig.
  drivers/ssb/Kconfig |    2 ++
  1 file changed, 2 insertions(+)
 
---- linux-2.6.30.5.orig/drivers/ssb/Kconfig
-+++ linux-2.6.30.5/drivers/ssb/Kconfig
+--- a/drivers/ssb/Kconfig
++++ b/drivers/ssb/Kconfig
 @@ -126,6 +126,8 @@ config SSB_DRIVER_MIPS
  config SSB_EMBEDDED
        bool