[kernel] r12805 - in dists/trunk/linux-2.6/debian/patches: bugfix/arm series

Martin Michlmayr tbm at alioth.debian.org
Sun Feb 15 18:34:35 UTC 2009


Author: tbm
Date: Sun Feb 15 18:34:33 2009
New Revision: 12805

Log:
disable the Orion watchdog driver until it's fixed


Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-orion5x_wdt.patch
Modified:
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1

Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-orion5x_wdt.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-orion5x_wdt.patch	Sun Feb 15 18:34:33 2009
@@ -0,0 +1,13 @@
+diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
+index 09a3d55..380409f 100644
+--- a/drivers/watchdog/Kconfig
++++ b/drivers/watchdog/Kconfig
+@@ -233,7 +233,7 @@ config DAVINCI_WATCHDOG
+ 
+ config ORION5X_WATCHDOG
+ 	tristate "Orion5x watchdog"
+-	depends on ARCH_ORION5X
++	depends on ARCH_ORION5X && BROKEN
+ 	help
+ 	  Say Y here if to include support for the watchdog timer
+ 	  in the Orion5x ARM SoCs.

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	Sun Feb 15 18:34:33 2009
@@ -16,6 +16,7 @@
 #+ bugfix/ia64/hardcode-arch-script-output.patch
 + bugfix/mips/disable-advansys.patch
 + bugfix/arm/disable-scsi_acard.patch
++ bugfix/arm/disable-orion5x_wdt.patch
 + bugfix/fix-hifn_795X-divdi3.patch
 + bugfix/powerpc/mm-mol.patch
 + bugfix/powerpc/lpar-console.patch



More information about the Kernel-svn-changes mailing list