summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
...
| * watchdog: dw_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil2022-07-231-4/+2
| * watchdog: bcm7038_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil2022-07-231-5/+3
| * watchdog: realtek-otto: add RTL9310 supportSander Vanheule2022-07-231-0/+1
| * watchdog: sp805_wdt: add arm cmsdk apb wdt supportBing Fan2022-07-231-0/+5
| * watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resourceJean Delvare2022-07-231-0/+1
| * watchdog: max77620: update Luca Ceresoli's e-mail addressLuca Ceresoli2022-07-231-2/+2
| * watchdog: f71808e_wdt: Add check for platform_driver_registerJiasheng Jiang2022-07-231-1/+3
* | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-063-0/+248
|\ \
| * | watchdog/pseries-wdt: initial support for H_WATCHDOG-based watchdog timersScott Cheloha2022-07-203-0/+248
* | | Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-042-7/+9
|\ \ \ | |_|/ |/| |
| * | watchdog: simatic-ipc-wdt: convert to use P2SB accessorHenning Schild2022-07-142-7/+9
| |/
* / 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