public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Refactor ASPEED AST2500 DDR SDRAM driver structure
@ 2020-09-07  5:23 Dylan Hung
  2020-09-07  5:23 ` [PATCH 1/2] ram: move aspeed ram driver into drivers/ directory Dylan Hung
  2020-09-07  5:23 ` [PATCH 2/2] ram: add ddr4 dual x8 configuration Dylan Hung
  0 siblings, 2 replies; 4+ messages in thread
From: Dylan Hung @ 2020-09-07  5:23 UTC (permalink / raw)
  To: u-boot

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%)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] Refactor ASPEED AST2500 DDR SDRAM driver structure
@ 2020-09-07  8:25 Dylan Hung
  0 siblings, 0 replies; 4+ messages in thread
From: Dylan Hung @ 2020-09-07  8:25 UTC (permalink / raw)
  To: u-boot

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%)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-07  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-07  5:23 [PATCH 0/2] Refactor ASPEED AST2500 DDR SDRAM driver structure Dylan Hung
2020-09-07  5:23 ` [PATCH 1/2] ram: move aspeed ram driver into drivers/ directory Dylan Hung
2020-09-07  5:23 ` [PATCH 2/2] ram: add ddr4 dual x8 configuration Dylan Hung
  -- strict thread matches above, loose matches on Subject: below --
2020-09-07  8:25 [PATCH 0/2] Refactor ASPEED AST2500 DDR SDRAM driver structure Dylan Hung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox