aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds14-448/+1228
2022-01-05watchdog: msc313e: Check if the WDT was running at bootDaniel Palmer1-0/+4
2022-01-05watchdog: Add Apple SoC watchdog driverSven Peter3-0/+239
2022-01-05watchdog: s3c2410: Fix getting the optional clockSam Protsenko1-10/+12
2022-01-05watchdog: s3c2410: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+6
2022-01-05watchdog: mtk_wdt: use platform_get_irq_optionalTzung-Bi Shih1-1/+1
2022-01-05watchdog: Add Watchdog Timer driver for RZ/G2LBiju Das3-0/+272
2022-01-05watchdog: da9063: Add hard dependency on I2CAndrej Picej1-0/+1
2022-01-05watchdog: Add Realtek Otto watchdog timerSander Vanheule3-0/+398
2021-12-28watchdog: s3c2410: Add Exynos850 supportSam Protsenko1-1/+63
2021-12-28watchdog: da9063: use atomic safe i2c transfer in reset handlerYunus Bas1-3/+9
2021-12-28watchdog: davinci: Use div64_ul instead of do_divChangcheng Deng1-1/+1
2021-12-28watchdog: Remove BCM63XX_WDTFlorian Fainelli3-328/+0
2021-12-28watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdtFlorian Fainelli1-0/+7
2021-12-28watchdog: Allow building BCM7038_WDT for BCM63XXFlorian Fainelli1-3/+4
2021-12-28watchdog: bcm7038_wdt: Support platform data configurationFlorian Fainelli1-1/+7
2021-12-28watchdog: meson_gxbb_wdt: remove stop_on_rebootArtem Lapkin1-1/+0
2021-12-28watchdog: Kconfig: fix help text indentationLuca Ceresoli1-24/+24
2021-12-28watchdog: s3c2410: Remove superfluous err labelSam Protsenko1-9/+4
2021-12-28watchdog: s3c2410: Support separate source clockSam Protsenko1-15/+41
2021-12-28watchdog: s3c2410: Cleanup PMU related codeSam Protsenko1-25/+58
2021-12-28watchdog: s3c2410: Add support for WDT counter enable registerSam Protsenko1-1/+27
2021-12-28watchdog: s3c2410: Implement a way to invert mask reg valueSam Protsenko1-1/+4
2021-12-28watchdog: s3c2410: Extract disable and mask code into separate functionsSam Protsenko1-19/+35
2021-12-28watchdog: s3c2410: Make reset disable register optionalSam Protsenko1-9/+13
2021-12-28watchdog: s3c2410: Let kernel kick watchdogSam Protsenko1-11/+15
2021-12-28watchdog: s3c2410: Fail probe if can't find valid timeoutSam Protsenko1-11/+10
2021-12-28watchdog: f71808e_wdt: Add F81966 supportAaeonIot1-2/+8
2021-12-28watchdog: Kconfig: enable MTK watchdogKevin Hilman1-0/+1
2021-12-23watchdog: simatic-ipc-wdt: add new driver for Siemens Industrial PCsHenning Schild3-0/+240
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