summaryrefslogtreecommitdiff
path: root/drivers/watchdog/wdt-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-04watchdog: Automatically register device with sysresetSamuel Holland1-0/+8
2021-08-31watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes1-20/+36
2021-08-31watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes1-0/+25
2021-08-31watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes1-4/+16
2021-08-31watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes1-16/+21
2021-08-31watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes1-4/+4
2021-08-31watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes1-20/+54
2021-08-31watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes1-3/+1
2021-07-16drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-04-27watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes1-1/+1
2021-04-06watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár1-0/+5
2021-04-06watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár1-1/+7
2021-04-06watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár1-3/+12
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-15watchdog: honour hw_margin_ms DT propertyRasmus Villemoes1-1/+10
2020-04-15watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes1-0/+33
2020-03-16watchdog: Handle timer wrap aroundChris Packham1-1/+2
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-0/+26
2018-07-19watchdog: dm: Support manual relocation for watchdogsMichal Simek1-0/+23
2018-07-19watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-08-13wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko1-2/+2
2017-07-07wdt: Fix spelling Resettting -> ResettingAndy Shevchenko1-1/+1
2017-05-08dm: Simple Watchdog uclassmaxims@google.com1-0/+72