summaryrefslogtreecommitdiff
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* ar7: fix kernel builds for compiler testJackie Liu2021-11-261-1/+1
* watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum2021-11-261-1/+3
* watchdog: Fix OMAP watchdog early handlingWalter Stoll2021-11-261-1/+5
* Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Greg Kroah-Hartman2021-08-081-9/+3
* 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: 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-031-0/+1
* watchdog: coh901327: add COMMON_CLK dependencyArnd Bergmann2020-12-291-1/+1
* watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam2020-12-291-1/+1
* watchdog: sirfsoc: Add missing dependency on HAS_IOMEMGuenter Roeck2020-12-291-0/+1
* drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik2020-11-051-3/+2
* watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum2020-08-211-0/+7
* watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum2020-08-211-2/+1
* watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum2020-08-211-1/+2
* watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller2020-06-251-5/+0
* watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao2020-05-271-37/+30
* watchdog: reset last_hw_keepalive time at startTero Kristo2020-05-021-0/+1
* watchdog: da9062: do not ping the hw during stop()Marco Felsch2020-03-111-7/+0
* ACPI: watchdog: Fix gas->access_width usageMika Westerberg2020-03-111-1/+1
* watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade2020-02-051-0/+1
* watchdog: max77620_wdt: fix potential build errorsDavid Engraf2020-02-051-0/+1
* watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley2019-12-171-6/+10
* watchdog: sama5d4: fix WDD value to be always set to maxEugen Hristev2019-12-051-3/+1
* watchdog: meson: Fix the wrong value of left timeXingyu Chen2019-12-051-2/+2
* watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798DGuenter Roeck2019-11-241-1/+7
* watchdog: aspeed: Add support for AST2600Ryan Chen2019-10-111-1/+3
* watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeoutRasmus Villemoes2019-10-111-2/+2
* watchdog: bcm2835_wdt: Fix module autoloadStefan Wahren2019-09-061-0/+1
* watchdog: fix compile time error of pretimeout governorsVladimir Zapolskiy2019-06-151-0/+1
* watchdog: imx2_wdt: Fix set_timeout for big timeout valuesGeorg Hofmann2019-06-151-1/+3
* watchdog: renesas_wdt: don't set divider while watchdog is runningWolfram Sang2019-02-121-2/+7
* watchdog: da9063: Fix updating timeout valueMarco Felsch2018-08-031-2/+15
* watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()Alexey Khoroshilov2018-05-301-4/+4
* watchdog: aspeed: Fix translation of reset mode to ctrl registerMilton Miller2018-05-301-3/+6
* watchdog: dw: RMW the control registerBrian Norris2018-05-301-8/+15
* watchdog: aspeed: Allow configuring for alternate bootMilton Miller2018-05-301-0/+4
* watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()Alexey Khoroshilov2018-05-301-4/+11
* watchdog: sbsa: use 32-bit read for WCVJayachandran C2018-05-301-1/+2
* watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv2018-05-301-1/+2
* watchdog: sp5100_tco: Fix watchdog disable bitGuenter Roeck2018-04-261-1/+1
* watchdog: f71808e_wdt: Fix WD_EN register readIgor Pylypiv2018-04-241-1/+1
* watchdog: dw_wdt: add stop watchdog operationOleksij Rempel2018-04-121-2/+16
* ACPI / watchdog: Fix off-by-one error at resource assignmentTakashi Iwai2018-03-281-1/+1
* watchdog: Fix kref imbalance seen if handle_boot_enabled=0Guenter Roeck2018-03-241-6/+5
* watchdog: Fix potential kref imbalance when opening watchdogGuenter Roeck2018-03-241-2/+4
* watchdog: hpwdt: Remove legacy NMI sourcing.Jerry Hoemann2018-03-151-492/+9
* watchdog: hpwdt: fix unused variable warningArnd Bergmann2018-03-151-1/+1