Skip to content

v2.2-stm32mp-r1.3

Compare
Choose a tag to compare
@spasdeloup spasdeloup released this 29 Sep 09:12
· 42 commits to v2.2-stm32mp since this release

The following changes since commit cd49148:

stm32mp1: platform: update st version to r1.2 (2020-07-22 14:49:03 +0200)

are available in the Git repository at:

https://github.com/STMicroelectronics/arm-trusted-firmware tags/v2.2-stm32mp-r1.3

for you to fetch changes up to 11e5044:

stm32mp1: platform: update st version to r1.3 (2020-09-07 15:06:31 +0200)


Lionel Debieve (1):
nand: raw_nand: fix timeout issue in nand_wait_ready

Sebastien Pasdeloup (1):
stm32mp1: platform: update st version to r1.3

Yann Gautier (7):
clk: stm32mp1_clk: allow clocking of GPIO banks in BL32
stm32mp1: update correction for GPIO alternate in crash console
gpio: stm32_gpio: check GPIO node status after checking DT
drivers: st: add missing includes in ETZPC header
mmc: st: correct retries management
mmc: st: clear some flags before sending a command
watchdog: stm32_iwdg: remove clock enable/disable sequence

drivers/mtd/nand/raw_nand.c | 6 +++---
drivers/st/clk/stm32mp1_clk.c | 2 --
drivers/st/gpio/stm32_gpio.c | 5 +++--
drivers/st/io/io_mmc.c | 18 +++++++++---------
drivers/st/iwdg/stm32_iwdg.c | 5 +----
drivers/st/mmc/stm32_sdmmc2.c | 21 ++++++++++++++++-----
include/drivers/raw_nand.h | 2 +-
include/drivers/st/etzpc.h | 5 ++++-
plat/st/stm32mp1/platform.mk | 2 +-
plat/st/stm32mp1/stm32mp1_helper.S | 22 +++++++++++++---------
10 files changed, 51 insertions(+), 37 deletions(-)