~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* watchdog: Drop GD_FLG_WDT_READY as it's not used any moreStefan Roese2022-11-22
* watchdog: introduce a u-boot,autostart propertyRasmus Villemoes2022-10-24
* watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese2022-09-18
* drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostartPhilippe Reynes2022-03-08
* watchdog: Automatically register device with sysresetSamuel Holland2021-11-04
* watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset()Rasmus Villemoes2021-08-31
* watchdog: wdt-uclass.c: add wdt_stop_all() helperRasmus Villemoes2021-08-31
* watchdog: wdt-uclass.c: keep track of each device's running stateRasmus Villemoes2021-08-31
* watchdog: wdt-uclass.c: refactor initr_watchdog()Rasmus Villemoes2021-08-31
* watchdog: wdt-uclass.c: neaten UCLASS_DRIVER definitionRasmus Villemoes2021-08-31
* watchdog: wdt-uclass.c: introduce struct wdt_privRasmus Villemoes2021-08-31
* watchdog: wdt-uclass.c: use wdt_start() in wdt_expire_now()Rasmus Villemoes2021-08-31
* drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet2021-07-16
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes2021-04-27
* watchdog: Allow to use CONFIG_WDT without starting watchdogPali Rohár2021-04-06
* watchdog: Show error message when initr_watchdog() cannot start watchdogPali Rohár2021-04-06
* watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()Pali Rohár2021-04-06
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* common: Drop log.h from common headerSimon Glass2020-05-18
* watchdog: honour hw_margin_ms DT propertyRasmus Villemoes2020-04-15
* watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes2020-04-15
* watchdog: Handle timer wrap aroundChris Packham2020-03-16
* common: Move hang() to the same header as panic()Simon Glass2020-01-17
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-26
* watchdog: dm: Support manual relocation for watchdogsMichal Simek2018-07-19
* watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek2018-07-19
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-27
* wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko2017-08-13
* wdt: Fix spelling Resettting -> ResettingAndy Shevchenko2017-07-07
* dm: Simple Watchdog uclassmaxims@google.com2017-05-08