All of lore.kernel.org
 help / color / mirror / Atom feed
From: patrice.chotard at st.com <patrice.chotard@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/6] Extend stm32 SDRAM driver
Date: Tue, 18 Jul 2017 17:37:23 +0200	[thread overview]
Message-ID: <1500392249-32688-1-git-send-email-patrice.chotard@st.com> (raw)

From: Patrice Chotard <patrice.chotard@st.com>

This series aims to add some improvements to existing ram 
driver decicated to stm32 SoCs :
	_ some code clean up
	_ full DT support, now the FMC base is retrieved through DT
	_ update DT API by using ofnode_read...() or dev_read..() instead
	  of fdtdec_get..() to support livetree
	_ add second SDRAM bank support needed for STM32H7-Discovery board 
	  which uses the second SDRAM bank
	_ add stm32 H7 support

v2: _ use dev_read_addr() instead of devfdt_get_addr() in patch 2
    _ rework comment in patch 6
    _ replace generic_clear_bit/set_bit() by clrbits_le32/setbits_le32() in
      patch 6

Patrice Chotard (6):
  ram: stm32: migrate fmc defines in driver file
  ram: stm32: get base address from DT
  ram: stm32: replace fdtdec_get by ofnode calls
  ram: stm32: add second SDRAM bank management
  ARM: DTS: stm32: remove useless mr-nbanks property
  ram: stm32: add stm32h7 support

 arch/arm/dts/stm32f746-disco.dts              |   1 -
 arch/arm/dts/stm32f769-disco.dts              |   1 -
 arch/arm/include/asm/arch-stm32f7/fmc.h       |  74 ------
 board/st/stm32f746-disco/stm32f746-disco.c    |   1 -
 doc/device-tree-bindings/ram/st,stm32-fmc.txt |  19 +-
 drivers/ram/stm32_sdram.c                     | 338 ++++++++++++++++++++------
 6 files changed, 280 insertions(+), 154 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-stm32f7/fmc.h

-- 
1.9.1

             reply	other threads:[~2017-07-18 15:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 15:37 patrice.chotard at st.com [this message]
2017-07-18 15:37 ` [U-Boot] [PATCH v2 1/6] ram: stm32: migrate fmc defines in driver file patrice.chotard at st.com
2017-07-26 16:14   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-07-18 15:37 ` [U-Boot] [PATCH v2 2/6] ram: stm32: get base address from DT patrice.chotard at st.com
2017-07-26 19:51   ` [U-Boot] [U-Boot,v2,2/6] " Tom Rini
2017-07-18 15:37 ` [U-Boot] [PATCH v2 3/6] ram: stm32: replace fdtdec_get by ofnode calls patrice.chotard at st.com
2017-07-26 19:51   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-07-18 15:37 ` [U-Boot] [PATCH v2 4/6] ram: stm32: add second SDRAM bank management patrice.chotard at st.com
2017-07-26 19:51   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-07-18 15:37 ` [U-Boot] [PATCH v2 5/6] ARM: DTS: stm32: remove useless mr-nbanks property patrice.chotard at st.com
2017-07-26 19:51   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-07-18 15:37 ` [U-Boot] [PATCH v2 6/6] ram: stm32: add stm32h7 support patrice.chotard at st.com
2017-07-26 19:52   ` [U-Boot] [U-Boot,v2,6/6] " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1500392249-32688-1-git-send-email-patrice.chotard@st.com \
    --to=patrice.chotard@st.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.