summaryrefslogtreecommitdiff
path: root/drivers/watchdog/wdt-uclass.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-15watchdog: honour hw_margin_ms DT propertyRasmus Villemoes
2020-04-15watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes
2020-03-16watchdog: Handle timer wrap aroundChris Packham
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese
2018-07-19watchdog: dm: Support manual relocation for watchdogsMichal Simek
2018-07-19watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIASMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-08-13wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko
2017-07-07wdt: Fix spelling Resettting -> ResettingAndy Shevchenko
2017-05-08dm: Simple Watchdog uclassmaxims@google.com