aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-09watchdog: Convert iTCO_wdt driver to mfd modelAaron Sierra4-445/+134
2012-05-08ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn1-6/+10
2012-04-26hpwdt: Only BYTE reads/writes to WD Timer port 0x72Mingarelli, Thomas1-3/+3
2012-04-25watchdog imx2: prepare clk before enabling itSascha Hauer1-1/+1
2012-04-25x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus1-7/+20
2012-04-25watchdog, hpwdt: Remove priority option for NMI callbackDon Zickus1-15/+4
2012-04-16Fix typo in various Kconfig fileMasanari Iida1-1/+1
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds23-22/+1
2012-03-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds101-2810/+1765
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+15
2012-03-28Remove all #inclusions of asm/system.hDavid Howells22-22/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-15/+38
2012-03-27watchdog: txx9wdt: fix timeoutWim Van Sebroeck1-8/+10
2012-03-27watchdog: Convert txx9wdt driver to watchdog frameworkAxel Lin2-118/+38
2012-03-27watchdog: coh901327_wdt.c: fix timeoutWim Van Sebroeck1-6/+10
2012-03-27watchdog: coh901327: convert to use watchdog coreLinus Walleij2-137/+56
2012-03-27watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar1-0/+5
2012-03-27watchdog: ep93xx_wdt: timeout is an unsigned int value.Wim Van Sebroeck1-3/+3
2012-03-27watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog coreMika Westerberg1-0/+1
2012-03-27watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten2-149/+55