summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* watchdog: at91sam9_wdt: increase security margin on watchdog counter resetBoris BREZILLON2014-01-281-9/+16
* watchdog: at91sam9_wdt: avoid spurious watchdog reset during initBoris BREZILLON2014-01-281-1/+9
* watchdog: at91sam9_wdt: fix secs_to_ticksBoris BREZILLON2014-01-281-1/+1
* watchdog: at91sam9_wdt: better watchdog supportBoris BREZILLON2014-01-281-86/+223
* watchdog: sp805_wdt depends also on ARM64Naresh Bhat2014-01-281-1/+1
* watchdog: mach-moxart: add restart handlerJonas Jensen2014-01-281-0/+15
* watchdog: mpc8xxx_wdt convert to watchdog coreChristophe Leroy2014-01-282-73/+38
* watchdog: sirf: Remove redundant of_match_ptr helperSachin Kamat2014-01-281-1/+1
* watchdog: hpwdt patch to display informative stringThomas Mingarelli2014-01-281-3/+8
* watchdog: dw_wdt: remove build dependenciesBaruch Siach2014-01-282-3/+2
* watchdog: imx2_wdt: disable watchdog timer during low power modeAnson Huang2014-01-281-0/+4
* watchdog: s3c2410_wdt: Report when the watchdog reset the systemDoug Anderson2014-01-281-3/+37
* watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu registerLeela Krishna Amudala2014-01-282-9/+146
* watchdog: s3c2410_wdt: Handle rounding a little better for timeoutDoug Anderson2014-01-281-8/+5
* watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQDoug Anderson2014-01-281-1/+1
* watchdog: GPIO-controlled watchdogAlexander Shiyan2014-01-283-0/+263
* watchdog: davinci: reuse driver for keystone archIvan Khoronzhuk2014-01-282-3/+3
* watchdog: davinci: add GET_TIMELEFT option supportIvan Khoronzhuk2014-01-281-0/+26
* watchdog: davinci: use davinci_wdt_device structure to hold device dataIvan Khoronzhuk2014-01-281-26/+48
* watchdog: davinci: change driver to use WDT coreIvan Khoronzhuk2014-01-282-112/+36
* watchdog: bcm281xx: Debugfs supportMarkus Mayer2014-01-282-4/+114
* watchdog: bcm281xx: Watchdog DriverMarkus Mayer2014-01-283-0/+281
* watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/maxDoug Anderson2014-01-281-2/+2
* watchdog: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-01-289-9/+9
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-2/+2
|\
| * Merge tag 'davinci-for-v3.14/watchdog' of git://git.kernel.org/pub/scm/linux/...Kevin Hilman2014-01-161-2/+2
| |\
| | * watchdog: davinci: rename platform driver to davinci-wdtIvan Khoronzhuk2014-01-091-2/+2
* | | Watchdog: pcwd_usb: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman2014-01-071-29/+11
|/ /
* | sc1200_wdt: Fix oopsAlan2013-12-101-1/+2
* | watchdog: Drop unnecessary include of miscdevice.hGuenter Roeck2013-12-1014-14/+0
|/
* watchdog: w83627hf: Use helper functions to access superio registersGuenter Roeck2013-11-181-56/+76
* watchdog: w83627hf: Enable watchdog device only if not already enabledGuenter Roeck2013-11-181-1/+3
* watchdog: w83627hf: Enable watchdog only onceGuenter Roeck2013-11-181-18/+17
* watchdog: w83627hf: Convert to watchdog infrastructureGuenter Roeck2013-11-182-168/+48
* watchdog: omap_wdt: raw read and write endian fixVictor Kamensky2013-11-171-18/+18
OpenPOWER on IntegriCloud