summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2020-06-25watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller1-5/+0
2020-05-27watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao1-37/+30
2020-05-02watchdog: reset last_hw_keepalive time at startTero Kristo1-0/+1
2020-03-11watchdog: da9062: do not ping the hw during stop()Marco Felsch1-7/+0
2020-03-11ACPI: watchdog: Fix gas->access_width usageMika Westerberg1-1/+1
2020-02-05watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade1-0/+1
2020-02-05watchdog: max77620_wdt: fix potential build errorsDavid Engraf1-0/+1
2019-12-17watchdog: 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-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-12watchdog: renesas_wdt: don't set divider while watchdog is runningWolfram Sang1-2/+7
2018-08-03watchdog: da9063: Fix updating timeout valueMarco Felsch1-2/+15
2018-05-30watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()Alexey Khoroshilov1-4/+4
2018-05-30watchdog: aspeed: Fix translation of reset mode to ctrl registerMilton Miller1-3/+6
2018-05-30watchdog: dw: RMW the control registerBrian Norris1-8/+15
2018-05-30watchdog: aspeed: Allow configuring for alternate bootMilton Miller1-0/+4
2018-05-30watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()Alexey Khoroshilov1-4/+11
2018-05-30watchdog: sbsa: use 32-bit read for WCVJayachandran C1-1/+2
2018-05-30watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv1-1/+2
2018-04-26watchdog: sp5100_tco: Fix watchdog disable bitGuenter Roeck1-1/+1
2018-04-24watchdog: f71808e_wdt: Fix WD_EN register readIgor Pylypiv1-1/+1
2018-04-12watchdog: dw_wdt: add stop watchdog operationOleksij Rempel1-2/+16
2018-03-28ACPI / watchdog: Fix off-by-one error at resource assignmentTakashi Iwai1-1/+1
2018-03-24watchdog: Fix kref imbalance seen if handle_boot_enabled=0Guenter Roeck1-6/+5
2018-03-24watchdog: Fix potential kref imbalance when opening watchdogGuenter Roeck1-2/+4
2018-03-15watchdog: hpwdt: Remove legacy NMI sourcing.Jerry Hoemann1-492/+9
2018-03-15watchdog: hpwdt: fix unused variable warningArnd Bergmann1-1/+1
2018-03-15watchdog: hpwdt: Check source of NMIJerry Hoemann1-0/+10
2018-03-15watchdog: hpwdt: SMBIOS checkJerry Hoemann1-1/+1
2018-02-16watchdog: imx2_wdt: restore previous timeout after suspend+resumeMartin Kaiser1-5/+15
2018-02-16watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stopRasmus Villemoes1-1/+2
2018-02-16watchdog: indydog: Add dependency on SGI_HAS_INDYDOGMatt Redfearn1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds3-192/+278
2017-09-09watchdog: mei_wdt: constify mei_cl_device_idArvind Yadav1-1/+1
2017-09-09watchdog: sp805: constify amba_idArvind Yadav1-1/+1
2017-09-09watchdog: ziirave: constify i2c_device_idArvind Yadav1-1/+1
2017-09-09watchdog: sc1200: constify pnp_device_idArvind Yadav1-1/+1
2017-09-09watchdog: renesas_wdt: update copyright datesWolfram Sang1-2/+2
2017-09-09watchdog: renesas_wdt: make 'clk' a variable local to probe()Wolfram Sang1-5/+5
2017-09-09watchdog: renesas_wdt: consistently use RuntimePM for clock managementWolfram Sang1-14/+19
2017-09-09watchdog: aspeed: Support configuration of external signal propertiesAndrew Jeffery1-3/+102
2017-09-09drivers/watchdog: ASPEED reference dev tree properties for configChristopher Bostic1-5/+24
2017-09-09watchdog: da9063_wdt: Simplify by removing unneeded struct...fzuuzf@googlemail.com1-37/+30