mbox series

[U-Boot,PULL] u-boot-stm32 for v2019.07-rc1​ (round 2)

Message ID 2d7e6f51-d6dc-753e-8c5a-80c69dfb6a03@st.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-stm32 for v2019.07-rc1​ (round 2) | expand

Pull-request

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

Message

Patrice CHOTARD April 19, 2019, 4:03 p.m. UTC
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

Comments

Tom Rini April 21, 2019, 10:59 p.m. UTC | #1
On Fri, Apr 19, 2019 at 04:03:24PM +0000, Patrice CHOTARD wrote:

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

The content is fine, but looking at checkpatch.pl --git output I see a
ton of Change-Ids.  Can you please re-spin with the commits reworded to
drop those?  Thanks!
Patrice CHOTARD April 23, 2019, 2:08 p.m. UTC | #2
Hi Tom

On 4/22/19 12:59 AM, Tom Rini wrote:
> On Fri, Apr 19, 2019 at 04:03:24PM +0000, Patrice CHOTARD wrote:
> 
>> 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)
>>
> 
> The content is fine, but looking at checkpatch.pl --git output I see a
> ton of Change-Ids.  Can you please re-spin with the commits reworded to
> drop those?  Thanks!
> 

Sorry for that, i sent a new pull request:
http://patchwork.ozlabs.org/patch/1089434/

Thanks

Patrice