[U-Boot] [PATCH v1 03/15] aspeed: Watchdog Timer Driver

Simon Glass sjg at chromium.org
Wed Apr 19 00:11:31 UTC 2017


On 17 April 2017 at 13:00, Maxim Sloyko <maxims at 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 at 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 at chromium.org>


More information about the U-Boot mailing list