ram: move aspeed ram driver into drivers/ directory
authorDylan Hung <dylan_hung@aspeedtech.com>
Mon, 7 Sep 2020 08:25:06 +0000 (16:25 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 8 Oct 2020 14:58:33 +0000 (10:58 -0400)
commit5d457f8057962fbd2ae90826fe80b4039f2dba71
tree51c8de183f30ef5681fb3e6e178b178e9a4518f7
parenta58d86db46456c4e14d4d140e419c4c5999fb2f8
ram: move aspeed ram driver into drivers/ directory

to improve the maintainability.  It is more easier to modify and add
configurations of the driver in the centralized ram driver directory.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
arch/arm/mach-aspeed/ast2500/Makefile
drivers/ram/Makefile
drivers/ram/aspeed/Makefile [new file with mode: 0644]
drivers/ram/aspeed/sdram_ast2500.c [moved from arch/arm/mach-aspeed/ast2500/sdram_ast2500.c with 100% similarity]