mbox series

[PULL] Pull request for u-boot master / v2022.07 = u-boot-stm32-20220520

Message ID 174e5807-917a-7363-2daa-93c90ac9a118@foss.st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request for u-boot master / v2022.07 = u-boot-stm32-20220520 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-stm.git/ tags/u-boot-stm32-20220520

Message

Patrick Delaunay May 20, 2022, 7:25 a.m. UTC
Hi Tom,

Please pull the STM32 related fixes for u-boot/master, v2022.07: 
u-boot-stm32-20220520

- spi: fix busy bit check in stm32_qspi driver
- stm32mp15: configure Buck3 voltage per PMIC NVM on Avenger96 board

CI status: 
https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/12043

Thanks,
Patrick

git request-pull origin/master 
https://source.denx.de/u-boot/custodians/u-boot-stm.git/ 
u-boot-stm32-20220520



The following changes since commit f83bd23e2a0e9861969c9d43395299a14f25ddda:

   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell 
(2022-05-18 08:41:13 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-stm.git/ 
tags/u-boot-stm32-20220520

for you to fetch changes up to b6a469360a0dec01dbbf087c5184a59dda494569:

   spi: stm32_qspi: Remove SR_BUSY bit check before sending command 
(2022-05-19 18:54:18 +0200)

----------------------------------------------------------------
- spi: fix busy bit check in stm32_qspi driver
- stm32mp15: configure Buck3 voltage per PMIC NVM on Avenger96 board

----------------------------------------------------------------
Marek Vasut (1):
       ARM: dts: stm32: Configure Buck3 voltage per PMIC NVM on Avenger96

Patrice Chotard (2):
       spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()
       spi: stm32_qspi: Remove SR_BUSY bit check before sending command

  arch/arm/dts/stm32mp15xx-dhcor-io1v8.dtsi |   2 +-
  board/dhelectronics/dh_stm32mp1/board.c   | 109 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
  drivers/spi/stm32_qspi.c                  |  27 
+++++++++++----------------
  3 files changed, 118 insertions(+), 20 deletions(-)

Comments

Tom Rini May 21, 2022, 2:07 a.m. UTC | #1
On Fri, May 20, 2022 at 09:25:16AM +0200, Patrick DELAUNAY wrote:

> Hi Tom,
> 
> Please pull the STM32 related fixes for u-boot/master, v2022.07:
> u-boot-stm32-20220520
> 
> - spi: fix busy bit check in stm32_qspi driver
> - stm32mp15: configure Buck3 voltage per PMIC NVM on Avenger96 board
> 
> CI status:
> https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/12043
> 
> Thanks,
> Patrick
> 
> git request-pull origin/master
> https://source.denx.de/u-boot/custodians/u-boot-stm.git/
> u-boot-stm32-20220520
> 
> 
> 
> The following changes since commit f83bd23e2a0e9861969c9d43395299a14f25ddda:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-05-18
> 08:41:13 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-stm.git/
> tags/u-boot-stm32-20220520
> 
> for you to fetch changes up to b6a469360a0dec01dbbf087c5184a59dda494569:
> 
>   spi: stm32_qspi: Remove SR_BUSY bit check before sending command
> (2022-05-19 18:54:18 +0200)
> 

Applied to u-boot/master, thanks!