summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/dw_wdt.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
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-5/+1
* watchdog: dw_wdt: fix resource reservation error checkAhmad Fatoum2021-06-211-2/+3
* watchdog: dw_wdt: denote message to debug levelSascha Hauer2021-06-111-1/+1
* watchdog: dw_wdt: set maximum timeoutSascha Hauer2021-06-111-4/+5
* watchdog: dw_wdt: Detect if running initiallySascha Hauer2021-06-111-0/+3
* watchdog: dw_wdt: Write counter restart registerSascha Hauer2021-06-111-0/+3
* watchdog: fix division-by-zero when clock rate == 0Ahmad Fatoum2020-10-021-7/+12
* watchdog: dw_wdt: remove duplicated error messageAhmad Fatoum2020-02-121-1/+1
* watchdog: dw_wdt: inform user on missing reset control lineAhmad Fatoum2020-02-121-4/+6
* watchdog: dw_wdt: populate driver_d.nameAhmad Fatoum2020-02-121-0/+1
* watchdog: rename dev to hwdevSascha Hauer2018-03-221-2/+2
* watchdog: add designware driverSteffen Trumtrar2016-11-031-0/+193