aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-09watchdog: sbc_fitpc2_wdt, fix crash on systems without DMI_BOARD_NAMEJiri Slaby1-2/+5
2011-02-08m68knommu: Rename m548x_wdt.c to m54xx_wdt.cPhilippe De Muyter3-4/+4
2011-02-08m68knommu: fix m548x_wdt.c compilation after headers renamingPhilippe De Muyter1-25/+25
2011-01-12watchdog: Add MCF548x watchdog driver.Philippe De Muyter3-3/+234
2011-01-12watchdog: add driver for the Atheros AR71XX/AR724X/AR913X SoCsGabor Juhos3-0/+313
2011-01-12watchdog: Add TCO support for nVidia chipsetsMike Waychison4-0/+595
2011-01-12watchdog: Add support for sp5100 chipset TCOPriyanka Gupta4-0/+533
2011-01-12watchdog: f71808e_wdt: add F71862FG, F71869 to KconfigLutz Ballaschke1-2/+2
2011-01-12watchdog: iTCO_wdt: TCO Watchdog patch for Intel DH89xxCC PCHSeth Heasley1-1/+5
2011-01-12watchdog: iTCO_wdt: TCO Watchdog patch for Intel NM10 DeviceIDsWim Van Sebroeck1-1/+5
2011-01-12watchdog: ks8695_wdt: include mach/hardware.h instead of mach/timex.h.Yegor Yefremov1-1/+1
2011-01-12watchdog: Propagate Book E WDT period changes to all coresRandy Vinson1-2/+17
2011-01-12watchdog: add CONFIG_WATCHDOG_NOWAYOUT support to PowerPC Book-E watchdog driverTimur Tabi1-0/+16
2011-01-12watchdog: alim7101_wdt: fix compiler warning on alim7101_pci_tblNamhyung Kim1-1/+1
2011-01-12watchdog: alim1535_wdt: fix compiler warning on ali_pci_tblNamhyung Kim1-1/+1
2011-01-12watchdog: Fix reboot on W83627ehf chipset.Herman Morsink Vollenbroek1-0/+2
2011-01-12watchdog: Add watchdog support for W83627DHG chipBenny Loenstrup Ammitzboell2-7/+8
2011-01-12watchdog: f71808e_wdt: Add Fintek F71869 watchdogMichel Arboi1-1/+11
2011-01-12watchdog: add f71862fg supportLutz Ballaschke1-4/+41
2011-01-12watchdog: clean-up f71808e_wdt.cLutz Ballaschke1-10/+11
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-01-07x86: Convert some devices to use DIE_NMIUNKNOWNDon Zickus1-1/+1
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-01-06Merge branch 'devel-stable' into develRussell King1-1/+1
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar1-1/+1
2011-01-03Merge branch 'sgu/mxs-core-v8' of git://git.pengutronix.de/git/ukl/linux-2.6 into imx-for-2.6.38-newSascha Hauer4-32/+22
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTORDon Zickus1-2/+2
2010-12-22watchdog: Fix null pointer dereference while accessing rdc321x platform_dataFlorian Fainelli1-1/+1
2010-12-14watchdog: imx: use clk_get to acquire the watchdog clockFabio Estevam1-1/+1
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar4-32/+22
2010-12-02watchdog: it8712f_wdt: add note to KconfigWim Van Sebroeck1-0/+3
2010-12-02watchdog: gef_wdt: include fs.hWolfram Sang & Martyn Welch1-0/+1
2010-12-02watchdog: bcm63xx_wdt: improve platform part.Wim Van Sebroeck1-30/+12
2010-12-02watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg PCHSeth Heasley1-2/+6
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-6/+1
2010-10-29WATCHDOG: octeon-wdt: Use I/O clock rate for timing calculations.David Daney1-2/+2
2010-10-28watchdog: iTCO_wdt.c: remove extra pci_dev_put()'s from init codePrarit Bhargava1-2/+0
2010-10-28watchdog: add support for Broadcom BCM63xx built-in watchdogFlorian Fainelli3-0/+361
2010-10-28watchdog: f71808e_wdt: add support for the F71889FGGiel van Schijndel2-3/+11
2010-10-28watchdog: MachZ: fix debug macroNicolas Kaiser1-1/+1
2010-10-28watchdog: it8712f_wdt: Add module parameter for alternative reset sourcesTimo Juhani Lindfors1-2/+11
2010-10-28 watchdog: it8712f_wdt: Add comments for config/control register namesTimo Juhani Lindfors1-6/+6
2010-10-28watchdog: it87_wdt: Add support for watchdogs with 8b timersOndrej Zajicek2-28/+63
2010-10-28watchdog: it87_wdt: Add support for IT8720F watchdogOndrej Zajicek2-10/+16
2010-10-28watchdog: Use static const char * const where possibleJoe Perches1-1/+1
2010-10-28watchdog: iTCO_wdt: Cleanup warning messagesPrarit Bhargava1-9/+12
2010-10-28watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg DeviceIDsSeth Heasley1-0/+3
2010-10-25Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-35/+7
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds4-0/+4
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-7/+8