]> git.ipfire.org Git - people/ms/u-boot.git/commit
aspeed: Refactor AST2500 RAM Driver and Sysreset Driver
authormaxims@google.com <maxims@google.com>
Mon, 17 Apr 2017 19:00:26 +0000 (12:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:32 +0000 (11:57 -0400)
commit99f8ad7321fb9bbfbaff870a53b005d36a723b1f
treef0b28978c63b54a83e50db449cf421c6f5224296
parentc93adc08f393bc401c5929e1045d72dfbea3e126
aspeed: Refactor AST2500 RAM Driver and Sysreset Driver

This change switches all existing users of ast2500 Watchdog to Driver
Model based Watchdog driver.

To perform system reset Sysreset Driver uses first Watchdog device found
via uclass_first_device call. Since the system is going to be reset
anyway it does not make much difference which watchdog is used.

Instead of using Watchdog to reset itself, SDRAM driver now uses Reset
driver to do that.

These were the only users of the old Watchdog API, so that API is
removed.

This all is done in one change to avoid having to maintain dual API for
watchdog in between.

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/Kconfig
arch/arm/mach-aspeed/ast2500/sdram_ast2500.c
arch/arm/mach-aspeed/ast_wdt.c
configs/evb-ast2500_defconfig
drivers/sysreset/sysreset_ast.c