summaryrefslogtreecommitdiff
path: root/drivers/watchdog/wdt-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* 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