All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrice CHOTARD <patrice.chotard@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot]  [PULL] u-boot-stm32 for v2019.07-rc1​ (round 2)
Date: Fri, 19 Apr 2019 16:03:24 +0000	[thread overview]
Message-ID: <2d7e6f51-d6dc-753e-8c5a-80c69dfb6a03@st.com> (raw)

Hi Tom

Please find the pull request for STM32 round 2

The following changes since commit 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1:

  Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc
(2019-04-18 12:12:16 -0400)

are available in the git repository at:


  https://github.com/pchotard/u-boot.git tags/u-boot-stm32-mcu-20190419

for you to fetch changes up to 5b37873ff04f082efa0a74ba04185599ccec165b:

  mmc: stm32_sdmmc2: Fix r1b timeout issue (2019-04-19 17:19:32 +0200)

----------------------------------------------------------------
STM32 MCUs update:
_ DT rework and alignment with DT kernel v4.20
_ mmc: arm_pl180_mmci: Synchronize compatible with kernel v4.20
_ mmc: stm32_sdmmc2: Synchronize properties with kernel v4.20
_ configs: update for F746/769 boards

----------------------------------------------------------------
Christophe Kerello (1):
      mmc: stm32_sdmmc2: Fix r1b timeout issue

Patrice Chotard (15):
      ARM:dts: stm32: sort nodes by alphabetical order in f4 u-boot files
      ARM: dts: stm32: Sync DT files with v4.20 kernel for stm32f4
      ARM: dts: stm32: Migrate U-boot nodes to U-boot DT files for stm32f7
      ARM: dts: stm32: Sync DT with v4.20 kernel for stm32f7
      ARM: dts: Migrate U-boot nodes to U-boot DT files for stm32h7
      ARM: dts: stm32: Sync DT with v4.20 kernel for stm32h7
      ARM: dts: stm32: Restore old usart1 clock bindings for stm32f7
      pinctrl: stm32: Add st,stm32f769-pinctrl compatible string
      mmc: arm_pl180_mmci: Sync compatible with kernel
      configs: stm32f746-disco: update EXTRA_ENV_SETTINGS
      configs: stm32f746-disco: enable CONFIG_DISTRO_DEFAULTS
      configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX
      board: stm32f746-disco: Get MII/RMII phy_mode from DT
      ARM: dts: stm32: Update sdmmc binding for stm32h743i-eval
      ARM: dts: stm32: Update sdmmc binding for stm32mp157c-ed1

Patrick Delaunay (1):
      mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings

 arch/arm/dts/stm32746g-eval-u-boot.dtsi         |  188 +++
 arch/arm/dts/stm32746g-eval.dts                 |  222 +---
 arch/arm/dts/stm32f4-pinctrl.dtsi               |   27 +-
 arch/arm/dts/stm32f429-disco-u-boot.dtsi        |   18 +-
 arch/arm/dts/stm32f429-disco.dts                |    4 +-
 arch/arm/dts/stm32f429-pinctrl.dtsi             |    3 +-
 arch/arm/dts/stm32f429.dtsi                     |   33 +-
 arch/arm/dts/stm32f469-disco-u-boot.dtsi        |   46 +-
 arch/arm/dts/stm32f469-disco.dts                |   86 +-
 arch/arm/dts/stm32f469-pinctrl.dtsi             |    3 +-
 arch/arm/dts/stm32f469.dtsi                     |   19 +
 arch/arm/dts/stm32f7-pinctrl.dtsi               |  289 ++++
 arch/arm/dts/stm32f7-u-boot.dtsi                |  139 +-
 arch/arm/dts/stm32f746-disco-u-boot.dtsi        |  251 ++++
 arch/arm/dts/stm32f746-disco.dts                |  279 +---
 arch/arm/dts/stm32f746-pinctrl.dtsi             |   11 +
 arch/arm/dts/stm32f746.dtsi                     |  747 +++++++----
 arch/arm/dts/stm32f769-disco-u-boot.dtsi        |  165 +++
 arch/arm/dts/stm32f769-disco.dts                |  236 +---
 arch/arm/dts/stm32f769-pinctrl.dtsi             |   11 +
 arch/arm/dts/stm32h7-u-boot.dtsi                |  197 ++-
 arch/arm/dts/stm32h743-pinctrl.dtsi             |  160 +--
 arch/arm/dts/stm32h743.dtsi                     |  462 ++++++-
 arch/arm/dts/stm32h743i-disco-u-boot.dtsi       |   11 +
 arch/arm/dts/stm32h743i-disco.dts               |   44 +-
 arch/arm/dts/stm32h743i-eval-u-boot.dtsi        |   12 +
 arch/arm/dts/stm32h743i-eval.dts                |   79 +-
 arch/arm/dts/stm32mp157c-ed1.dts                |   10 +-
 board/st/stm32f746-disco/stm32f746-disco.c      |   23 +-
 configs/stm32f746-disco_defconfig               |   14 +-
 drivers/mmc/arm_pl180_mmci.c                    |   14 +-
 drivers/mmc/arm_pl180_mmci.h                    |    3 +-
 drivers/mmc/stm32_sdmmc2.c                      |   67 +-
 drivers/pinctrl/pinctrl_stm32.c                 |    1 +
 include/configs/stm32f746-disco.h               |   22 +-
 include/dt-bindings/clock/stm32fx-clock.h       |    7 +-
 include/dt-bindings/pinctrl/stm32f746-pinfunc.h | 1341 -------------------
 include/dt-bindings/pinctrl/stm32h7-pinfunc.h   | 1612
-----------------------
 38 files changed, 2740 insertions(+), 4116 deletions(-)
 create mode 100644 arch/arm/dts/stm32746g-eval-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32f469.dtsi
 create mode 100644 arch/arm/dts/stm32f7-pinctrl.dtsi
 create mode 100644 arch/arm/dts/stm32f746-disco-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32f746-pinctrl.dtsi
 create mode 100644 arch/arm/dts/stm32f769-disco-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32f769-pinctrl.dtsi
 create mode 100644 arch/arm/dts/stm32h743i-disco-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32h743i-eval-u-boot.dtsi
 delete mode 100644 include/dt-bindings/pinctrl/stm32f746-pinfunc.h
 delete mode 100644 include/dt-bindings/pinctrl/stm32h7-pinfunc.h

             reply	other threads:[~2019-04-19 16:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-19 16:03 Patrice CHOTARD [this message]
2019-04-21 22:59 ` [U-Boot] [PULL] u-boot-stm32 for v2019.07-rc1​ (round 2) Tom Rini
2019-04-23 14:08   ` Patrice CHOTARD

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=2d7e6f51-d6dc-753e-8c5a-80c69dfb6a03@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.