summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2023-10-06watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg
2023-10-06watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg
2023-09-19watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav
2023-08-26watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)Yuechao Zhao
2023-06-09watchdog: menz069_wdt: fix watchdog initialisationJohannes Thumshirn
2023-05-30watchdog: sp5100_tco: Immediately trigger upon starting.Gregory Oakes
2023-05-17watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET
2023-03-11watchdog: sbsa_wdog: Make sure the timeout programming is within the limitsGeorge Cherian
2023-03-11watchdog: pcwd_usb: Fix attempting to access uninitialized memoryLi Hua
2023-03-11watchdog: Fix kmemleak in watchdog_cdev_registerChen Jun
2023-03-11watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in e...ruanjinjie
2023-02-09watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov
2023-02-09watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov
2022-08-17watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada...William Dean
2022-08-17watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resourceJean Delvare
2022-06-14watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng
2022-06-14watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin
2022-06-14watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin
2022-05-25Watchdog: sp5100_tco: Enable Family 17h+ CPUsTerry Bowman
2022-05-25Watchdog: sp5100_tco: Add initialization using EFCH MMIOTerry Bowman
2022-05-25Watchdog: sp5100_tco: Refactor MMIO base address initializationTerry Bowman
2022-05-25Watchdog: sp5100_tco: Move timer initialization into functionTerry Bowman
2022-04-08watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin
2021-11-18ar7: fix kernel builds for compiler testJackie Liu
2021-11-18watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum
2021-10-26watchdog: Fix OMAP watchdog early handlingWalter Stoll
2021-10-26watchdog: ixp4xx_wdt: Fix address space warningGuenter Roeck
2021-10-26watchdog: sbsa: drop unneeded MODULE_ALIASKrzysztof Kozlowski
2021-10-26watchdog: sbsa: only use 32-bit accessorsJamie Iles
2021-10-26Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Guenter Roeck
2021-09-27watchdog/sb_watchdog: fix compilation problem due to COMPILE_TESTJackie Liu
2021-08-22watchdog: ixp4xx: Rewrite driver to use coreLinus Walleij
2021-08-22watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka
2021-08-22watchdog: max63xx_wdt: Add device tree probingLinus Walleij
2021-08-22watchdog: mediatek: mt8195: add wdt supportChristine Zhu
2021-08-22watchdog: tqmx86: Constify static struct watchdog_opsRikard Falkeborn
2021-08-22watchdog: mpc8xxx_wdt: Constify static struct watchdog_opsRikard Falkeborn
2021-08-22watchdog: sl28cpld_wdt: Constify static struct watchdog_opsRikard Falkeborn
2021-08-22watchdog: iTCO_wdt: Fix detection of SMI-off caseJan Kiszka
2021-08-22watchdog: bcm2835_wdt: consider system-power-controller propertyStefan Wahren
2021-08-22watchdog: imx2_wdg: notify wdog core to stop ping worker on suspendGrzegorz Jaszczyk
2021-08-22watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk
2021-08-22watchdog: Fix NULL pointer dereference when releasing cdevCurtis Klein
2021-08-22watchdog: only run driver set_pretimeout op if device supports itCurtis Klein
2021-08-22watchdog: bd70528 drop bd70528 supportMatti Vaittinen
2021-07-07Merge tag 'linux-watchdog-5.14-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-22mei: fix kdoc in the driverTamar Mashiah
2021-06-21watchdog: iTCO_wdt: use dev_err() instead of pr_err()Enrico Weigelt, metux IT consult