summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/starfive-wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: starfive: check watchdog status before enabling in system resumeJi Sheng Teoh2024-03-031-1/+4
* watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counterJi Sheng Teoh2024-03-031-2/+7
* watchdog: starfive: add lock annotations to fix context imbalancesBen Dooks2023-12-171-0/+2
* watchdog: starfive-wdt: Convert to platform remove callback returning voidUwe Kleine-König2023-12-171-4/+2
* watchdog: starfive: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-191-7/+3
* watchdog: Explicitly include correct DT includesRob Herring2023-08-131-1/+2
* watchdog: starfive: Fix the warning of starfive_wdt_matchXingyu Wu2023-04-291-1/+1
* watchdog: starfive: Fix the probe return error if PM and early_enable are bot...Xingyu Wu2023-04-291-1/+1
* drivers: watchdog: Add StarFive Watchdog driverXingyu Wu2023-04-221-0/+606