summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/rti_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-02watchdog: rti-wdt:using the pm_runtime_resume_and_get to simplify the codeye xingchen1-2/+1
2022-05-21watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-05-21watchdog: rti_wdt: Fix calculation and evaluation of preset heartbeatJan Kiszka1-3/+5
2022-03-27watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin1-0/+1
2021-10-26watchdog: rti-wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2020-12-13watchdog: rti-wdt: fix reference leak in rti_wdt_probeZhang Qilong1-1/+3
2020-10-14watchdog: rti: Simplify with dev_err_probe()Krzysztof Kozlowski1-10/+4
2020-08-05watchdog: rti-wdt: balance pm runtime enable callsTero Kristo1-0/+2
2020-08-05watchdog: rti-wdt: attach to running watchdog during probeTero Kristo1-10/+102
2020-04-01watchdog: Add K3 RTI watchdog supportTero Kristo1-0/+255