summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/rti_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog:rit_wdt: Add support for WDIOF_CARDRESETLi Hua Qian2023-08-191-0/+48
* watchdog: rti: Convert to platform remove callback returning voidUwe Kleine-König2023-04-221-4/+2
* watchdog: rti-wdt:using the pm_runtime_resume_and_get to simplify the codeye xingchen2022-10-021-2/+1
* watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin2022-05-211-1/+1
* watchdog: rti_wdt: Fix calculation and evaluation of preset heartbeatJan Kiszka2022-05-211-3/+5
* watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin2022-03-271-0/+1
* watchdog: rti-wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing2021-10-261-3/+1
* watchdog: rti-wdt: fix reference leak in rti_wdt_probeZhang Qilong2020-12-131-1/+3
* watchdog: rti: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-10/+4
* watchdog: rti-wdt: balance pm runtime enable callsTero Kristo2020-08-051-0/+2
* watchdog: rti-wdt: attach to running watchdog during probeTero Kristo2020-08-051-10/+102
* watchdog: Add K3 RTI watchdog supportTero Kristo2020-04-011-0/+255