summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2022-01-1714-448/+1228
|\
| * watchdog: msc313e: Check if the WDT was running at bootDaniel Palmer2022-01-051-0/+4
| * watchdog: Add Apple SoC watchdog driverSven Peter2022-01-053-0/+239
| * watchdog: s3c2410: Fix getting the optional clockSam Protsenko2022-01-051-10/+12
| * watchdog: s3c2410: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-8/+6
| * watchdog: mtk_wdt: use platform_get_irq_optionalTzung-Bi Shih2022-01-051-1/+1
| * watchdog: Add Watchdog Timer driver for RZ/G2LBiju Das2022-01-053-0/+272
| * watchdog: da9063: Add hard dependency on I2CAndrej Picej2022-01-051-0/+1
| * watchdog: Add Realtek Otto watchdog timerSander Vanheule2022-01-053-0/+398
| * watchdog: s3c2410: Add Exynos850 supportSam Protsenko2021-12-281-1/+63
| * watchdog: da9063: use atomic safe i2c transfer in reset handlerYunus Bas2021-12-281-3/+9
| * watchdog: davinci: Use div64_ul instead of do_divChangcheng Deng2021-12-281-1/+1
| * watchdog: Remove BCM63XX_WDTFlorian Fainelli2021-12-283-328/+0
| * watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdtFlorian Fainelli2021-12-281-0/+7
| * watchdog: Allow building BCM7038_WDT for BCM63XXFlorian Fainelli2021-12-281-3/+4
| * watchdog: bcm7038_wdt: Support platform data configurationFlorian Fainelli2021-12-281-1/+7
| * watchdog: meson_gxbb_wdt: remove stop_on_rebootArtem Lapkin2021-12-281-1/+0
| * watchdog: Kconfig: fix help text indentationLuca Ceresoli2021-12-281-24/+24
| * watchdog: s3c2410: Remove superfluous err labelSam Protsenko2021-12-281-9/+4
| * watchdog: s3c2410: Support separate source clockSam Protsenko2021-12-281-15/+41
| * watchdog: s3c2410: Cleanup PMU related codeSam Protsenko2021-12-281-25/+58
| * watchdog: s3c2410: Add support for WDT counter enable registerSam Protsenko2021-12-281-1/+27
| * watchdog: s3c2410: Implement a way to invert mask reg valueSam Protsenko2021-12-281-1/+4
| * watchdog: s3c2410: Extract disable and mask code into separate functionsSam Protsenko2021-12-281-19/+35
| * watchdog: s3c2410: Make reset disable register optionalSam Protsenko2021-12-281-9/+13
| * watchdog: s3c2410: Let kernel kick watchdogSam Protsenko2021-12-281-11/+15
| * watchdog: s3c2410: Fail probe if can't find valid timeoutSam Protsenko2021-12-281-11/+10
| * watchdog: f71808e_wdt: Add F81966 supportAaeonIot2021-12-281-2/+8
| * watchdog: Kconfig: enable MTK watchdogKevin Hilman2021-12-281-0/+1
* | watchdog: simatic-ipc-wdt: add new driver for Siemens Industrial PCsHenning Schild2021-12-233-0/+240
|/
* Merge tag 'linux-watchdog-5.16-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2021-11-1018-764/+334
|\
| * watchdog: db8500_wdt: Rename symbolsLinus Walleij2021-11-011-38/+38
| * watchdog: db8500_wdt: Rename driverLinus Walleij2021-11-013-5/+5
| * watchdog: ux500_wdt: Drop platform dataLinus Walleij2021-11-011-11/+2
| * watchdog: bcm63xx_wdt: fix fallthrough warningRafał Miłecki2021-10-271-0/+2
| * watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg2021-10-261-2/+11
| * watchdog: s3c2410: describe driver in KConfigKrzysztof Kozlowski2021-10-261-3/+5
| * watchdog: sp5100_tco: Add support for get_timeleftThomas Weißschuh2021-10-261-0/+9
| * watchdog: mtk: add disable_wdt_extrst supportFengquan Chen2021-10-261-0/+7
| * watchdog: rza_wdt: Use semicolons instead of commasGeert Uytterhoeven2021-10-261-2/+2
| * watchdog: mlx-wdt: Use regmap_write_bits()Philipp Zabel2021-10-261-3/+2
| * watchdog: rti-wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing2021-10-261-3/+1
| * watchdog: iTCO_wdt: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-10-261-5/+1
| * watchdog: ar7_wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing2021-10-261-5/+1
| * watchdog: sunxi_wdt: Add support for D1Samuel Holland2021-10-261-1/+19
| * ar7: fix kernel builds for compiler testJackie Liu2021-10-261-1/+1
| * watchdog: meson_gxbb_wdt: add timeout parameterArtem Lapkin2021-10-261-0/+6
| * watchdog: meson_gxbb_wdt: add nowayout parameterArtem Lapkin2021-10-261-0/+6
| * watchdog: da9062: da9063: prevent pings ahead of machine resetPrimoz Fiser2021-10-262-0/+14
| * watchdog: f71808e_wdt: dynamically allocate watchdog driver dataAhmad Fatoum2021-10-261-87/+111