summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka2021-09-221-1/+4
* Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Greg Kroah-Hartman2021-08-081-9/+3
* watchdog: jz4740: Fix return value check in jz4740_wdt_probe()Wei Yongjun2021-07-201-2/+2
* watchdog: aspeed: fix hardware timeout calculationTao Ren2021-07-201-1/+1
* watchdog: iTCO_wdt: Account for rebooting on second timeoutJan Kiszka2021-07-201-3/+9
* watchdog: imx_sc_wdt: fix pretimeoutStefan Eichenberger2021-07-201-7/+4
* watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei2021-07-202-2/+2
* watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei2021-07-201-1/+1
* watchdog: Fix possible use-after-free in wdt_startup()Zou Wei2021-07-201-1/+1
* watchdog: mei_wdt: request stop on unregisterAlexander Usyskin2021-03-041-0/+1
* watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQSai Prakash Ranjan2021-03-041-12/+1
* watchdog: intel-mid_wdt: Postpone IRQ handler registration till SCU is readyAndy Shevchenko2021-03-041-4/+4
* watchdog: rti-wdt: fix reference leak in rti_wdt_probeZhang Qilong2021-01-061-1/+3
* watchdog: coh901327: add COMMON_CLK dependencyArnd Bergmann2020-12-301-1/+1
* watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam2020-12-301-1/+1
* watchdog: Fix potential dereferencing of null pointerWang Wensheng2020-12-301-9/+13
* watchdog: sprd: check busy bit before new loading rather than after thatLingling Xu2020-12-301-12/+13
* watchdog: sprd: remove watchdog disable from resume fail pathLingling Xu2020-12-301-7/+2
* watchdog: sirfsoc: Add missing dependency on HAS_IOMEMGuenter Roeck2020-12-301-0/+1
* watchdog: armada_37xx: Add missing dependency on HAS_IOMEMGuenter Roeck2020-12-301-0/+1
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-8/+2
|\
| * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-131-8/+2
| |\
| | * ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependenciesKrzysztof Kozlowski2020-08-191-8/+2
* | | Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2020-10-2114-48/+320
|\ \ \
| * | | watchdog: Add Toshiba Visconti watchdog driverNobuhiro Iwamatsu2020-10-143-0/+204
| * | | watchdog: it87_wdt: add IT8784 IDHanspeter Portner2020-10-141-1/+3
| * | | watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabledGuenter Roeck2020-10-141-0/+18
| * | | watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3Guenter Roeck2020-10-141-1/+1
| * | | watchdog: renesas_wdt: support handover from bootloaderWolfram Sang2020-10-141-2/+10
| * | | watchdog: imx7ulp: Watchdog should continue running for wait/stop modeAnson Huang2020-10-141-1/+4
| * | | watchdog: rti: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-10/+4
| * | | watchdog: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-6/+3
| * | | watchdog: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-6/+3
| * | | watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei2020-10-141-2/+0
| * | | watchdog: Use put_device on errorDinghao Liu2020-10-141-1/+1
| * | | watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu2020-10-141-1/+3
| * | | watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang2020-10-141-13/+61
| * | | watchdog: it87_wdt: add IT8772 IDHanspeter Portner2020-10-141-1/+3
| * | | watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET2020-10-141-1/+1
| * | | drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik2020-10-141-3/+2
| |/ /
* | | Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-10-143-0/+241
|\ \ \ | |/ / |/| |
| * | watchdog: add support for sl28cpld watchdogMichael Walle2020-09-173-0/+241
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-08-1249-153/+755
|\
| * watchdog: rti-wdt: balance pm runtime enable callsTero Kristo2020-08-051-0/+2
| * watchdog: rti-wdt: attach to running watchdog during probeTero Kristo2020-08-051-10/+102
| * watchdog: add support for adjusting last known HW keepalive timeTero Kristo2020-08-051-0/+30
| * watchdog: use __watchdog_ping in startupTero Kristo2020-08-051-8/+11
| * watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'Woody Lin2020-08-051-0/+57
| * watchdog: pcwd_usb: remove needless check before usb_free_coherent()Xu Wang2020-08-051-3/+2