All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] Move Stratix 10 SDRAM driver to DM
@ 2019-04-30  9:19 Ley Foon Tan
  2019-04-30  9:19 ` [U-Boot] [PATCH v3 1/3] ddr: altera: Compile ALTERA SDRAM in SPL only Ley Foon Tan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ley Foon Tan @ 2019-04-30  9:19 UTC (permalink / raw)
  To: u-boot

Compile ALTERA_SDRAM driver in SPL only and move Stratix 10 SDRAM driver to DM.

v2->v3:
-------
- Compile ALTERA_SDRAM driver in SPL only
- Separate dts change to new patch
- Change to use #if CONFIG_IS_ENABLED(ALTERA_SDRAM)
- Add _remove()
- Remove #ifdef CONFIG_SPL_BUILD checking in sdram_s10.c

History:
--------
[v1]: https://patchwork.ozlabs.org/patch/1066765/
[v2]: https://patchwork.ozlabs.org/patch/1089957/

Ley Foon Tan (3):
  ddr: altera: Compile ALTERA SDRAM in SPL only
  arm: dts: Stratix10: Add SDRAM node
  arm: socfpga: Move Stratix 10 SDRAM driver to DM

 Makefile                                      |   2 +-
 arch/arm/dts/socfpga_stratix10.dtsi           |   9 +
 arch/arm/mach-socfpga/Kconfig                 |   4 +-
 arch/arm/mach-socfpga/spl_s10.c               |  16 +-
 configs/socfpga_stratix10_defconfig           |   1 +
 drivers/Makefile                              |   2 +-
 drivers/ddr/altera/Kconfig                    |  11 +-
 drivers/ddr/altera/Makefile                   |   2 +-
 drivers/ddr/altera/sdram_s10.c                | 251 ++++++++++++------
 .../mach => drivers/ddr/altera}/sdram_s10.h   |   4 -
 include/configs/socfpga_stratix10_socdk.h     |   5 -
 11 files changed, 208 insertions(+), 99 deletions(-)
 rename {arch/arm/mach-socfpga/include/mach => drivers/ddr/altera}/sdram_s10.h (97%)

-- 
2.19.0

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

end of thread, other threads:[~2019-05-02  4:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30  9:19 [U-Boot] [PATCH v3 0/3] Move Stratix 10 SDRAM driver to DM Ley Foon Tan
2019-04-30  9:19 ` [U-Boot] [PATCH v3 1/3] ddr: altera: Compile ALTERA SDRAM in SPL only Ley Foon Tan
2019-04-30  9:42   ` Marek Vasut
2019-05-02  4:59     ` Ley Foon Tan
2019-04-30  9:20 ` [U-Boot] [PATCH v3 2/3] arm: dts: Stratix10: Add SDRAM node Ley Foon Tan
2019-04-30  9:43   ` Marek Vasut
2019-05-02  1:54     ` Ley Foon Tan
2019-04-30  9:20 ` [U-Boot] [PATCH v3 3/3] arm: socfpga: Move Stratix 10 SDRAM driver to DM Ley Foon Tan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.