u-boot/drivers/sysreset
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 drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
Makefile aspeed: Add drivers common to all Aspeed SoCs 2017-01-28 14:04:27 -05:00
sysreset-uclass.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_ast.c aspeed: Add drivers common to all Aspeed SoCs 2017-01-28 14:04:27 -05:00
sysreset_rk3036.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_rk3288.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_rk3399.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_sandbox.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_snapdragon.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_xtfpga.c xtensa: add support for the 'xtfpga' evaluation board 2016-08-15 18:46:40 -04:00