aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/stm32_iwdg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probeChristophe Roullier1-0/+18
2019-07-08watchdog: stm32_iwdg: drop warning after registering deviceWolfram Sang1-3/+1
2019-05-05watchdog: stm32: add dynamic prescaler supportLudovic Barre1-37/+47
2019-05-05watchdog: stm32_iwdg: drop warning after calling watchdog_init_timeoutWolfram Sang1-4/+1
2019-05-05watchdog: stm32_iwdg: Convert to use device managed functions and other improvementsGuenter Roeck1-34/+31
2019-05-05watchdog: Convert to use devm_platform_ioremap_resourceGuenter Roeck1-3/+1
2018-08-02watchdog: stm32: add pclk feature for stm32mp1Ludovic Barre1-42/+74
2017-12-28watchdog: stm32: Fix copyrightBenjamin Gaignard1-3/+3
2017-09-09watchdog: stm32_iwdg: constify watchdog_ops structureGustavo A. R. Silva1-1/+1
2017-06-05watchdog: Add STM32 IWDG driverYannick Fertre1-0/+253