summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2020-06-24watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller1-5/+0
2020-06-17watchdog: imx_sc_wdt: Fix reboot on crashFabio Estevam1-0/+5
2020-04-29watchdog: reset last_hw_keepalive time at startTero Kristo1-0/+1
2020-04-23watchdog: sp805: fix restart handlerMichael Walle1-0/+4
2020-04-08watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optionalMika Westerberg1-12/+16
2020-04-08watchdog: iTCO_wdt: Export vendorsupportMika Westerberg2-7/+11
2020-03-21ACPI: watchdog: Set default timeout in probeMika Westerberg1-0/+23
2020-03-12watchdog: da9062: do not ping the hw during stop()Marco Felsch1-7/+0
2020-03-05ACPI: watchdog: Fix gas->access_width usageMika Westerberg1-1/+1
2020-02-15drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probeChristophe Roullier1-0/+18
2020-02-15watchdog: qcom: Use platform_get_irq_optional() for bark irqSai Prakash Ranjan1-1/+1
2020-02-11watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2-35/+36
2020-02-01watchdog: orion: fix platform_get_irq() complaintsRussell King1-2/+2
2020-02-01watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade1-0/+1
2020-02-01watchdog: max77620_wdt: fix potential build errorsDavid Engraf1-0/+1
2020-01-26watchdog: sprd: Fix the incorrect pointer getting from driver dataShuiqing Li1-4/+2
2020-01-09watchdog: tqmx86_wdt: Fix build errorYueHaibing1-0/+1
2020-01-04watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao1-38/+32
2020-01-04watchdog: prevent deferral of watchdogd wakeup on RTJulia Cartwright1-4/+6
2020-01-04watchdog: imx7ulp: Fix reboot hangFabio Estevam1-0/+16
2019-12-13watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley1-6/+10
2019-11-05watchdog: bd70528: Add MODULE_ALIAS to allow module auto loadingMatti Vaittinen1-0/+1
2019-11-05watchdog: imx_sc_wdt: Pretimeout should follow SCU firmware formatAnson Huang1-1/+7
2019-11-05watchdog: meson: Fix the wrong value of left timeXingyu Chen1-2/+2
2019-11-05watchdog: pm8916_wdt: fix pretimeout registration flowJorge Ramirez-Ortiz1-4/+11
2019-11-05watchdog: cpwd: fix build regressionArnd Bergmann1-1/+7
2019-09-27Merge tag 'linux-watchdog-5.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds17-889/+648
2019-09-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-2/+24
2019-09-17watchdog: f71808e_wdt: Add F81803 supportJaret Cantu2-3/+18
2019-09-17watchdog: qcom: remove unnecessary variable from private storageJorge Ramirez-Ortiz1-8/+7
2019-09-17watchdog: qcom: support pre-timeout when the bark irq is availableJorge Ramirez-Ortiz1-5/+64
2019-09-17watchdog: imx_sc: this patch just fixes whitespacesOliver Graute1-2/+2
2019-09-17watchdog: aspeed: add support for dual bootIvan Mikhaylov1-1/+64
2019-09-17watchdog: orion_wdt: use timer1 as a pretimeoutChris Packham1-13/+53
2019-09-17watchdog: Add i.MX7ULP watchdog supportAnson Huang3-0/+257
2019-09-17watchdog: aspeed: Add support for AST2600Ryan Chen1-1/+3
2019-09-17watchdog: ziirave_wdt: Update checked I2C functionality maskAndrey Smirnov1-1/+4
2019-09-17watchdog: ziirave_wdt: Drop ziirave_firm_write_block_data()Andrey Smirnov1-22/+9
2019-09-17watchdog: ziirave_wdt: Fix DOWNLOAD_START payloadAndrey Smirnov1-8/+7
2019-09-17watchdog: ziirave_wdt: Drop status polling codeAndrey Smirnov1-21/+7
2019-09-17watchdog: ziirave_wdt: Fix RESET_PROCESSOR payloadAndrey Smirnov1-2/+4
2019-09-17watchdog: ziirave_wdt: Fix DOWNLOAD_END payloadAndrey Smirnov1-1/+1
2019-09-17watchdog: ziirave_wdt: Fix JUMP_TO_BOOTLOADER payloadAndrey Smirnov1-2/+5
2019-09-17watchdog: ziirave_wdt: Fix misleading error messageAndrey Smirnov1-1/+1
2019-09-17watchdog: ziirave_wdt: Don't try to program readonly flashAndrey Smirnov1-9/+24
2019-09-17watchdog: ziirave_wdt: Don't read out more than 'len' firmware bytesAndrey Smirnov1-2/+4
2019-09-17watchdog: ziirave_wdt: Don't check if ihex record length is zeroAndrey Smirnov1-8/+0
2019-09-17watchdog: ziirave_wdt: Make use of put_unaligned_le16Andrey Smirnov1-4/+4
2019-09-17watchdog: ziirave_wdt: Zero out only what's necessaryAndrey Smirnov1-2/+1
2019-09-17watchdog: ziirave_wdt: Fix incorrect use of ARRAY_SIZEAndrey Smirnov1-3/+3