summaryrefslogtreecommitdiff
path: root/drivers/watchdog/wdt-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese2022-11-221-1/+0
* watchdog: introduce a u-boot,autostart propertyRasmus Villemoes2022-10-241-6/+9
* watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese2022-09-181-32/+41
* drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes2022-03-081-1/+6
* watchdog: Automatically register device with sysresetSamuel Holland2021-11-041-0/+8
* watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2021-08-311-20/+36
* watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes2021-08-311-0/+25
* watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes2021-08-311-4/+16
* watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes2021-08-311-16/+21
* watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes2021-08-311-4/+4
* watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes2021-08-311-20/+54
* watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes2021-08-311-3/+1
* drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet2021-07-161-1/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes2021-04-271-1/+1
* watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2021-04-061-0/+5
* watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár2021-04-061-1/+7
* watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár2021-04-061-3/+12
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* watchdog: honour hw_margin_ms DT propertyRasmus Villemoes2020-04-151-1/+10
* watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes2020-04-151-0/+33
* watchdog: Handle timer wrap aroundChris Packham2020-03-161-1/+2
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+26
* watchdog: dm: Support manual relocation for watchdogsMichal Simek2018-07-191-0/+23
* watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek2018-07-191-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko2017-08-131-2/+2
* wdt: Fix spelling Resettting -> ResettingAndy Shevchenko2017-07-071-1/+1
* dm: Simple Watchdog uclassmaxims@google.com2017-05-081-0/+72