summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* 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
* watchdog: sirf: don't depend on dummy value of CLOCK_TICK_RATEUwe Kleine-König2013-11-171-2/+4
* watchdog: pcwd_usb: overflow in usb_pcwd_send_command()Dan Carpenter2013-11-171-2/+2
* watchdog: rt2880_wdt: fix return value check in rt288x_wdt_probe()Wei Yongjun2013-11-171-1/+1
* watchdog: watchdog_core: Fix a trivial typoSachin Kamat2013-11-171-1/+1
* watchdog: dw: Enable OF support for DW watchdog timerDinh Nguyen2013-11-171-0/+10
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-1787-112/+6
* watchdog: ts72xx_wdt: Propagate return value from timeout_to_regvalGuenter Roeck2013-11-171-1/+1
* watchdog: pcwd_usb: Use allocated buffer for usb_control_msgGuenter Roeck2013-11-171-1/+7
* watchdog: sp805_wdt: Remove unnecessary amba_set_drvdata()Michal Simek2013-11-171-1/+0
* watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVIXianglong Du2013-11-173-0/+234
* watchdog: Remove redundant of_match_ptrSachin Kamat2013-11-173-3/+3