summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorLines
2021-11-10Merge tag 'linux-watchdog-5.16-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds-764/+334
2021-11-03Merge tag 'dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-3/+3
2021-11-01watchdog: db8500_wdt: Rename symbolsLinus Walleij-38/+38
2021-11-01watchdog: db8500_wdt: Rename driverLinus Walleij-5/+5
2021-11-01watchdog: ux500_wdt: Drop platform dataLinus Walleij-11/+2
2021-10-27watchdog: bcm63xx_wdt: fix fallthrough warningRafał Miłecki-0/+2
2021-10-26watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg-2/+11
2021-10-26watchdog: s3c2410: describe driver in KConfigKrzysztof Kozlowski-3/+5
2021-10-26watchdog: sp5100_tco: Add support for get_timeleftThomas Weißschuh-0/+9
2021-10-26watchdog: mtk: add disable_wdt_extrst supportFengquan Chen-0/+7
2021-10-26watchdog: rza_wdt: Use semicolons instead of commasGeert Uytterhoeven-2/+2
2021-10-26watchdog: mlx-wdt: Use regmap_write_bits()Philipp Zabel-3/+2
2021-10-26watchdog: rti-wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing-3/+1
2021-10-26watchdog: iTCO_wdt: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing-5/+1
2021-10-26watchdog: ar7_wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing-5/+1
2021-10-26watchdog: sunxi_wdt: Add support for D1Samuel Holland-1/+19
2021-10-26ar7: fix kernel builds for compiler testJackie Liu-1/+1
2021-10-26watchdog: meson_gxbb_wdt: add timeout parameterArtem Lapkin-0/+6
2021-10-26watchdog: meson_gxbb_wdt: add nowayout parameterArtem Lapkin-0/+6
2021-10-26watchdog: da9062: da9063: prevent pings ahead of machine resetPrimoz Fiser-0/+14
2021-10-26watchdog: f71808e_wdt: dynamically allocate watchdog driver dataAhmad Fatoum-87/+111
2021-10-26watchdog: f71808e_wdt: refactor to platform device/driver pairAhmad Fatoum-7/+42
2021-10-26watchdog: f71808e_wdt: migrate to new kernel watchdog APIAhmad Fatoum-331/+57
2021-10-26watchdog: f71808e_wdt: rename variant-independent identifiers appropriatelyAhmad Fatoum-33/+33
2021-10-26watchdog: f71808e_wdt: constify static arrayAhmad Fatoum-1/+1
2021-10-26watchdog: f71808e_wdt: remove superfluous globalAhmad Fatoum-3/+2
2021-10-26watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum-1/+3
2021-10-26watchdog: stm32_iwdg: drop superfluous error messageTang Bin-3/+1
2021-10-26watchdog: remove dead iop watchdog timer driverLukas Bulwahn-267/+0
2021-10-26watchdog: Fix OMAP watchdog early handlingWalter Stoll-1/+5
2021-10-26watchdog: ixp4xx_wdt: Fix address space warningGuenter Roeck-1/+1
2021-10-26watchdog: sbsa: drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2021-10-26watchdog: sbsa: only use 32-bit accessorsJamie Iles-2/+2
2021-10-26Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Guenter Roeck-9/+3
2021-10-08arm64: dts: mediatek: Move reset controller constants into common locationEnric Balletbo i Serra-3/+3
2021-09-27watchdog/sb_watchdog: fix compilation problem due to COMPILE_TESTJackie Liu-1/+1
2021-08-22watchdog: ixp4xx: Rewrite driver to use coreLinus Walleij-165/+119
2021-08-22watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka-1/+4
2021-08-22watchdog: max63xx_wdt: Add device tree probingLinus Walleij-4/+20
2021-08-22watchdog: mediatek: mt8195: add wdt supportChristine Zhu-0/+6
2021-08-22watchdog: tqmx86: Constify static struct watchdog_opsRikard Falkeborn-1/+1
2021-08-22watchdog: mpc8xxx_wdt: Constify static struct watchdog_opsRikard Falkeborn-1/+1
2021-08-22watchdog: sl28cpld_wdt: Constify static struct watchdog_opsRikard Falkeborn-1/+1
2021-08-22watchdog: iTCO_wdt: Fix detection of SMI-off caseJan Kiszka-1/+1
2021-08-22watchdog: bcm2835_wdt: consider system-power-controller propertyStefan Wahren-3/+7
2021-08-22watchdog: imx2_wdg: notify wdog core to stop ping worker on suspendGrzegorz Jaszczyk-0/+1
2021-08-22watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk-0/+84
2021-08-22watchdog: Fix NULL pointer dereference when releasing cdevCurtis Klein-1/+2
2021-08-22watchdog: only run driver set_pretimeout op if device supports itCurtis Klein-1/+1
2021-08-22watchdog: bd70528 drop bd70528 supportMatti Vaittinen-304/+0