aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/imx7ulp_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-02watchdog: imx93: add watchdog timer on imx93Alice Guo1-5/+28
2022-10-02watchdog: imx7ulp_wdt: init wdog when it was activeJason Liu1-10/+3
2022-10-02watchdog: imx7ulp_wdt: Handle wdog reconfigure failureYe Li1-34/+129
2022-10-02watchdog: imx7ulp_wdt: Fix RCS timeout issueYe Li1-3/+5
2022-10-02watchdog: imx7ulp_wdt: Check CMD32EN in wdog initYe Li1-5/+10
2022-10-02watchdog: imx7ulp: Add explict memory barrier for unlock sequenceJacky Bai1-0/+4
2022-10-02watchdog: imx7ulp: Move suspend/resume to noirq phaseAnson Huang1-4/+6
2020-10-14watchdog: imx7ulp: Watchdog should continue running for wait/stop modeAnson Huang1-1/+4
2020-10-14watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang1-13/+61
2020-03-18watchdog: imx7ulp: Remove unused include of init.hAnson Huang1-1/+0
2019-12-30watchdog: imx7ulp: Fix missing conversion of imx7ulp_wdt_enable()Fabio Estevam1-1/+1
2019-11-18watchdog: imx7ulp: Fix reboot hangFabio Estevam1-0/+16
2019-11-18watchdog: imx7ulp: Use definitions instead of magic valuesFabio Estevam1-1/+4
2019-11-18watchdog: imx7ulp: Remove inline annotationsFabio Estevam1-3/+3
2019-11-18watchdog: imx7ulp: Remove unused structure memberFabio Estevam1-1/+0
2019-11-18watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()Fabio Estevam1-10/+9
2019-09-17watchdog: Add i.MX7ULP watchdog supportAnson Huang1-0/+243