aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-05watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7Abhilash Kesavan1-1/+1
2014-10-20watchdog: meson: remove magic value for rebootCarlo Caione1-1/+1
2014-10-20watchdog: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEMChen Gang1-1/+2
2014-10-20watchdog: sunxi: Add A31 watchdog supportChen-Yu Tsai1-0/+10
2014-10-20watchdog: sunxi: support parameterized compatible stringsChen-Yu Tsai1-25/+76
2014-10-20watchdog: imx2_wdt: add restart handler supportJingchang Lu1-0/+37
2014-10-20watchdog: qcom: register a restart notifierJosh Cartwright1-0/+38
2014-10-20watchdog: s3c2410: add restart handlerHeiko Stuebner1-0/+36
2014-10-20watchdog: dw_wdt: add restart handler supportJisheng Zhang1-0/+32
2014-10-20ARM: meson: add watchdog driverCarlo Caione3-0/+247
2014-10-20stmp3xxx_rtc_wdt: Add suspend/resume PM supportJanusz Uzycki1-0/+24
2014-10-20watchdog: Add DA9063 PMIC watchdog driver.Krystian Garbaciak3-0/+201
2014-10-20watchdog: add driver for Ricoh RN5T618 watchdogBeniamino Galvani3-0/+210
2014-10-20watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7Naveen Krishna Chatradhi1-0/+11
2014-10-20watchdog: qcom: add support for KPSS WDTJosh Cartwright3-0/+200
2014-10-20watchdog: dw_wdt: initialise TOP_INIT in dw_wdt_set_top()Jisheng Zhang1-1/+3
2014-10-20watchdog: Add Cadence WDT driverHarini Katakam3-0/+525
2014-10-20watchdog: imx2_wdt: Convert to use regmap framework's endianness method.Xiubo Li1-6/+0
2014-10-20watchdog: ts72xx_wdt: Kill superfluous variable in removeMika Westerberg1-5/+1
2014-10-20powerpc: booke_wdt: Fix build error as a modulePranith Kumar1-23/+5
2014-10-20watchdog: xilinx: Remove .owner field for driverMichal Simek1-1/+0
2014-10-10Merge tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds3-0/+214
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds3-33/+72
2014-09-26watchdog: sunxi: register restart handler with kernel restart handlerGuenter Roeck1-11/+20
2014-09-26watchdog: alim7101: register restart handler with kernel restart handlerGuenter Roeck1-10/+32
2014-09-26watchdog: moxart: register restart handler with kernel restart handlerGuenter Roeck1-12/+20
2014-09-24watchdog: menf21bmc_wdt: Introduce MEN 14F021P00 BMC Watchdog driverAndreas Werner3-0/+214
2014-09-09watchdog: Remove ARCH_KIRKWOOD dependencyAndrew Lunn1-1/+1
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-28/+34
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2014-08-05wdt: sunxi: Move restart code to the watchdog driverMaxime Ripard1-0/+29
2014-08-05watchdog: imx2_wdt: adds big endianness support.Xiubo Li1-0/+7
2014-08-05watchdog: shwdt: Remove the unnecessary check of resource after platform_get_resource()George Cherian1-4/+1
2014-08-05watchdog: lantiq_wdt: Remove the un-necessary check of resource after platform_get_resource()George Cherian1-5/+0
2014-08-05watchdog: dw_wdt: Remove the un-necessary check after platform_get_resource()George Cherian1-3/+0
2014-08-02MIPS: OCTEON: watchdog: don't jump to bootloader without entry addressAaro Koskinen1-28/+34
2014-07-22s390/watchdog: Fix module name in Kconfig help textPhilipp Hachtmann1-1/+1
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-2/+322
2014-06-10watchdog: add Intel MID watchdog driver supportDavid Cohen3-0/+198
2014-06-10watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()Viresh Kumar1-3/+1
2014-06-10booke/watchdog: refine and clean up the codesTang Yuantian1-18/+33
2014-06-10watchdog: iop_wdt only builds for mach-iop13xxArnd Bergmann1-1/+1
2014-06-10watchdog: Remove drivers for W83697HF and W83697UGGuenter Roeck4-889/+0
2014-06-10watchdog: w83627hf_wdt: Add early_disable module parameterGuenter Roeck1-3/+12
2014-06-10watchdog: orion: Add Armada 375/380 SoC supportEzequiel Garcia1-0/+103
2014-06-10watchdog: orion: Introduce per-SoC enabled() functionEzequiel Garcia1-2/+13
2014-06-10watchdog: orion: Introduce per-SoC stop() functionEzequiel Garcia1-1/+28
2014-06-10watchdog: orion: Remove unneeded atomic accessEzequiel Garcia1-2/+5
2014-06-10watchdog: orion: Introduce a SoC-specific RSTOUT mappingEzequiel Garcia1-7/+20
2014-06-10watchdog: orion: Move the register ioremap'ing to its own functionEzequiel Garcia1-14/+24