summaryrefslogtreecommitdiff
path: root/drivers/watchdog/designware_wdt.c
AgeCommit message (Expand)Author
2022-07-05watchdog: designware: Make this depend on WDTTom Rini
2021-09-20wdt: dw: Fix passing NULL pointer to reset functionsSean Anderson
2021-07-16driver: watchdog: reset watchdog in designware_wdt_stop() functionMengLi
2021-04-08wdt: dw: Free the clock on errorSean Anderson
2021-04-08wdt: dw: Enable the clock before using itSean Anderson
2021-04-08wdt: dw: Switch to if(CONFIG()) instead of using #ifSean Anderson
2021-04-08wdt: dw: Switch to using fls for log2Sean Anderson
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-08wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-02-05watchdog: designware: Optionally fetch clock and reset from DTMarek Vasut
2020-02-05watchdog: designware: Convert to DM and DT probingMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-07wdt: Unify option of timeout valueAndy Shevchenko
2014-07-05watchdog/denali: Adding DesignWare watchdog driver supportChin Liang See