
19 Apr
2017
19 Apr
'17
2:11 a.m.
On 17 April 2017 at 13:00, Maxim Sloyko maxims@google.com wrote:
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
Changes in v1:
- Rename reset to expire_now
- Rename restart to reset
arch/arm/include/asm/arch-aspeed/wdt.h | 53 ++++++++++++-- arch/arm/mach-aspeed/ast_wdt.c | 40 ++++++++--- drivers/watchdog/Kconfig | 11 +++ drivers/watchdog/Makefile | 1 + drivers/watchdog/ast_wdt.c | 125 +++++++++++++++++++++++++++++++++ 5 files changed, 217 insertions(+), 13 deletions(-) create mode 100644 drivers/watchdog/ast_wdt.c
Reviewed-by: Simon Glass sjg@chromium.org