1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-27 11:44:41 +01:00
Files
u-boot-megous/test/dm
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
..
2015-11-02 10:38:00 +09:00
2017-04-04 20:15:10 -06:00
2016-06-03 22:14:20 -07:00
2017-04-14 19:38:57 -06:00
2016-05-26 20:48:31 -06:00
2017-05-08 11:57:30 -04:00
2016-05-17 09:54:43 -06:00
2017-04-27 16:49:02 -04:00
2015-07-21 17:39:32 -06:00
2015-07-21 17:39:33 -06:00
2016-06-19 17:05:55 -06:00
2015-05-21 09:16:16 -04:00
2015-05-21 09:16:16 -04:00
2016-04-01 17:18:12 -04:00
2016-05-26 20:48:31 -06:00
2016-03-14 15:34:50 -06:00
2017-05-08 11:57:30 -04:00