summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/stm32_iwdg.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* watchdog: fix division-by-zero when clock rate == 0Ahmad Fatoum2020-10-021-0/+2
* reset: stm32: migrate restart reason and handler from stm32_iwdgAhmad Fatoum2020-02-191-99/+0
* reset_source: migrate from reset_source_name to reset_source_to_stringAhmad Fatoum2020-02-191-1/+1
* Merge branch 'for-next/watchdog'Sascha Hauer2019-12-101-0/+1
|\
| * watchdog: stm32_iwdg: explicitly set .running to UNSUPPORTEDAhmad Fatoum2019-11-251-0/+1
* | watchdog: stm32_iwdg: return -ENOSYS on attempt to disableAhmad Fatoum2019-11-131-1/+1
|/
* watchdog: remove wrong uses of timeout_curAhmad Fatoum2019-10-291-1/+0
* reset_source: drop reset_source_set_instance()Uwe Kleine-König2019-08-281-2/+1
* watchdog: stm32_iwdg: remove left-over commentAhmad Fatoum2019-07-111-5/+0
* watchdog: add stm32 watchdog and reset driverAhmad Fatoum2019-06-191-0/+298