summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Add Aspeed watchdog driverJoel Stanley2016-07-173-0/+226
* watchdog: softdog: improve coding styleWolfram Sang2016-07-171-3/+3
* watchdog: softdog: drop superfluous set_timeout callbackWolfram Sang2016-07-171-7/+0
* watchdog: softdog: sort includes to avoid duplicatesWolfram Sang2016-07-171-5/+5
* watchdog: softdog: remove forward declarationWolfram Sang2016-07-171-5/+3
* watchdog: softdog: consistently use softdog_ prefixWolfram Sang2016-07-171-11/+10
* watchdog: softdog: use watchdog core to init timeout valueWolfram Sang2016-07-171-12/+5
* watchdog: softdog: remove obsolete commentsWolfram Sang2016-07-171-33/+0
* watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong2016-07-171-0/+37
* watchdog: ebc-c384_wdt: Allow build for X86_64William Breathitt Gray2016-06-181-1/+1
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-05-2513-26/+284
|\
| * watchdog: shwdt: Use setup_timer()Muhammad Falak R Wani2016-05-141-3/+1
| * watchdog: cpwd: Use setup_timer()Muhammad Falak R Wani2016-05-141-3/+1
| * watchdog: renesas-wdt: add driverWolfram Sang2016-05-143-0/+222
| * watchdog: remove error message when unable to allocate watchdog deviceColin Ian King2016-05-141-3/+1
| * watchdog: f71808e_wdt: Fix WDTMOUT_STS register readKnud Poulsen2016-05-141-2/+2
| * watchdog: f71808e_wdt: Fix typoKnud Poulsen2016-05-141-1/+1
| * watchdog: f71808e_wdt: Add F81865 supportKnud Poulsen2016-05-141-3/+21
| * watchdog: sp5100_tco: properly check for new register layoutsLucas Stach2016-05-141-5/+10
| * watchdog: core: Fix circular locking dependencyGuenter Roeck2016-05-141-1/+0
| * watchdog: core: fix trivial typo in a commentWolfram Sang2016-05-141-1/+1
| * watchdog: imx2_wdt: add external reset support via dt propTim Harvey2016-05-141-2/+17
| * watchdog: octeon: Handle the FROZEN hot plug notifier actions.Richard Cochran2016-05-141-1/+1
| * watchdog: qcom: Report reboot reasonGuenter Roeck2016-05-141-1/+6
* | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-212-34/+11
|\ \
| * | watchdog: ebc-c384_wdt: Utilize the ISA bus driverWilliam Breathitt Gray2016-05-022-34/+11
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-194-0/+548
|\ \
| * | watchdog: pic32-dmt: Add PIC32 deadman timer driverPurna Chandra Mandal2016-05-133-0/+271
| * | watchdog: pic32-wdt: Add PIC32 watchdog driverJoshua Henderson2016-05-133-0/+277
| |/
* / treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
|/
* hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-6/+5
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-4/+5
|\
| * watchdog/hpwdt: Fix build on certain configsIngo Molnar2016-02-251-0/+1
| * watchdog/hpwdt: Create stack frame in asminline_call()Josh Poimboeuf2016-02-241-4/+4
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-03-2026-316/+1352
|\ \
| * | watchdog: Ensure that wdd is not dereferenced if NULLGuenter Roeck2016-03-161-2/+4
| * | watchdog: imx2: Convert to use infrastructure triggered keepalivesGuenter Roeck2016-03-161-61/+13
| * | watchdog: dw_wdt: Convert to use watchdog infrastructureGuenter Roeck2016-03-162-207/+117
| * | watchdog: Add support for minimum time between heartbeatsGuenter Roeck2016-03-161-0/+15
| * | watchdog: Make stop function optionalGuenter Roeck2016-03-162-2/+6
| * | watchdog: Introduce WDOG_HW_RUNNING flagGuenter Roeck2016-03-161-13/+39
| * | watchdog: Introduce hardware maximum heartbeat in watchdog coreGuenter Roeck2016-03-161-8/+121
| * | watchdog: Make set_timeout function optionalGuenter Roeck2016-03-161-2/+9
| * | watchdog: pnx4008: restart: support "cmd" from userspaceSylvain Lemieux2016-03-161-0/+15
| * | watchdog: pnx4008: add support for soft resetSylvain Lemieux2016-03-161-3/+10
| * | watchdog: pnx4008: add restart handlerSylvain Lemieux2016-03-161-0/+17
| * | watchdog: pnx4008: update logging during power-onSylvain Lemieux2016-03-161-2/+1
| * | watchdog: tangox_wdt: test clock rate to avoid division by 0Wolfram Sang2016-03-161-4/+10
| * | watchdog: atlas7_wdt: test clock rate to avoid division by 0Wolfram Sang2016-03-161-0/+5
| * | watchdog: s3c2410_wdt: Add max and min timeout valuesJavier Martinez Canillas2016-03-161-0/+16