commit | 0753bc2d30d7ca4a0ea4ef7f97083961c3a9d0e0 | [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 | 17c5fb195376f5883b7f0fdfbf19e42e3be7de43 [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>