aboutsummaryrefslogtreecommitdiff
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 codeGravatar ye xingchen 1-2/+1
2022-05-21watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingGravatar Miaoqian Lin 1-1/+1
2022-05-21watchdog: rti_wdt: Fix calculation and evaluation of preset heartbeatGravatar Jan Kiszka 1-3/+5
2022-03-27watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionGravatar Miaoqian Lin 1-0/+1
2021-10-26watchdog: rti-wdt: Make use of the helper function devm_platform_ioremap_reso...Gravatar Cai Huoqing 1-3/+1
2020-12-13watchdog: rti-wdt: fix reference leak in rti_wdt_probeGravatar Zhang Qilong 1-1/+3
2020-10-14watchdog: rti: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-10/+4
2020-08-05watchdog: rti-wdt: balance pm runtime enable callsGravatar Tero Kristo 1-0/+2
2020-08-05watchdog: rti-wdt: attach to running watchdog during probeGravatar Tero Kristo 1-10/+102
2020-04-01watchdog: Add K3 RTI watchdog supportGravatar Tero Kristo 1-0/+255