All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ram: stm32mp1: fixes
@ 2020-03-06 10:14 Patrick Delaunay
  2020-03-06 10:14 ` [PATCH 1/9] ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR Patrick Delaunay
                   ` (8 more replies)
  0 siblings, 9 replies; 28+ messages in thread
From: Patrick Delaunay @ 2020-03-06 10:14 UTC (permalink / raw)
  To: u-boot


This serie fixes the stm32mp1 ram driver:
- adapt voltage for the LPDDR2 and LPDDR3
- solve tuning and BIST issues
- allow to skip built-in calibration

Most of these patch are available on the latest STM32MP downstrean
U-Boot: https://github.com/STMicroelectronics/u-boot



Patrick Delaunay (9):
  ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR
  ram: stm32mp1: display result for software read DQS gating
  ram: stm32mp1: don't display the prompt two times
  ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE
  ram: stm32mp1: tuning: deactivate derating during BIST test
  ram: stm32mp1: update BIST config for tuning
  ram: stm32mp1_ddr: fix self refresh disable during DQS training
  ram: stm32mp1: reduce delay after BIST reset for tuning
  ram: stm32mp1: the property st,phy-cal becomes optional

 arch/arm/dts/stm32mp15-ddr.dtsi               |   3 +
 arch/arm/mach-stm32mp/include/mach/ddr.h      |   6 +-
 board/st/stm32mp1/board.c                     |  23 +-
 .../memory-controllers/st,stm32mp1-ddr.txt    |   2 +
 drivers/ram/stm32mp1/stm32mp1_ddr.c           |  54 ++++-
 drivers/ram/stm32mp1/stm32mp1_ddr.h           |   1 +
 drivers/ram/stm32mp1/stm32mp1_ddr_regs.h      |   1 +
 drivers/ram/stm32mp1/stm32mp1_interactive.c   |  17 +-
 drivers/ram/stm32mp1/stm32mp1_ram.c           |  34 ++-
 drivers/ram/stm32mp1/stm32mp1_tuning.c        | 223 +++++++++++++++---
 include/power/stpmic1.h                       |   1 +
 11 files changed, 300 insertions(+), 65 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-03-24  8:51 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 10:14 [PATCH 0/9] ram: stm32mp1: fixes Patrick Delaunay
2020-03-06 10:14 ` [PATCH 1/9] ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR Patrick Delaunay
2020-03-18  9:39   ` Patrice CHOTARD
2020-03-24  8:48   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 2/9] ram: stm32mp1: display result for software read DQS gating Patrick Delaunay
2020-03-18  9:39   ` Patrice CHOTARD
2020-03-24  8:48   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 3/9] ram: stm32mp1: don't display the prompt two times Patrick Delaunay
2020-03-18  9:39   ` Patrice CHOTARD
2020-03-24  8:49   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 4/9] ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE Patrick Delaunay
2020-03-18  9:40   ` Patrice CHOTARD
2020-03-24  8:49   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 5/9] ram: stm32mp1: tuning: deactivate derating during BIST test Patrick Delaunay
2020-03-18  9:43   ` Patrice CHOTARD
2020-03-24  8:50   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 6/9] ram: stm32mp1: update BIST config for tuning Patrick Delaunay
2020-03-18  9:45   ` Patrice CHOTARD
2020-03-24  8:50   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 7/9] ram: stm32mp1_ddr: fix self refresh disable during DQS training Patrick Delaunay
2020-03-18  9:46   ` Patrice CHOTARD
2020-03-24  8:51   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 8/9] ram: stm32mp1: reduce delay after BIST reset for tuning Patrick Delaunay
2020-03-18  9:46   ` Patrice CHOTARD
2020-03-24  8:51   ` Patrick DELAUNAY
2020-03-06 10:14 ` [PATCH 9/9] ram: stm32mp1: the property st,phy-cal becomes optional Patrick Delaunay
2020-03-18  9:52   ` Patrice CHOTARD
2020-03-24  8:51   ` Patrick DELAUNAY

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.