summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
...
| * | | watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten2012-03-272-149/+55Star
| * | | watchdog: sp805: Use devm routinesViresh Kumar2012-03-271-22/+13Star
| * | | watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar2012-03-271-12/+12
| * | | watchdog: sp805: Fix documentation style commentViresh Kumar2012-03-271-8/+7Star
| * | | watchdog: mpcore_wdt: Allow platform_get_irq() to failViresh Kumar2012-03-271-9/+9
| * | | watchdog: mpcore_wdt: Use devm routinesViresh Kumar2012-03-271-39/+19Star
| * | | watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_deviceViresh Kumar2012-03-271-20/+20
| * | | watchdog: xen: don't clear is_active when xen_wdt_stop() failedJan Beulich2012-03-271-3/+5
| * | | watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich2012-03-271-1/+8
| * | | watchdog: fix compiler error for missing parenthesisJaehoon Chung2012-03-271-1/+1
| * | | watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck2012-03-271-8/+8
| * | | watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-271-14/+37
| * | | watchdog: fix set_timeout operationsWim Van Sebroeck2012-03-276-3/+10
| * | | watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede2012-03-271-1/+0Star
| * | | watchdog: softdog: convert to watchdog coreAlan Cox2012-03-272-146/+37Star
| * | | watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin2012-03-272-159/+32Star
| * | | watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang2012-03-272-140/+41Star
| * | | watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin2012-03-272-179/+38Star
| * | | watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin2012-03-272-175/+90Star
| * | | watchdog: nowayout is boolWim Van Sebroeck2012-03-2782-162/+162
| * | | watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-2790-1280/+1039Star
| * | | watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang2012-03-271-12/+11Star
| * | | watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang2012-03-271-47/+22Star
| * | | watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar2012-03-271-0/+33
| * | | watchdog: make imx2_wdt report boot status correctlyOskar Schirmer2012-03-271-1/+9
* | | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-9/+15
|\ \ \ \
| * \ \ \ Merge branch 'kirkwood/dt' into next/dt2Arnd Bergmann2012-03-241-9/+15
| |\ \ \ \
| | * \ \ \ Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope...Arnd Bergmann2012-03-161-9/+15
| | |\ \ \ \
| | | * | | | ARM: orion: wdt: use resource vice direct accessJason Cooper2012-03-161-9/+15
* | | | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-4/+4
|\| | | | | |
| * | | | | | Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-085-31/+41
| |\| | | | | | | |_|_|_|/ | |/| | | |
| * | | | | ARM: at91: make ST (System Timer) soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-231-4/+4
| | |/ / / | |/| | |
* | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-15/+38
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2012-03-151-14/+37
| |\ \ \ \
| | * | | | ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-141-14/+37
| | | |/ / | | |/| |
| * | | | Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson2012-03-145-31/+41
| |\| | |
| * | | | Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim2012-03-071-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-021-1/+1
* | | | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-241-11/+1Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-171-11/+1Star
| | |/ / | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc: Add GE FPGA config optionMartyn Welch2012-03-161-1/+1
| | |/ | |/|
* | | watchdog: fix GETTIMEOUT ioctl in booke_wdtDmitry Artamonow2012-02-291-1/+5
* | | watchdog: Fix typo in pnx4008_wdt.cMasanari Iida2012-02-281-1/+1
* | | watchdog: Fix typo in KconfigMasanari Iida2012-02-281-1/+1
* | | watchdog: fix error in probe() of s3c2410_wdt (reset at booting)MyungJoo Ham2012-02-281-26/+31
* | | watchdog: hpwdt: clean up set_memory_x call for 32 bitMaxim Uvarov2012-02-281-2/+3
|/ /
* | watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDsSeth Heasley2012-01-271-0/+35
* | watchdog: via_wdt: Set min_timeout and max_timeout for wdt_devAxel Lin2012-01-271-2/+2
* | watchdog: Fix typo "unexpectdly"Masanari Iida2012-01-272-2/+2