summaryrefslogtreecommitdiff
path: root/include/wdt.h
Commit message (Collapse)AuthorAgeFilesLines
* dm: Simple Watchdog uclassmaxims@google.com2017-05-081-0/+107
This is a simple uclass for Watchdog Timers. It has four operations: start, restart, reset, stop. Drivers must implement start, restart and stop operations, while implementing reset is optional: It's default implementation expires watchdog timer in one clock tick. Signed-off-by: Maxim Sloyko <maxims@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>