summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-03-28101-2810/+1765
|\
| * watchdog: txx9wdt: fix timeoutWim Van Sebroeck2012-03-271-8/+10
| * watchdog: Convert txx9wdt driver to watchdog frameworkAxel Lin2012-03-272-118/+38
| * watchdog: coh901327_wdt.c: fix timeoutWim Van Sebroeck2012-03-271-6/+10
| * watchdog: coh901327: convert to use watchdog coreLinus Walleij2012-03-272-137/+56
| * watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar2012-03-271-0/+5
| * watchdog: ep93xx_wdt: timeout is an unsigned int value.Wim Van Sebroeck2012-03-271-3/+3
| * watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog coreMika Westerberg2012-03-271-0/+1
| * watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten2012-03-272-149/+55
| * watchdog: sp805: Use devm routinesViresh Kumar2012-03-271-22/+13
| * watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar2012-03-271-12/+12
| * watchdog: sp805: Fix documentation style commentViresh Kumar2012-03-271-8/+7
| * watchdog: mpcore_wdt: Allow platform_get_irq() to failViresh Kumar2012-03-271-9/+9
| * watchdog: mpcore_wdt: Use devm routinesViresh Kumar2012-03-271-39/+19
| * 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/+0
| * watchdog: softdog: convert to watchdog coreAlan Cox2012-03-272-146/+37
| * watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin2012-03-272-159/+32
| * watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang2012-03-272-140/+41
| * watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin2012-03-272-179/+38
| * watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin2012-03-272-175/+90
| * watchdog: nowayout is boolWim Van Sebroeck2012-03-2782-162/+162
| * watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-2790-1280/+1039
| * watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang2012-03-271-12/+11
| * watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang2012-03-271-47/+22
| * 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-271-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-272-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-135-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-031-1/+1
* | | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-231-11/+1
|\ \ \ \
| * | | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-161-11/+1
| | |/ / | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc: Add GE FPGA config optionMartyn Welch2012-03-161-1/+1
| | |/ | |/|