aspeed: Watchdog Timer Driver
authormaxims@google.com <maxims@google.com>
Mon, 17 Apr 2017 19:00:22 +0000 (12:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:31 +0000 (11:57 -0400)
commit1eb0a464b7434175800c98a175909588d38c1dae
tree32b328b44d53ac1af19901f94385c3a648bc8893
parent0753bc2d30d7ca4a0ea4ef7f97083961c3a9d0e0
aspeed: Watchdog Timer Driver

This driver supports ast2500 and ast2400 SoCs.
Only ast2500 supports reset_mask and thus the option of resettting
individual peripherals using WDT.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-aspeed/wdt.h
arch/arm/mach-aspeed/ast_wdt.c
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/ast_wdt.c [new file with mode: 0644]