summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorLines
2012-04-26hpwdt: Only BYTE reads/writes to WD Timer port 0x72Mingarelli, Thomas-3/+3
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-22/+1
2012-03-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds-2810/+1765
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-9/+15
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-22/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells-0/+1
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-4/+4
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-15/+38
2012-03-27watchdog: txx9wdt: fix timeoutWim Van Sebroeck-8/+10
2012-03-27watchdog: Convert txx9wdt driver to watchdog frameworkAxel Lin-118/+38
2012-03-27watchdog: coh901327_wdt.c: fix timeoutWim Van Sebroeck-6/+10
2012-03-27watchdog: coh901327: convert to use watchdog coreLinus Walleij-137/+56
2012-03-27watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar-0/+5
2012-03-27watchdog: ep93xx_wdt: timeout is an unsigned int value.Wim Van Sebroeck-3/+3
2012-03-27watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog coreMika Westerberg-0/+1
2012-03-27watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten-149/+55
2012-03-27watchdog: sp805: Use devm routinesViresh Kumar-22/+13
2012-03-27watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar-12/+12
2012-03-27watchdog: sp805: Fix documentation style commentViresh Kumar-8/+7
2012-03-27watchdog: mpcore_wdt: Allow platform_get_irq() to failViresh Kumar-9/+9
2012-03-27watchdog: mpcore_wdt: Use devm routinesViresh Kumar-39/+19
2012-03-27watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_deviceViresh Kumar-20/+20
2012-03-27watchdog: xen: don't clear is_active when xen_wdt_stop() failedJan Beulich-3/+5
2012-03-27watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich-1/+8
2012-03-27watchdog: fix compiler error for missing parenthesisJaehoon Chung-1/+1
2012-03-27watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck-8/+8
2012-03-27watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten-14/+37
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck-3/+10
2012-03-27watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede-1/+0
2012-03-27watchdog: softdog: convert to watchdog coreAlan Cox-146/+37
2012-03-27watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin-159/+32
2012-03-27watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang-140/+41
2012-03-27watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin-179/+38
2012-03-27watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin-175/+90
2012-03-27watchdog: nowayout is boolWim Van Sebroeck-162/+162
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches-1280/+1039
2012-03-27watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang-12/+11
2012-03-27watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang-47/+22
2012-03-27watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar-0/+33
2012-03-27watchdog: make imx2_wdt report boot status correctlyOskar Schirmer-1/+9
2012-03-25ARM: pxa: use common IOMEM definitionRob Herring-0/+1
2012-03-24Merge branch 'kirkwood/dt' into next/dt2Arnd Bergmann-9/+15
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-11/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-1/+1
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar-11/+1
2012-03-16Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope...Arnd Bergmann-9/+15
2012-03-16powerpc: Add GE FPGA config optionMartyn Welch-1/+1
2012-03-16ARM: orion: wdt: use resource vice direct accessJason Cooper-9/+15
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann-14/+37