index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
designware_wdt.c
Age
Commit message (
Expand
)
Author
2021-09-20
wdt: dw: Fix passing NULL pointer to reset functions
Sean Anderson
2021-07-16
driver: watchdog: reset watchdog in designware_wdt_stop() function
MengLi
2021-04-08
wdt: dw: Free the clock on error
Sean Anderson
2021-04-08
wdt: dw: Enable the clock before using it
Sean Anderson
2021-04-08
wdt: dw: Switch to if(CONFIG()) instead of using #if
Sean Anderson
2021-04-08
wdt: dw: Switch to using fls for log2
Sean Anderson
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-10-08
wdt: designware: fix timeout calculation due to expecting KHz
Jack Mitchell
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-02-05
watchdog: designware: Optionally fetch clock and reset from DT
Marek Vasut
2020-02-05
watchdog: designware: Convert to DM and DT probing
Marek Vasut
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-07-07
wdt: Unify option of timeout value
Andy Shevchenko
2014-07-05
watchdog/denali: Adding DesignWare watchdog driver support
Chin Liang See