summaryrefslogtreecommitdiff
path: root/drivers/watchdog/starfive-wdt.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04watchdog: starfive-wdt: Fix PM reference leak in probe error pathKery Qi1-1/+1
2026-01-11watchdog: starfive: Fix resource leak in probe error pathHaotian Zhang1-1/+3
2024-03-27watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counterJi Sheng Teoh1-2/+7
2024-02-05watchdog: starfive: add lock annotations to fix context imbalancesBen Dooks1-0/+2
2023-08-19watchdog: starfive: Remove #ifdef guards for PM related functionsPaul Cercueil1-7/+3
2023-08-13watchdog: Explicitly include correct DT includesRob Herring1-1/+2
2023-04-29watchdog: starfive: Fix the warning of starfive_wdt_matchXingyu Wu1-1/+1
2023-04-29watchdog: starfive: Fix the probe return error if PM and early_enable are bot...Xingyu Wu1-1/+1
2023-04-22drivers: watchdog: Add StarFive Watchdog driverXingyu Wu1-0/+606