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
/
wdt-uclass.c
Age
Commit message (
Expand
)
Author
2026-02-17
treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage
Peng Fan
2025-07-30
watchdog: wdt-uclass.c: add wdt_set_force_autostart() helper
Antonio Borneo
2024-06-16
wdt-uclass: watchdog_reset cleanup
Rasmus Villemoes
2024-06-16
cyclic: make clients embed a struct cyclic_info in their own data structure
Rasmus Villemoes
2024-06-16
wdt-uclass: prevent multiple cyclic_register calls
Rasmus Villemoes
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
2023-12-04
watchdog: Correct watchdog timeout print message
Chanho Park
2023-09-14
wdt: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
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
[email protected]