summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2021-07-20watchdog: jz4740: Fix return value check in jz4740_wdt_probe()Wei Yongjun1-2/+2
2021-07-20watchdog: aspeed: fix hardware timeout calculationTao Ren1-1/+1
2021-07-20watchdog: keembay: Removed timeout update in the TO ISRShruthi Sanil1-1/+0
2021-07-20watchdog: keembay: Remove timeout update in the WDT start functionShruthi Sanil1-1/+0
2021-07-20watchdog: keembay: Clear either the TO or TH interrupt bitShruthi Sanil1-3/+4
2021-07-20watchdog: keembay: Update pretimeout to zero in the TH ISRShruthi Sanil1-0/+2
2021-07-20watchdog: keembay: Upadate WDT pretimeout for every update in timeoutShruthi Sanil1-0/+1
2021-07-20watchdog: keembay: Update WDT pre-timeout during the initializationShruthi Sanil1-0/+3
2021-07-20watchdog: iTCO_wdt: Account for rebooting on second timeoutJan Kiszka1-3/+9
2021-07-20watchdog: imx_sc_wdt: fix pretimeoutStefan Eichenberger1-7/+4
2021-07-20watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei2-2/+2
2021-07-20watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei1-1/+1
2021-07-20watchdog: Fix possible use-after-free in wdt_startup()Zou Wei1-1/+1
2021-04-10treewide: change my e-mail address, fix my nameMarek Behún1-2/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-3/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+1
2021-02-22Merge tag 'linux-watchdog-5.12-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds16-1416/+354
2021-02-22Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-597/+4
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König1-3/+1
2021-02-07watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQSai Prakash Ranjan1-12/+1
2021-02-07watchdog: mei_wdt: request stop on unregisterAlexander Usyskin1-0/+1
2021-02-07watchdog: remove coh901 driverArnd Bergmann3-420/+0
2021-02-07watchdog: remove tango driverArnd Bergmann3-221/+0
2021-02-07watchdog: remove zte zx driverArnd Bergmann3-290/+0
2021-02-07watchdog: remove sirf atlas driverArnd Bergmann3-232/+0
2021-02-07watchdog: remove sirf prima driverArnd Bergmann3-227/+0
2021-02-07watchdog: mt8192: add wdt supportCrystal Guo1-0/+6
2021-02-07watchdog: mtk_wdt: Remove mtk_wdt_stop() in probe() to prevent the system fre...freddy.hsin1-2/+15
2021-02-07watchdog: renesas_wdt: add grace period before rebootingWolfram Sang1-0/+3
2021-02-07watchdog: stop wdd when watchdog hw running in reboot_notifierZhao Qiang1-1/+1
2021-02-07watchdog: ziirave_wdt: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-02-07watchdog: renesas_wdt: don't sleep in atomic contextWolfram Sang1-6/+24
2021-02-07watchdog: hpwdt: Assign boolean values to a bool variableJiapeng Zhong1-3/+3
2021-02-07watchdog: Add watchdog driver for Intel Keembay SocVijayakannan Ayyathurai3-0/+300
2021-02-07watchdog: it8712f_wdt: remove definition of DEBUGTom Rix1-1/+0
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König1-3/+1
2021-01-26watchdog: pcwd: drop always-false if from remove callbackUwe Kleine-König1-3/+0
2021-01-25watchdog: intel-mid_wdt: Postpone IRQ handler registration till SCU is readyAndy Shevchenko1-4/+4
2021-01-25watchdog: intel_scu_watchdog: Remove driver for deprecated platformAndy Shevchenko4-593/+0
2020-12-24Merge tag 'linux-watchdog-5.11-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds15-369/+92
2020-12-17watchdog: convert comma to semicolonZheng Yongjun1-2/+2
2020-12-17watchdog: iTCO_wdt: use dev_*() instead of pr_*() for loggingEnrico Weigelt, metux IT consult1-10/+8
2020-12-17watchdog: coh901327: add COMMON_CLK dependencyArnd Bergmann1-1/+1
2020-12-17watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam1-1/+1
2020-12-13watchdog: iTCO_wdt: use module_platform_device() macroEnrico Weigelt, metux IT consult1-15/+1
2020-12-13watchdog: Fix potential dereferencing of null pointerWang Wensheng1-9/+13
2020-12-13watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1Wong Vee Khee1-3/+3
2020-12-13watchdog/hpwdt: Reflect changesJerry Hoemann1-1/+1