summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: gxp: Add missing MODULE_LICENSEGuenter Roeck2022-06-091-0/+1
* Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2022-06-023-0/+186
|\
| * watchdog: hpe-wdt: Introduce HPE GXP WatchdogNick Hawkins2022-05-183-0/+186
* | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-25/+63
|\ \
| * | watchdog: sa1100: use platform device registrationArnd Bergmann2022-04-191-24/+63
| * | ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+0
| |/
* | watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin2022-05-211-1/+4
* | watchdog: Add Renesas RZ/N1 Watchdog driverPhil Edworthy2022-05-213-0/+212
* | watchdog: wdat_wdt: Stop watchdog when uninstalling moduleLiu Xinpeng2022-05-211-0/+1
* | watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng2022-05-211-0/+1
* | watchdog: wdat_wdt: Using the existing function to check parameter timeoutLiu Xinpeng2022-05-211-2/+2
* | watchdog: iTCO_wdt: Using existing macro define covers more scenariosLiu Xinpeng2022-05-211-13/+7
* | watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin2022-05-211-1/+1
* | watchdog: rti_wdt: Fix calculation and evaluation of preset heartbeatJan Kiszka2022-05-211-3/+5
* | watchdog: sp805: disable watchdog on removeEliav Farber2022-05-211-0/+1
* | watchdog: da9063: optionally disable watchdog during suspendPrimoz Fiser2022-05-211-0/+36
* | watchdog: Add watchdog driver for Sunplus SP7021Xiantao Hu2022-05-083-0/+232
* | watchdog: rzg2l_wdt: Add set_timeout callbackBiju Das2022-05-081-0/+20
* | watchdog: rzg2l_wdt: Use force reset for WDT resetBiju Das2022-05-081-7/+7
* | watchdog: rzg2l_wdt: Add error check for reset_control_deassertBiju Das2022-05-081-1/+4
* | watchdog: rzg2l_wdt: Fix reset control imbalanceBiju Das2022-05-081-2/+1
* | watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context'Biju Das2022-05-081-12/+13
* | watchdog: rzg2l_wdt: Fix Runtime PM usageBiju Das2022-05-081-14/+2
* | watchdog: rzg2l_wdt: Fix 32bit overflow issueBiju Das2022-05-081-1/+1
* | watchdog: mtk_wdt: mt7986: Add toprgu reset controller supportSam Shih2022-05-081-0/+6
* | watchdog: bcm7038_wdt: Support BCM6345 compatible stringRafał Miłecki2022-05-081-0/+1
* | watchdog: mediatek: mt8186: add wdt supportRunyang Chen2022-05-081-0/+6
|/
* Merge tag 'linux-watchdog-5.18-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2022-03-3110-246/+404
|\
| * Watchdog: sp5100_tco: Enable Family 17h+ CPUsTerry Bowman2022-03-272-12/+5
| * Watchdog: sp5100_tco: Add initialization using EFCH MMIOTerry Bowman2022-03-272-1/+104
| * Watchdog: sp5100_tco: Refactor MMIO base address initializationTerry Bowman2022-03-272-74/+82
| * Watchdog: sp5100_tco: Move timer initialization into functionTerry Bowman2022-03-271-29/+36
| * watchdog: ixp4xx: Implement restartLinus Walleij2022-03-271-0/+14
| * watchdog: orion_wdt: support pretimeout on Armada-XPChris Packham2022-03-271-4/+9
| * watchdog: allow building BCM7038_WDT for BCM4908Rafał Miłecki2022-03-271-1/+1
| * watchdog: renesas_wdt: Add R-Car Gen4 supportThanh Quan2022-03-271-0/+1
| * watchdog: Improve watchdog_dev function documentationDaniel Bristot de Oliveira2022-03-271-119/+125
| * watchdog: aspeed: add nowayout supportEduardo Valentin2022-03-271-0/+7
| * watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin2022-03-271-0/+1
| * watchdog: imx2_wdg: Alow ping on suspendAlistair Francis2022-03-271-7/+20
* | Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2022-03-252-17/+70
|\ \
| * | watchdog: max77620: Add comment to clarify set_timeout procedureLuca Ceresoli2022-03-071-0/+5
| * | watchdog: max77620: Add support for the max77714 variantLuca Ceresoli2022-03-072-17/+65
| |/
* / MIPS: Remove TX39XX supportThomas Bogendoerfer2022-03-011-1/+1
|/
* 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