aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-23Merge tag 'linux-watchdog-5.11-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds15-369/+92
2020-12-17watchdog: convert comma to semicolonZheng Yongjun1-2/+2
2020-12-17watchdog: iTCO_wdt: use dev_*() instead of pr_*() for loggingEnrico Weigelt, metux IT consult1-10/+8
2020-12-17watchdog: coh901327: add COMMON_CLK dependencyArnd Bergmann1-1/+1
2020-12-17watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam1-1/+1
2020-12-13watchdog: iTCO_wdt: use module_platform_device() macroEnrico Weigelt, metux IT consult1-15/+1
2020-12-13watchdog: Fix potential dereferencing of null pointerWang Wensheng1-9/+13
2020-12-13watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1Wong Vee Khee1-3/+3
2020-12-13watchdog/hpwdt: Reflect changesJerry Hoemann1-1/+1
2020-12-13watchdog/hpwdt: Disable NMI in Crash KernelJerry Hoemann1-0/+6
2020-12-13wdt: sp805: add watchdog_stop on rebootZhao Qiang1-0/+1
2020-12-13watchdog: sbc_fitpc2_wdt: add __user annotationsRasmus Villemoes1-6/+6
2020-12-13watchdog: geodewdt: remove unneeded breakTom Rix1-2/+0
2020-12-13watchdog: rti-wdt: fix reference leak in rti_wdt_probeZhang Qilong1-1/+3
2020-12-13watchdog: qcom_wdt: set WDOG_HW_RUNNING bit when appropriateRobert Marko1-0/+18
2020-12-13watchdog: remove pnx83xx driverThomas Bogendoerfer3-288/+0
2020-12-13watchdog: stm32_iwdg: don't print an error on probe deferralEtienne Carriere1-8/+5
2020-12-13watchdog: sprd: change to use usleep_range() instead of busy loopChunyan Zhang1-4/+7
2020-12-13watchdog: sprd: check busy bit before new loading rather than after thatLingling Xu1-12/+13
2020-12-13watchdog: sprd: remove watchdog disable from resume fail pathLingling Xu1-7/+2
2020-12-13watchdog: sirfsoc: Add missing dependency on HAS_IOMEMGuenter Roeck1-0/+1
2020-12-13watchdog: armada_37xx: Add missing dependency on HAS_IOMEMGuenter Roeck1-0/+1
2020-10-30ARM: remove ebsa110 platformArnd Bergmann1-1/+1
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+2
2020-10-21Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds14-48/+320
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-0/+241
2020-10-14watchdog: Add Toshiba Visconti watchdog driverNobuhiro Iwamatsu3-0/+204
2020-10-14watchdog: it87_wdt: add IT8784 IDHanspeter Portner1-1/+3
2020-10-14watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabledGuenter Roeck1-0/+18
2020-10-14watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3Guenter Roeck1-1/+1
2020-10-14watchdog: renesas_wdt: support handover from bootloaderWolfram Sang1-2/+10
2020-10-14watchdog: imx7ulp: Watchdog should continue running for wait/stop modeAnson Huang1-1/+4
2020-10-14watchdog: rti: Simplify with dev_err_probe()Krzysztof Kozlowski1-10/+4
2020-10-14watchdog: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-10-14watchdog: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-10-14watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei1-2/+0
2020-10-14watchdog: Use put_device on errorDinghao Liu1-1/+1
2020-10-14watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu1-1/+3
2020-10-14watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang1-13/+61
2020-10-14watchdog: it87_wdt: add IT8772 IDHanspeter Portner1-1/+3
2020-10-14watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET1-1/+1
2020-10-14drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik1-3/+2
2020-09-17watchdog: add support for sl28cpld watchdogMichael Walle3-0/+241
2020-09-13Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/socOlof Johansson1-8/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-19ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependenciesKrzysztof Kozlowski1-8/+2
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds49-153/+755
2020-08-05watchdog: rti-wdt: balance pm runtime enable callsTero Kristo1-0/+2
2020-08-05watchdog: rti-wdt: attach to running watchdog during probeTero Kristo1-10/+102
2020-08-05watchdog: add support for adjusting last known HW keepalive timeTero Kristo1-0/+30