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
/
wdt-uclass.c
Age
Commit message (
Expand
)
Author
2022-11-22
watchdog: Drop GD_FLG_WDT_READY as it's not used any more
Stefan Roese
2022-10-24
watchdog: introduce a u-boot,autostart property
Rasmus Villemoes
2022-09-18
watchdog: Integrate watchdog triggering into the cyclic framework
Stefan Roese
2022-03-08
drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
Philippe Reynes
2021-11-04
watchdog: Automatically register device with sysreset
Samuel Holland
2021-08-31
watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: add wdt_stop_all() helper
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: keep track of each device's running state
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: refactor initr_watchdog()
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definition
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: introduce struct wdt_priv
Rasmus Villemoes
2021-08-31
watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()
Rasmus Villemoes
2021-07-16
drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART
Teresa Remmet
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-04-27
watchdog: use time_after_eq() in watchdog_reset()
Rasmus Villemoes
2021-04-06
watchdog: Allow to use CONFIG_WDT without starting watchdog
Pali Rohár
2021-04-06
watchdog: Show error message when initr_watchdog() cannot start watchdog
Pali Rohár
2021-04-06
watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
Pali Rohár
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-04-15
watchdog: honour hw_margin_ms DT property
Rasmus Villemoes
2020-04-15
watchdog: move initr_watchdog() to wdt-uclass.c
Rasmus Villemoes
2020-03-16
watchdog: Handle timer wrap around
Chris Packham
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2019-04-26
watchdog: Implement generic watchdog_reset() version
Stefan Roese
2018-07-19
watchdog: dm: Support manual relocation for watchdogs
Michal Simek
2018-07-19
watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIAS
Michal Simek
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-08-13
wdt: Update uclass to make clear that the timeout is in ms
Andy Shevchenko
2017-07-07
wdt: Fix spelling Resettting -> Resetting
Andy Shevchenko
2017-05-08
dm: Simple Watchdog uclass
maxims@google.com