summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/designware_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* wdt: dw: Free the clock on errorSean Anderson2021-04-081-5/+13
* wdt: dw: Enable the clock before using itSean Anderson2021-04-081-0/+4
* wdt: dw: Switch to if(CONFIG()) instead of using #ifSean Anderson2021-04-081-9/+9
* wdt: dw: Switch to using fls for log2Sean Anderson2021-04-081-2/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell2020-10-081-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* watchdog: designware: Optionally fetch clock and reset from DTMarek Vasut2020-02-051-7/+33
* watchdog: designware: Convert to DM and DT probingMarek Vasut2020-02-051-23/+99
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* wdt: Unify option of timeout valueAndy Shevchenko2017-07-071-1/+1
* watchdog/denali: Adding DesignWare watchdog driver supportChin Liang See2014-07-051-0/+74