summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
...
| | * | watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia2014-02-221-3/+44
| | * | watchdog: orion: Handle the interrupt so it's properly ackedEzequiel Garcia2014-02-221-1/+23
| | * | watchdog: orion: Make sure the watchdog is initially stoppedEzequiel Garcia2014-02-221-0/+19
| | * | watchdog: orion: Remove unused macrosEzequiel Garcia2014-02-221-2/+0
| | * | watchdog: orion: Use atomic access for shared registersEzequiel Garcia2014-02-221-37/+5
| | * | watchdog: orion: Add clock error handlingEzequiel Garcia2014-02-221-10/+19
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-021-8/+0
|\ \ \ \
| * | | | Revert "powerpc/watchdog: Don't enable interrupt on PPC64 BookE"Scott Wood2014-03-191-8/+0
| |/ / /
* | | | watchdog: Fix Elan SC520 dependenciesJean Delvare2014-03-311-1/+1
* | | | watchdog: ib700wdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* | | | watchdog: geodewdt: Use platform_driver_probeJean Delvare2014-03-311-10/+7
* | | | watchdog: advantechwdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* | | | watchdog: acquirewdt: Use platform_driver_probeJean Delvare2014-03-311-12/+9
* | | | watchdog: iTCO_wdt: Fix the parent deviceJean Delvare2014-03-311-1/+1
* | | | watchdog: it87_wdt: Work around non-working CIR interruptsMarc van der Wal2014-03-311-10/+31
* | | | watchdog: bcm281xx: Fix Kconfig dependencyMarkus Mayer2014-03-311-1/+1
* | | | watchdog: s3c2410_wdt: Check return value of clk_prepare_enableSachin Kamat2014-03-311-1/+5
* | | | watchdog: s3c2410_wdt: Remove unneeded initializationSachin Kamat2014-03-311-2/+0
* | | | watchdog: sunxi: Change compatiblesMaxime Ripard2014-03-311-1/+1
* | | | watchdog: orion: prepare new Dove DT Kconfig variableSebastian Hesselbarth2014-03-311-1/+1
* | | | watchdog: fix checkpatch warnings and errorJingoo Han2014-03-316-14/+13
* | | | watchdog: Add tegra watchdogAndrew Chew2014-03-313-0/+314
* | | | watchdog: xilinx: Remove no_timeout variableMichal Simek2014-03-311-9/+4
* | | | watchdog: xilinx: Enable this driver for ZynqMichal Simek2014-03-311-13/+9
* | | | watchdog: xilinx: Use correct comment indentationMichal Simek2014-03-311-4/+4
* | | | watchdog: xilinx: Use of_property_read_u32Michal Simek2014-03-311-17/+12
* | | | watchdog: xilinx: Fix all printk messagesMichal Simek2014-03-311-8/+8
* | | | watchdog: xilinx: Allocate private structure per deviceMichal Simek2014-03-311-42/+55
* | | | watchdog: xilinx: Move no_timeout to probe functionMichal Simek2014-03-311-5/+3
* | | | watchdog: xilinx: Simplify probe and remove functionsMichal Simek2014-03-311-32/+9
* | | | watchdog: xilinx: Move control_status_reg to functionsMichal Simek2014-03-311-1/+6
* | | | watchdog: xilinx: Convert driver to the watchdog frameworkMichal Simek2014-03-312-172/+33
* | | | watchdog: wdt285: Fix variable typeAlexander Shiyan2014-03-311-2/+1
* | | | watchdog: shwdt: Remove unused variableAlexander Shiyan2014-03-311-2/+0
* | | | watchdog: sc520_wdt: Remove unused variableAlexander Shiyan2014-03-311-2/+1
* | | | watchdog: intel_scu_watchdog: Remove unused variableAlexander Shiyan2014-03-311-3/+1
* | | | watchdog: indydog: Simplify indydog_{start,stop}Alexander Shiyan2014-03-311-11/+2
* | | | watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_deviceAlexander Shiyan2014-03-311-1/+0
* | | | watchdog: sp805_wdt: Use devm_ioremap_resource()Jingoo Han2014-03-311-14/+3
* | | | watchdog: omap_wdt: Use devm_ioremap_resource()Jingoo Han2014-03-311-16/+6
* | | | watchdog: ep93xx_wdt: Use devm_ioremap_resource()Jingoo Han2014-03-311-10/+3
* | | | watchdog: ts72xx_wdt: make 'ts72xx_wdt_pdev' staticJingoo Han2014-03-311-1/+1
* | | | watchdog: Remove unnecessary OOM messagesJingoo Han2014-03-318-18/+5
* | | | watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-3124-24/+0
* | | | watchdog: mpc8xxx_wdt: MPC8xx is HW enabledChristophe Leroy2014-03-311-0/+1
| |_|/ |/| |
* | | watchdog: w83697hf_wdt: return ENODEV if no device was foundStanislav Kholmanskikh2014-02-211-1/+1
|/ /
* | watchdog: dw_wdt: Add dependency on HAS_IOMEMRichard Weinberger2014-02-081-0/+1
|/
* watchdog: w83627hf_wdt: Reset watchdog trigger during initializationGuenter Roeck2014-01-281-2/+2
* watchdog: w83627hf: Add support for W83697HF and W83697UGGuenter Roeck2014-01-282-13/+51
* watchdog: w83627hf: Auto-detect IO address and supported chipsGuenter Roeck2014-01-282-24/+173
OpenPOWER on IntegriCloud