summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2024-08-03watchdog: rzg2l_wdt: Check return status of pm_runtime_put()Claudiu Beznea
2024-08-03watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()Claudiu Beznea
2024-06-16watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety marginJudith Mendez
2024-06-12watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()Chen Ni
2024-06-12watchdog: bd9576: Drop "always-running" propertyMatti Vaittinen
2024-06-12watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_triggerDuoming Zhou
2024-03-26watchdog: stm32_iwdg: initialize default timeoutBen Wolsieffer
2024-03-26watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counterJi Sheng Teoh
2024-02-05watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786Werner Fischer
2024-02-05watchdog: starfive: add lock annotations to fix context imbalancesBen Dooks
2024-01-25watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unusedVignesh Raghavendra
2024-01-25watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handlingStefan Wahren
2024-01-25watchdog/hpwdt: Only claim UNKNOWN NMI if from iLOJerry Hoemann
2024-01-25watchdog: set cdev owner before addingCurtis Klein
2023-11-28sbsa_gwdt: Calculate timeout with 64-bit mathDarren Hart
2023-11-20watchdog: ixp4xx: Make sure restart always worksLinus Walleij
2023-11-20watchdog: marvell_gti_wdt: Fix error code in probe()Dan Carpenter
2023-09-06Merge tag 'linux-watchdog-6.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2023-08-25watchdog: Add support for Amlogic-T7 SoCsHuqiang Qin
2023-08-25watchdog: Add a new struct for Amlogic-GXBB driverHuqiang Qin
2023-08-25watchdog: imx2_wdt: Improve dev_crit() messageFabio Estevam
2023-08-25watchdog: stm32: Drop unnecessary of_match_ptr()Rob Herring
2023-08-23watchdog: simatic: Use idiomatic selection of P2SBAndy Shevchenko
2023-08-19watchdog: sama5d4: readout initial stateMathieu Othacehe
2023-08-19watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav
2023-08-19watchdog: core: stop watchdog when executing poweroff commandMeng Li
2023-08-19watchdog: pm8916_wdt: Remove redundant of_match_ptr()Ruan Jinjie
2023-08-19watchdog: xilinx_wwdt: Use div_u64() in xilinx_wwdt_start()Nathan Chancellor
2023-08-19watchdog: starfive: Remove #ifdef guards for PM related functionsPaul Cercueil
2023-08-19watchdog: s3c2410: Fix potential deadlock on &wdt->lockChengfeng Ye
2023-08-19watchdog:rit_wdt: Add support for WDIOF_CARDRESETLi Hua Qian
2023-08-14watchdog: simatic: add PCI dependencyArnd Bergmann
2023-08-13watchdog: Enable COMPILE_TEST for more driversRob Herring
2023-08-13watchdog: advantech_ec_wdt: fix Kconfig dependenciesFlorent CARLI
2023-08-13watchdog: Explicitly include correct DT includesRob Herring
2023-08-13Watchdog: Add marvell GTI watchdog driverBharat Bhushan
2023-08-13watchdog: menz069_wdt: Remove redundant initialization owner in men_z069_driverLi Zetao
2023-07-31watchdog: make Siemens Simatic watchdog driver default on platformHenning Schild
2023-07-14watchdog: simatic-ipc-wdt: make IO region access of one model muxedHenning Schild
2023-06-26watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)Yuechao Zhao
2023-06-26watchdog: xilinx_wwdt: Add Versal window watchdog supportSrinivas Neeli
2023-06-26watchdog: ziirave_wdt: Switch i2c driver back to use .probe()Uwe Kleine-König
2023-06-26watchdog: ibmasr: Replace GPL license notice with SPDX identifierBagas Sanjaya
2023-06-26watchdog: Convert GPL 2.0 notice to SPDX identifierBagas Sanjaya
2023-06-26watchdog: loongson1_wdt: Add DT supportKeguang Zhang
2023-05-04Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2023-04-29watchdog: dw_wdt: Simplify clk managementChristophe JAILLET
2023-04-29watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET
2023-04-29watchdog: starfive: Fix the warning of starfive_wdt_matchXingyu Wu
2023-04-29watchdog: starfive: Fix the probe return error if PM and early_enable are bot...Xingyu Wu