
This patch series improves the maintainability of the ASPEED DDR SDRAM driver. It moves the source code files from arch/arm/mach-aspeed to drives/ram/aspeed and so that it is more easier to add configurations such as dual-x8-die configs.
Dylan Hung (2): ram: move aspeed ram driver into drivers/ directory ram: add ddr4 dual x8 configuration
arch/arm/mach-aspeed/ast2500/Makefile | 2 +- drivers/ram/Kconfig | 1 + drivers/ram/Makefile | 1 + drivers/ram/aspeed/Kconfig | 10 ++++++++++ drivers/ram/aspeed/Makefile | 3 +++ .../ast2500 => drivers/ram/aspeed}/sdram_ast2500.c | 2 +- 6 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 drivers/ram/aspeed/Kconfig create mode 100644 drivers/ram/aspeed/Makefile rename {arch/arm/mach-aspeed/ast2500 => drivers/ram/aspeed}/sdram_ast2500.c (99%)