summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2020-12-30watchdog: coh901327: add COMMON_CLK dependencyArnd Bergmann1-1/+1
2020-12-30watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam1-1/+1
2020-12-30watchdog: Fix potential dereferencing of null pointerWang Wensheng1-9/+13
2020-12-30watchdog: sprd: check busy bit before new loading rather than after thatLingling Xu1-12/+13
2020-12-30watchdog: sprd: remove watchdog disable from resume fail pathLingling Xu1-7/+2
2020-12-30watchdog: sirfsoc: Add missing dependency on HAS_IOMEMGuenter Roeck1-0/+1
2020-11-05drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik1-3/+2
2020-10-30watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3Guenter Roeck1-1/+1
2020-10-30watchdog: Use put_device on errorDinghao Liu1-1/+1
2020-10-30watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu1-1/+3
2020-08-21watchdog: initialize device before misc_registerKrzysztof Sobota1-9/+9
2020-08-21watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum1-0/+7
2020-08-21watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum1-2/+1
2020-08-21watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum1-1/+2
2020-06-25watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller1-5/+0
2020-04-29watchdog: reset last_hw_keepalive time at startTero Kristo1-0/+1
2020-04-23watchdog: sp805: fix restart handlerMichael Walle1-0/+4
2020-03-11watchdog: da9062: do not ping the hw during stop()Marco Felsch1-7/+0
2020-03-05ACPI: watchdog: Fix gas->access_width usageMika Westerberg1-1/+1
2020-02-11watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2-35/+36
2020-02-01watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade1-0/+1
2020-02-01watchdog: max77620_wdt: fix potential build errorsDavid Engraf1-0/+1
2020-01-27watchdog: rtd119x_wdt: Fix remove functionGuenter Roeck1-1/+1
2020-01-27watchdog: sprd: Fix the incorrect pointer getting from driver dataShuiqing Li1-4/+2
2020-01-04watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao1-38/+32
2019-12-13watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley1-6/+10
2019-12-05watchdog: sama5d4: fix WDD value to be always set to maxEugen Hristev1-3/+1
2019-12-05watchdog: meson: Fix the wrong value of left timeXingyu Chen1-2/+2
2019-11-24watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798DGuenter Roeck1-1/+7
2019-11-24watchdog: sama5d4: fix timeout-sec usageRomain Izard1-5/+1
2019-11-24watchdog: renesas_wdt: stop when unregisteringWolfram Sang1-0/+1
2019-11-24watchdog: core: fix null pointer dereference when releasing cdevWolfram Sang1-5/+5
2019-10-11watchdog: aspeed: Add support for AST2600Ryan Chen1-1/+3
2019-10-11watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeoutRasmus Villemoes1-2/+2
2019-09-06watchdog: bcm2835_wdt: Fix module autoloadStefan Wahren1-0/+1
2019-06-15watchdog: fix compile time error of pretimeout governorsVladimir Zapolskiy1-0/+1
2019-06-15watchdog: imx2_wdt: Fix set_timeout for big timeout valuesGeorg Hofmann1-1/+3
2019-02-27watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problemNeilBrown2-0/+2
2019-02-12watchdog: renesas_wdt: don't set divider while watchdog is runningWolfram Sang1-2/+7
2018-08-23include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers1-5/+0
2018-08-19Merge tag 'linux-watchdog-4.19-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds9-64/+312
2018-08-06watchdog: fix dependencies of menz69_wdt.oJohannes Thumshirn1-1/+1
2018-08-06watchdog: sp805: Add clock-frequency propertySrinath Mannam1-10/+25
2018-08-02watchdog: add driver for the MEN 16z069 IP-CoreJohannes Thumshirn3-0/+181
2018-08-02watchdog: sprd_wdt: Remove redundant dev_err call in sprd_wdt_probe()Wei Yongjun1-3/+1
2018-08-02watchdog: stmp3xxx: Switch to SPDX identifierFabio Estevam1-4/+1
2018-08-02watchdog: imx2_wdt: Switch to SPDX identifierFabio Estevam1-4/+1
2018-08-02watchdog: sp805: set WDOG_HW_RUNNING when appropriateRay Jui1-0/+19
2018-08-02watchdog: sp805: add 'timeout-sec' DT property supportRay Jui1-1/+8
2018-08-02watchdog: orion_wdt: Mark watchdog as active when running at probeMaxim Kochetkov1-0/+2