summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/imx7ulp_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: imx7ulp: Use devm_clk_get_enabled() helperChristophe JAILLET2023-02-121-14/+1
* watchdog: imx93: add watchdog timer on imx93Alice Guo2022-10-021-5/+28
* watchdog: imx7ulp_wdt: init wdog when it was activeJason Liu2022-10-021-10/+3
* watchdog: imx7ulp_wdt: Handle wdog reconfigure failureYe Li2022-10-021-34/+129
* watchdog: imx7ulp_wdt: Fix RCS timeout issueYe Li2022-10-021-3/+5
* watchdog: imx7ulp_wdt: Check CMD32EN in wdog initYe Li2022-10-021-5/+10
* watchdog: imx7ulp: Add explict memory barrier for unlock sequenceJacky Bai2022-10-021-0/+4
* watchdog: imx7ulp: Move suspend/resume to noirq phaseAnson Huang2022-10-021-4/+6
* watchdog: imx7ulp: Watchdog should continue running for wait/stop modeAnson Huang2020-10-141-1/+4
* watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang2020-10-141-13/+61
* watchdog: imx7ulp: Remove unused include of init.hAnson Huang2020-03-181-1/+0
* watchdog: imx7ulp: Fix missing conversion of imx7ulp_wdt_enable()Fabio Estevam2019-12-301-1/+1
* watchdog: imx7ulp: Fix reboot hangFabio Estevam2019-11-181-0/+16
* watchdog: imx7ulp: Use definitions instead of magic valuesFabio Estevam2019-11-181-1/+4
* watchdog: imx7ulp: Remove inline annotationsFabio Estevam2019-11-181-3/+3
* watchdog: imx7ulp: Remove unused structure memberFabio Estevam2019-11-181-1/+0
* watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()Fabio Estevam2019-11-181-10/+9
* watchdog: Add i.MX7ULP watchdog supportAnson Huang2019-09-171-0/+243