aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/starfive-wdt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-03watchdog: starfive: check watchdog status before enabling in system resumeJi Sheng Teoh1-1/+4
2024-03-03watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counterJi Sheng Teoh1-2/+7
2023-12-17watchdog: starfive: add lock annotations to fix context imbalancesBen Dooks1-0/+2
2023-12-17watchdog: starfive-wdt: Convert to platform remove callback returning voidUwe Kleine-König1-4/+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