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