u-boot/drivers/timer
maxims@google.com 4697abea62 aspeed: Add drivers common to all Aspeed SoCs
Add support for Watchdog Timer, which is compatible with AST2400 and
AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver
does not follow the driver model. It also uses fixed clock, so no clock
driver is needed.

Add support for timer for Aspeed ast2400/ast2500 devices.
The driver actually controls several devices, but because all devices
share the same Control Register, it is somewhat difficult to completely
decouple them. Since only one timer is needed at the moment, this should
be OK. The timer uses fixed clock, so does not rely on a clock driver.

Add sysreset driver, which uses watchdog timer to do resets and particular
watchdog device to use is hardcoded (0)
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-01-28 14:04:27 -05:00
..
Kconfig aspeed: Add drivers common to all Aspeed SoCs 2017-01-28 14:04:27 -05:00
Makefile aspeed: Add drivers common to all Aspeed SoCs 2017-01-28 14:04:27 -05:00
altera_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
ast_timer.c aspeed: Add drivers common to all Aspeed SoCs 2017-01-28 14:04:27 -05:00
omap-timer.c dm: omap_timer: Fix conversion of address to a pointer 2016-03-14 19:18:45 -04:00
sandbox_timer.c sandbox: timer: Support the early timer 2016-02-26 08:53:10 -07:00
timer-uclass.c timer: Support clocks via phandle 2016-12-27 11:24:10 -05:00
tsc_timer.c x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00