index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
designware_wdt.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
watchdog: Remove <common.h> and add needed includes
Tom Rini
2024-01-29
treewide: Remove clk_free
Sean Anderson
2022-12-23
global: Migrate CONFIG_DW_WDT_CLOCK_KHZ to CFG
Tom Rini
2022-11-22
watchdog: designware: make reset really optional
Quentin Schulz
2022-07-05
watchdog: designware: Make this depend on WDT
Tom Rini
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