summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2022-06-09watchdog: gxp: Add missing MODULE_LICENSEGuenter Roeck
2022-06-02Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-21watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin
2022-05-21watchdog: Add Renesas RZ/N1 Watchdog driverPhil Edworthy
2022-05-21watchdog: wdat_wdt: Stop watchdog when uninstalling moduleLiu Xinpeng
2022-05-21watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng
2022-05-21watchdog: wdat_wdt: Using the existing function to check parameter timeoutLiu Xinpeng
2022-05-21watchdog: iTCO_wdt: Using existing macro define covers more scenariosLiu Xinpeng
2022-05-21watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin
2022-05-21watchdog: rti_wdt: Fix calculation and evaluation of preset heartbeatJan Kiszka
2022-05-21watchdog: sp805: disable watchdog on removeEliav Farber
2022-05-21watchdog: da9063: optionally disable watchdog during suspendPrimoz Fiser
2022-05-18watchdog: hpe-wdt: Introduce HPE GXP WatchdogNick Hawkins
2022-05-08watchdog: Add watchdog driver for Sunplus SP7021Xiantao Hu
2022-05-08watchdog: rzg2l_wdt: Add set_timeout callbackBiju Das
2022-05-08watchdog: rzg2l_wdt: Use force reset for WDT resetBiju Das
2022-05-08watchdog: rzg2l_wdt: Add error check for reset_control_deassertBiju Das
2022-05-08watchdog: rzg2l_wdt: Fix reset control imbalanceBiju Das
2022-05-08watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context'Biju Das
2022-05-08watchdog: rzg2l_wdt: Fix Runtime PM usageBiju Das
2022-05-08watchdog: rzg2l_wdt: Fix 32bit overflow issueBiju Das
2022-05-08watchdog: mtk_wdt: mt7986: Add toprgu reset controller supportSam Shih
2022-05-08watchdog: bcm7038_wdt: Support BCM6345 compatible stringRafał Miłecki
2022-05-08watchdog: mediatek: mt8186: add wdt supportRunyang Chen
2022-04-19watchdog: sa1100: use platform device registrationArnd Bergmann
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann
2022-03-31Merge tag 'linux-watchdog-5.18-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2022-03-27Watchdog: sp5100_tco: Enable Family 17h+ CPUsTerry Bowman
2022-03-27Watchdog: sp5100_tco: Add initialization using EFCH MMIOTerry Bowman
2022-03-27Watchdog: sp5100_tco: Refactor MMIO base address initializationTerry Bowman
2022-03-27Watchdog: sp5100_tco: Move timer initialization into functionTerry Bowman
2022-03-27watchdog: ixp4xx: Implement restartLinus Walleij
2022-03-27watchdog: orion_wdt: support pretimeout on Armada-XPChris Packham
2022-03-27watchdog: allow building BCM7038_WDT for BCM4908Rafał Miłecki
2022-03-27watchdog: renesas_wdt: Add R-Car Gen4 supportThanh Quan
2022-03-27watchdog: Improve watchdog_dev function documentationDaniel Bristot de Oliveira
2022-03-27watchdog: aspeed: add nowayout supportEduardo Valentin
2022-03-27watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin
2022-03-27watchdog: imx2_wdg: Alow ping on suspendAlistair Francis
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2022-03-07watchdog: max77620: Add comment to clarify set_timeout procedureLuca Ceresoli
2022-03-07watchdog: max77620: Add support for the max77714 variantLuca Ceresoli
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2022-01-05watchdog: msc313e: Check if the WDT was running at bootDaniel Palmer
2022-01-05watchdog: Add Apple SoC watchdog driverSven Peter
2022-01-05watchdog: s3c2410: Fix getting the optional clockSam Protsenko
2022-01-05watchdog: s3c2410: Use platform_get_irq() to get the interruptLad Prabhakar
2022-01-05watchdog: mtk_wdt: use platform_get_irq_optionalTzung-Bi Shih