| Commit message (Expand) | Author | Age | Files | Lines |
* | watchdog: w83627hf_wdt: Reset watchdog trigger during initialization | Guenter Roeck | 2014-01-28 | 1 | -2/+2 |
* | watchdog: w83627hf: Add support for W83697HF and W83697UG | Guenter Roeck | 2014-01-28 | 2 | -13/+51 |
* | watchdog: w83627hf: Auto-detect IO address and supported chips | Guenter Roeck | 2014-01-28 | 2 | -24/+173 |
* | watchdog: at91sam9_wdt: increase security margin on watchdog counter reset | Boris BREZILLON | 2014-01-28 | 1 | -9/+16 |
* | watchdog: at91sam9_wdt: avoid spurious watchdog reset during init | Boris BREZILLON | 2014-01-28 | 1 | -1/+9 |
* | watchdog: at91sam9_wdt: fix secs_to_ticks | Boris BREZILLON | 2014-01-28 | 1 | -1/+1 |
* | watchdog: at91sam9_wdt: better watchdog support | Boris BREZILLON | 2014-01-28 | 1 | -86/+223 |
* | watchdog: sp805_wdt depends also on ARM64 | Naresh Bhat | 2014-01-28 | 1 | -1/+1 |
* | watchdog: mach-moxart: add restart handler | Jonas Jensen | 2014-01-28 | 1 | -0/+15 |
* | watchdog: mpc8xxx_wdt convert to watchdog core | Christophe Leroy | 2014-01-28 | 2 | -73/+38 |
* | watchdog: sirf: Remove redundant of_match_ptr helper | Sachin Kamat | 2014-01-28 | 1 | -1/+1 |
* | watchdog: hpwdt patch to display informative string | Thomas Mingarelli | 2014-01-28 | 1 | -3/+8 |
* | watchdog: dw_wdt: remove build dependencies | Baruch Siach | 2014-01-28 | 2 | -3/+2 |
* | watchdog: imx2_wdt: disable watchdog timer during low power mode | Anson Huang | 2014-01-28 | 1 | -0/+4 |
* | watchdog: s3c2410_wdt: Report when the watchdog reset the system | Doug Anderson | 2014-01-28 | 1 | -3/+37 |
* | watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register | Leela Krishna Amudala | 2014-01-28 | 2 | -9/+146 |
* | watchdog: s3c2410_wdt: Handle rounding a little better for timeout | Doug Anderson | 2014-01-28 | 1 | -8/+5 |
* | watchdog: s3c2410_wdt: Only register for cpufreq on ARM_S3C24XX_CPUFREQ | Doug Anderson | 2014-01-28 | 1 | -1/+1 |
* | watchdog: GPIO-controlled watchdog | Alexander Shiyan | 2014-01-28 | 3 | -0/+263 |
* | watchdog: davinci: reuse driver for keystone arch | Ivan Khoronzhuk | 2014-01-28 | 2 | -3/+3 |
* | watchdog: davinci: add GET_TIMELEFT option support | Ivan Khoronzhuk | 2014-01-28 | 1 | -0/+26 |
* | watchdog: davinci: use davinci_wdt_device structure to hold device data | Ivan Khoronzhuk | 2014-01-28 | 1 | -26/+48 |
* | watchdog: davinci: change driver to use WDT core | Ivan Khoronzhuk | 2014-01-28 | 2 | -112/+36 |
* | watchdog: bcm281xx: Debugfs support | Markus Mayer | 2014-01-28 | 2 | -4/+114 |
* | watchdog: bcm281xx: Watchdog Driver | Markus Mayer | 2014-01-28 | 3 | -0/+281 |
* | watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/max | Doug Anderson | 2014-01-28 | 1 | -2/+2 |
* | watchdog: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 2014-01-28 | 9 | -9/+9 |
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-24 | 1 | -2/+2 |
|\ |
|
| * | Merge tag 'davinci-for-v3.14/watchdog' of git://git.kernel.org/pub/scm/linux/... | Kevin Hilman | 2014-01-16 | 1 | -2/+2 |
| |\ |
|
| | * | watchdog: davinci: rename platform driver to davinci-wdt | Ivan Khoronzhuk | 2014-01-09 | 1 | -2/+2 |
* | | | Watchdog: pcwd_usb: remove CONFIG_USB_DEBUG usage | Greg Kroah-Hartman | 2014-01-08 | 1 | -29/+11 |
|/ / |
|
* | | sc1200_wdt: Fix oops | Alan | 2013-12-10 | 1 | -1/+2 |
* | | watchdog: Drop unnecessary include of miscdevice.h | Guenter Roeck | 2013-12-10 | 14 | -14/+0 |
|/ |
|
* | watchdog: w83627hf: Use helper functions to access superio registers | Guenter Roeck | 2013-11-18 | 1 | -56/+76 |
* | watchdog: w83627hf: Enable watchdog device only if not already enabled | Guenter Roeck | 2013-11-18 | 1 | -1/+3 |
* | watchdog: w83627hf: Enable watchdog only once | Guenter Roeck | 2013-11-18 | 1 | -18/+17 |
* | watchdog: w83627hf: Convert to watchdog infrastructure | Guenter Roeck | 2013-11-18 | 2 | -168/+48 |
* | watchdog: omap_wdt: raw read and write endian fix | Victor Kamensky | 2013-11-17 | 1 | -18/+18 |
* | watchdog: sirf: don't depend on dummy value of CLOCK_TICK_RATE | Uwe Kleine-König | 2013-11-17 | 1 | -2/+4 |
* | watchdog: pcwd_usb: overflow in usb_pcwd_send_command() | Dan Carpenter | 2013-11-17 | 1 | -2/+2 |
* | watchdog: rt2880_wdt: fix return value check in rt288x_wdt_probe() | Wei Yongjun | 2013-11-17 | 1 | -1/+1 |
* | watchdog: watchdog_core: Fix a trivial typo | Sachin Kamat | 2013-11-17 | 1 | -1/+1 |
* | watchdog: dw: Enable OF support for DW watchdog timer | Dinh Nguyen | 2013-11-17 | 1 | -0/+10 |
* | watchdog: Get rid of MODULE_ALIAS_MISCDEV statements | Jean Delvare | 2013-11-17 | 87 | -112/+6 |
* | watchdog: ts72xx_wdt: Propagate return value from timeout_to_regval | Guenter Roeck | 2013-11-17 | 1 | -1/+1 |
* | watchdog: pcwd_usb: Use allocated buffer for usb_control_msg | Guenter Roeck | 2013-11-17 | 1 | -1/+7 |
* | watchdog: sp805_wdt: Remove unnecessary amba_set_drvdata() | Michal Simek | 2013-11-17 | 1 | -1/+0 |
* | watchdog: sirf: add watchdog driver of CSR SiRFprimaII and SiRFatlasVI | Xianglong Du | 2013-11-17 | 3 | -0/+234 |
* | watchdog: Remove redundant of_match_ptr | Sachin Kamat | 2013-11-17 | 3 | -3/+3 |
* | watchdog: ts72xx_wdt: cleanup return codes in ioctl | Dan Carpenter | 2013-11-17 | 1 | -20/+16 |