aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Merge tag 'linux-watchdog-5.16-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds18-764/+334
2021-11-03Merge tag 'dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+3
2021-11-01watchdog: db8500_wdt: Rename symbolsLinus Walleij1-38/+38
2021-11-01watchdog: db8500_wdt: Rename driverLinus Walleij3-5/+5
2021-11-01watchdog: ux500_wdt: Drop platform dataLinus Walleij1-11/+2
2021-10-27watchdog: bcm63xx_wdt: fix fallthrough warningRafał Miłecki1-0/+2
2021-10-26watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg1-2/+11
2021-10-26watchdog: s3c2410: describe driver in KConfigKrzysztof Kozlowski1-3/+5
2021-10-26watchdog: sp5100_tco: Add support for get_timeleftThomas Weißschuh1-0/+9
2021-10-26watchdog: mtk: add disable_wdt_extrst supportFengquan Chen1-0/+7
2021-10-26watchdog: rza_wdt: Use semicolons instead of commasGeert Uytterhoeven1-2/+2
2021-10-26watchdog: mlx-wdt: Use regmap_write_bits()Philipp Zabel1-3/+2
2021-10-26watchdog: rti-wdt: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-10-26watchdog: iTCO_wdt: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-5/+1
2021-10-26watchdog: ar7_wdt: Make use of the helper function devm_platform_ioremap_resource_byname()Cai Huoqing1-5/+1
2021-10-26watchdog: sunxi_wdt: Add support for D1Samuel Holland1-1/+19
2021-10-26ar7: fix kernel builds for compiler testJackie Liu1-1/+1
2021-10-26watchdog: meson_gxbb_wdt: add timeout parameterArtem Lapkin1-0/+6
2021-10-26watchdog: meson_gxbb_wdt: add nowayout parameterArtem Lapkin1-0/+6
2021-10-26watchdog: da9062: da9063: prevent pings ahead of machine resetPrimoz Fiser2-0/+14
2021-10-26watchdog: f71808e_wdt: dynamically allocate watchdog driver dataAhmad Fatoum1-87/+111
2021-10-26watchdog: f71808e_wdt: refactor to platform device/driver pairAhmad Fatoum1-7/+42
2021-10-26watchdog: f71808e_wdt: migrate to new kernel watchdog APIAhmad Fatoum2-331/+57
2021-10-26watchdog: f71808e_wdt: rename variant-independent identifiers appropriatelyAhmad Fatoum1-33/+33
2021-10-26watchdog: f71808e_wdt: constify static arrayAhmad Fatoum1-1/+1
2021-10-26watchdog: f71808e_wdt: remove superfluous globalAhmad Fatoum1-3/+2
2021-10-26watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum1-1/+3
2021-10-26watchdog: stm32_iwdg: drop superfluous error messageTang Bin1-3/+1
2021-10-26watchdog: remove dead iop watchdog timer driverLukas Bulwahn3-267/+0
2021-10-26watchdog: Fix OMAP watchdog early handlingWalter Stoll1-1/+5
2021-10-26watchdog: ixp4xx_wdt: Fix address space warningGuenter Roeck1-1/+1
2021-10-26watchdog: sbsa: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-10-26watchdog: sbsa: only use 32-bit accessorsJamie Iles1-2/+2
2021-10-26Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Guenter Roeck1-9/+3
2021-10-08arm64: dts: mediatek: Move reset controller constants into common locationEnric Balletbo i Serra1-3/+3
2021-09-27watchdog/sb_watchdog: fix compilation problem due to COMPILE_TESTJackie Liu1-1/+1
2021-08-22watchdog: ixp4xx: Rewrite driver to use coreLinus Walleij2-165/+119
2021-08-22watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka1-1/+4
2021-08-22watchdog: max63xx_wdt: Add device tree probingLinus Walleij1-4/+20
2021-08-22watchdog: mediatek: mt8195: add wdt supportChristine Zhu1-0/+6
2021-08-22watchdog: tqmx86: Constify static struct watchdog_opsRikard Falkeborn1-1/+1
2021-08-22watchdog: mpc8xxx_wdt: Constify static struct watchdog_opsRikard Falkeborn1-1/+1
2021-08-22watchdog: sl28cpld_wdt: Constify static struct watchdog_opsRikard Falkeborn1-1/+1
2021-08-22watchdog: iTCO_wdt: Fix detection of SMI-off caseJan Kiszka1-1/+1
2021-08-22watchdog: bcm2835_wdt: consider system-power-controller propertyStefan Wahren1-3/+7
2021-08-22watchdog: imx2_wdg: notify wdog core to stop ping worker on suspendGrzegorz Jaszczyk1-0/+1
2021-08-22watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk2-0/+84
2021-08-22watchdog: Fix NULL pointer dereference when releasing cdevCurtis Klein1-1/+2
2021-08-22watchdog: only run driver set_pretimeout op if device supports itCurtis Klein1-1/+1
2021-08-22watchdog: bd70528 drop bd70528 supportMatti Vaittinen3-304/+0