v2020.10-stm32mp-r2.1
The following changes since commit 6fde82a:
Prepare v2020.10-stm32mp-r2 (2021-10-11 14:09:12 +0200)
are available in the Git repository at:
https://github.com/STMicroelectronics/u-boot.git tags/v2020.10-stm32mp-r2.1
for you to fetch changes up to 1d1745c:
Prepare v2020.10-stm32mp-r2.1 (2022-05-02 18:21:53 +0200)
- stm32_ltdc: fix data enable polarity
- fix GPIO hole management in stm32 drivers
- optimize board_interface_eth_init for stm32mp1 platform
Christophe Roullier (1):
board: stm32pm1: optimize board_interface_eth_init for stm32mp1 platform
Patrice Chotard (2):
gpio: stm32_gpio: Rework GPIO hole management
pinctrl: pinctrl_stm32: Use GPIOF_UNKNOWN to indicate not mapped pins
Patrick Delaunay (2):
net: dwc_eth_qos: add rate parameter in board_interface_eth_init
Prepare v2020.10-stm32mp-r2.1
Yannick FERTRE (1):
video: stm32: stm32_ltdc: fix data enable polarity
Makefile | 2 +-
arch/arm/include/asm/arch-stm32/gpio.h | 2 --
board/dhelectronics/dh_stm32mp1/board.c | 2 +-
board/st/stm32mp1/stm32mp1.c | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------
drivers/gpio/stm32_gpio.c | 101 +++++++++++++++++++++++++++++++++++------------------------------------------------------------------
drivers/net/dwc_eth_qos.c | 18 +++++++++++-------
drivers/pinctrl/pinctrl_stm32.c | 7 +------
drivers/video/stm32/stm32_ltdc.c | 2 +-
include/netdev.h | 2 +-
9 files changed, 127 insertions(+), 132 deletions(-)