maxims@google.com 0753bc2d30 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>
2017-05-08 11:57:30 -04:00
..
2016-04-15 08:14:37 -06:00
2016-10-19 09:01:53 +02:00
2016-05-26 20:48:31 -06:00
2016-06-19 17:05:55 -06:00
2017-05-08 11:57:30 -04:00