ssb: Workaround: Need subsys_initcall to be able to register a PCI bus.
[openwrt-10.03/.git] / target / linux / brcm47xx / patches-2.6.23 / 610-ssb-watchdog-fix.patch
index 55ba9a02f489ca139d19a7426bf7382b96bdb96b..ece1b1722346a7ccae2bba7d64101b9b7f507251 100644 (file)
@@ -1,7 +1,9 @@
---- a/drivers/ssb/driver_mipscore.c    2007-12-06 08:07:00.000000000 +0100
-+++ b/drivers/ssb/driver_mipscore.c    2007-12-06 10:27:43.000000000 +0100
-@@ -31,6 +31,19 @@
-       ssb_write32(extif->dev, offset, value);
+Index: linux-2.6.23.16/drivers/ssb/driver_mipscore.c
+===================================================================
+--- linux-2.6.23.16.orig/drivers/ssb/driver_mipscore.c 2008-02-19 02:13:15.000000000 +0100
++++ linux-2.6.23.16/drivers/ssb/driver_mipscore.c      2008-02-19 02:13:17.000000000 +0100
+@@ -31,6 +31,19 @@ static inline void mips_write32(struct s
+       ssb_write32(mcore->dev, offset, value);
  }
  
 +/* Set chip watchdog reset timer to fire in 'ticks' backplane cycles */
  static const u32 ipsflag_irq_mask[] = {
        0,
        SSB_IPSFLAG_IRQ1,
---- a/include/linux/ssb/ssb_driver_mips.h      2007-12-06 08:07:00.000000000 +0100
-+++ b/include/linux/ssb/ssb_driver_mips.h      2007-12-06 10:32:36.000000000 +0100
-@@ -30,6 +30,8 @@
+Index: linux-2.6.23.16/include/linux/ssb/ssb_driver_mips.h
+===================================================================
+--- linux-2.6.23.16.orig/include/linux/ssb/ssb_driver_mips.h   2008-02-19 02:13:15.000000000 +0100
++++ linux-2.6.23.16/include/linux/ssb/ssb_driver_mips.h        2008-02-19 02:13:17.000000000 +0100
+@@ -30,6 +30,8 @@ extern u32 ssb_cpu_clock(struct ssb_mips
  
  extern unsigned int ssb_mips_irq(struct ssb_device *dev);
  
  
  #else /* CONFIG_SSB_DRIVER_MIPS */
  
---- a/arch/mips/bcm947xx/setup.c       2007-12-06 08:07:00.000000000 +0100
-+++ b/arch/mips/bcm947xx/setup.c       2007-12-06 10:33:39.000000000 +0100
-@@ -55,7 +55,7 @@
+Index: linux-2.6.23.16/arch/mips/bcm947xx/setup.c
+===================================================================
+--- linux-2.6.23.16.orig/arch/mips/bcm947xx/setup.c    2008-02-19 02:13:15.000000000 +0100
++++ linux-2.6.23.16/arch/mips/bcm947xx/setup.c 2008-02-19 02:13:17.000000000 +0100
+@@ -55,7 +55,7 @@ static void bcm47xx_machine_restart(char
         */
  
        /* Set the watchdog timer to reset immediately */
@@ -42,7 +48,7 @@
        while (1)
                cpu_relax();
  }
-@@ -64,7 +64,7 @@
+@@ -64,7 +64,7 @@ static void bcm47xx_machine_halt(void)
  {
        /* Disable interrupts and watchdog and spin forever */
        local_irq_disable();