commit | daea6d40dbe3fd8c014873ba79062ddf9f2be99e | [log] [tgz] |
---|---|---|
author | maxims@google.com <maxims@google.com> | Mon Apr 17 12:00:21 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon May 08 11:57:30 2017 -0400 |
tree | ddeb5811ed8c1e75572e109c989f0ce593c8b385 | |
parent | 65c82ef97d3fc0f5f7aaea9bda759895e4bd9979 [diff] |
dm: Simple Watchdog uclass 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>