aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-17watchdog: da9063_wdt: don't trigger watchdog too fastStefan Christ1-0/+2
2016-07-17watchdog: iTCO-wdt: handle 5th variation for Apollo LakeYong, Jonathan1-0/+2
2016-07-17watchdog: pic32-dmt: Fix return value check in pic32_dmt_probe()Wei Yongjun1-2/+2
2016-07-17watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()Wei Yongjun1-2/+2
2016-07-17watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.Enric Balletbo i Serra1-1/+1
2016-07-17watchdog: drop redundant 'default n' option for WATCHDOG_SYSFSVladimir Zapolskiy1-1/+0
2016-07-17watchdog: max77620: Add support for watchdog timerLaxman Dewangan3-0/+237
2016-07-17watchdog: f71808e_wdt: Add F81866 supportJi-Ze Hong (Peter Hong)1-2/+26
2016-07-17watchdog: sirf: fix __iomem * warningsBen Dooks1-5/+10
2016-07-17watchdog: tangox: Mark running watchdog correctlyGuenter Roeck1-1/+1
2016-07-17watchdog: sbsa: Set WDOG_HW_RUNNING, when watchdog is already running.Pratyush Anand1-0/+2
2016-07-17watchdog: sbsa: Use max_hw_heartbeat_ms instead of max_timeoutPratyush Anand1-2/+2
2016-07-17watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is definedPratyush Anand1-1/+1
2016-07-17watchdog: pcwd: Utilize the module_isa_driver macroWilliam Breathitt Gray1-13/+1
2016-07-17watchdog: Add Aspeed watchdog driverJoel Stanley3-0/+226
2016-07-17watchdog: softdog: improve coding styleWolfram Sang1-3/+3
2016-07-17watchdog: softdog: drop superfluous set_timeout callbackWolfram Sang1-7/+0
2016-07-17watchdog: softdog: sort includes to avoid duplicatesWolfram Sang1-5/+5
2016-07-17watchdog: softdog: remove forward declarationWolfram Sang1-5/+3
2016-07-17watchdog: softdog: consistently use softdog_ prefixWolfram Sang1-11/+10
2016-07-17watchdog: softdog: use watchdog core to init timeout valueWolfram Sang1-12/+5
2016-07-17watchdog: softdog: remove obsolete commentsWolfram Sang1-33/+0
2016-07-17watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong1-0/+37
2016-06-17watchdog: ebc-c384_wdt: Allow build for X86_64William Breathitt Gray1-1/+1
2016-05-25Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds13-26/+284
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-34/+11
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-0/+548
2016-05-14watchdog: shwdt: Use setup_timer()Muhammad Falak R Wani1-3/+1
2016-05-14watchdog: cpwd: Use setup_timer()Muhammad Falak R Wani1-3/+1
2016-05-14watchdog: renesas-wdt: add driverWolfram Sang3-0/+222
2016-05-14watchdog: remove error message when unable to allocate watchdog deviceColin Ian King1-3/+1
2016-05-14watchdog: f71808e_wdt: Fix WDTMOUT_STS register readKnud Poulsen1-2/+2
2016-05-14watchdog: f71808e_wdt: Fix typoKnud Poulsen1-1/+1
2016-05-14watchdog: f71808e_wdt: Add F81865 supportKnud Poulsen1-3/+21
2016-05-14watchdog: sp5100_tco: properly check for new register layoutsLucas Stach1-5/+10
2016-05-14watchdog: core: Fix circular locking dependencyGuenter Roeck1-1/+0
2016-05-14watchdog: core: fix trivial typo in a commentWolfram Sang1-1/+1
2016-05-14watchdog: imx2_wdt: add external reset support via dt propTim Harvey1-2/+17
2016-05-14watchdog: octeon: Handle the FROZEN hot plug notifier actions.Richard Cochran1-1/+1
2016-05-14watchdog: qcom: Report reboot reasonGuenter Roeck1-1/+6
2016-05-13watchdog: pic32-dmt: Add PIC32 deadman timer driverPurna Chandra Mandal3-0/+271
2016-05-13watchdog: pic32-wdt: Add PIC32 watchdog driverJoshua Henderson3-0/+277
2016-05-02watchdog: ebc-c384_wdt: Utilize the ISA bus driverWilliam Breathitt Gray2-34/+11
2016-04-28treewide: Fix typos in printkMasanari Iida1-1/+1
2016-03-22hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-6/+5
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2016-03-19Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds26-316/+1352
2016-03-16watchdog: Ensure that wdd is not dereferenced if NULLGuenter Roeck1-2/+4
2016-03-16watchdog: imx2: Convert to use infrastructure triggered keepalivesGuenter Roeck1-61/+13
2016-03-16watchdog: dw_wdt: Convert to use watchdog infrastructureGuenter Roeck2-207/+117