~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
wdt-uclass.c
Commit message (
Expand
)
Author
Age
*
watchdog: Drop GD_FLG_WDT_READY as it's not used any more
Stefan Roese
2022-11-22
*
watchdog: introduce a u-boot,autostart property
Rasmus Villemoes
2022-10-24
*
watchdog: Integrate watchdog triggering into the cyclic framework
Stefan Roese
2022-09-18
*
drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
Philippe Reynes
2022-03-08
*
watchdog: Automatically register device with sysreset
Samuel Holland
2021-11-04
*
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-08-31
*
drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTART
Teresa Remmet
2021-07-16
*
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-07-06
*
watchdog: use time_after_eq() in watchdog_reset()
Rasmus Villemoes
2021-04-27
*
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-04-06
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
common: Drop log.h from common header
Simon Glass
2020-05-18
*
watchdog: honour hw_margin_ms DT property
Rasmus Villemoes
2020-04-15
*
watchdog: move initr_watchdog() to wdt-uclass.c
Rasmus Villemoes
2020-04-15
*
watchdog: Handle timer wrap around
Chris Packham
2020-03-16
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
*
watchdog: Implement generic watchdog_reset() version
Stefan Roese
2019-04-26
*
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-07-19
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
*
wdt: Update uclass to make clear that the timeout is in ms
Andy Shevchenko
2017-08-13
*
wdt: Fix spelling Resettting -> Resetting
Andy Shevchenko
2017-07-07
*
dm: Simple Watchdog uclass
maxims@google.com
2017-05-08