aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-10/+59
2010-10-15llseek: automatically add .llseek fopArnd Bergmann4-0/+4
2010-10-14powerpc/watchdog: Make default timeout for Book-E watchdog a Kconfig optionTimur Tabi2-7/+18
2010-10-14powerpc/watchdog: Allow the Book-E driver to be compiled as a moduleTimur Tabi2-3/+41
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-7/+8
2010-09-29OMAP: WDT: Use PM runtime APIs instead of clk FW APIsVaradarajan, Charulatha1-35/+7
2010-09-15watchdog: Enable NXP LPC32XX support in Kconfig (resend)Kevin Wells1-3/+3
2010-09-15watchdog: ts72xx_wdt: disable watchdog at probeMika Westerberg1-0/+3
2010-09-15watchdog: sb_wdog: release irq and reboot notifier in error path and module_exit()Akinobu Mita1-3/+9
2010-08-13watchdog: hpwdt (12/12): Make NMI decoding a compile-time optiondann frazier2-7/+37
2010-08-13watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functionsdann frazier1-55/+69
2010-08-13watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing"dann frazier1-10/+10
2010-08-13watchdog: hpwdt (9/12): hpwdt_pretimeout reorganizationdann frazier1-17/+19
2010-08-13watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFTdann frazier1-0/+9
2010-08-13watchdog: hpwdt (7/12): allow full range of timer values supported by hardwaredann frazier1-2/+3
2010-08-13watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macrodann frazier1-2/+3
2010-08-13watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strictdann frazier1-6/+5
2010-08-13watchdog: hpwdt (4/12): Despecificate driver from iLO2dann frazier2-8/+8
2010-08-13watchdog: hpwdt (3/12): Group NMI sourcing specific items togetherdann frazier1-25/+24
2010-08-13watchdog: hpwdt (2/12): Group options that affect watchdog behavior togetherdann frazier1-3/+3
2010-08-13watchdog: hpwdt (1/12): clean-up include-files.dann frazier1-10/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-7/+7
2010-08-08watchdog: hpwdt: formatting of pointers in printk()Kulikov Vasiliy1-2/+2
2010-08-08watchdog: Adding support for ARM Primecell SP805 WatchdogViresh KUMAR3-0/+395
2010-08-08watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FGGiel van Schijndel3-0/+780
2010-08-08watchdog: sch311x_wdt.c: set parent before registeriing the misc device in probe() functionWim Van Sebroeck1-2/+2
2010-08-08watchdog: wdt_pci.c: move ids to pci_ids.hH Hartley Sweeten1-14/+1
2010-08-08watchdog: s3c2410_wdt - Fix removing of platform deviceWim Van Sebroeck1-8/+9
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely4-7/+7
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-5/+5
2010-08-05WATCHDOG: Add watchdog driver for OCTEON SOCsDavid Daney4-0/+829
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2-4/+4
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2-7/+10
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-1/+1