aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-28watchdog: core: fix WDIOC_GETSTATUS return valueWim Van Sebroeck1-1/+1
2012-06-28watchdog: hpwdt: Unregister NMI events on exit.Mingarelli, Thomas1-1/+3
2012-06-28watchdog: iTCO_wdt: add platform driver module aliasJan Beulich1-0/+1
2012-06-20Viresh has movedViresh Kumar1-2/+2
2012-05-30watchdog: iTCO_wdt.c: fix printk format warningsRandy Dunlap1-3/+3
2012-05-30watchdog: sp805_wdt: Add clk_{un}prepare supportViresh Kumar1-0/+8
2012-05-30watchdog: sp805_wdt: convert to watchdog coreViresh Kumar2-159/+83
2012-05-30Watchdog: DA9052/53 PMIC watchdog supportAshish Jangam3-0/+264
2012-05-30watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede1-1/+54
2012-05-30watchdog: Add Locking supportHans de Goede2-0/+22
2012-05-30watchdog: watchdog_dev: Rewrite wrapper codeHans de Goede1-40/+130
2012-05-30watchdog: use dev_ functionsAlan Cox1-3/+2
2012-05-30watchdog: create all the proper device filesAlan Cox2-2/+33
2012-05-30watchdog: Add multiple device supportAlan Cox3-49/+125
2012-05-30watchdog: watchdog_core.h: make functions externWim Van Sebroeck1-2/+2
2012-05-30watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck3-2/+2
2012-05-30watchdog: Add watchdog_active() routineViresh Kumar2-4/+4
2012-05-30watchdog: watchdog_dev: include private header to pickup global symbol prototypesH Hartley Sweeten1-0/+2
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-31/+25
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds4-445/+134
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-7/+11
2012-05-23Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds16-392/+416
2012-05-23Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-213/+94
2012-05-23watchdog: s3c2410_wdt: Set timeout to actually achieved timeoutHans de Goede1-1/+1
2012-05-23watchdog: wm831x: Convert to gpio_request_one()Mark Brown1-10/+3
2012-05-23watchdog: via_wdt: depends on PCIRandy Dunlap1-1/+1
2012-05-23watchdog: ie6xx_wdt needs io.hRandy Dunlap1-0/+1
2012-05-23watchdog: ie6xx_wdt.c: fix printk format warningRandy Dunlap1-2/+2
2012-05-23watchdog: Add watchdog driver for Intel Atom E6XXAlexander Stein3-0/+361
2012-05-23watchdog: it87_wdt: Add support for IT8728F watchdog.Diego Elio Pettenò2-3/+11
2012-05-23watchdog: i6300esb: don't depend on X86Michael Olbrich1-1/+1
2012-05-23watchdog: Use module_pci_driverWim Van Sebroeck5-88/+9
2012-05-23watchdog: sch311x_wdt.c: Remove RESGENDave Mueller1-34/+5
2012-05-23watchdog: s3c2410-wdt: Use of_match_ptr().Wim Van Sebroeck1-3/+2
2012-05-23watchdog: Device tree support for pnx4008-wdtRoland Stigge1-0/+10
2012-05-23watchdog: ar7_wdt.c: use devm_request_and_ioremapJulia Lawall1-23/+10
2012-05-23watchdog: remove ixp2000 driverRob Herring3-227/+0
2012-05-23watchdog: sp5100_tco.c: quiet sparse noise about using plain integer was NULL pointerH Hartley Sweeten1-1/+1
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+24
2012-05-21watchdog: MIPS: lantiq: implement OF support and minor fixesJohn Crispin1-31/+25
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clockArnd Bergmann1-6/+10
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/clockArnd Bergmann1-3/+3
2012-05-10watchdog: shwdt: Use finer grained clock control.Paul Mundt1-7/+5
2012-05-10watchdog: shwdt: Preliminary runtime PM support.Paul Mundt1-0/+8
2012-05-10watchdog: shwdt: Basic clock framework support.Paul Mundt1-24/+26
2012-05-10watchdog: shwdt: Trim down private data structure.Paul Mundt1-3/+0
2012-05-10watchdog: shwdt: Migrate to per-device locking.Paul Mundt1-15/+19
2012-05-10watchdog: shwdt: Conversion to watchdog core.Paul Mundt2-154/+45
2012-05-10watchdog: shwdt: Migrate from reboot notifier to platform shutdown.Paul Mundt1-31/+12