index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
wdt-uclass.c
Age
Commit message (
Expand
)
Author
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