summaryrefslogtreecommitdiffstats
path: root/include/wdt.h
Commit message (Expand)AuthorAgeFilesLines
* wdt: Drop dm.h header fileSimon Glass2020-08-031-3/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* watchdog: move initr_watchdog() to wdt-uclass.cRasmus Villemoes2020-04-151-33/+1
* watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from wdt.hRasmus Villemoes2020-04-151-3/+0
* watchdog: Use dev_read only if OF_PLATDATA is not enabledWalter Lozano2020-03-161-2/+1
* watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-191-1/+1
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+41
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko2017-08-131-4/+4
* dm: Simple Watchdog uclassmaxims@google.com2017-05-081-0/+107