The following changes since commit e1b933d6960ad6412d6ab2961dcd394dd1234bf4:

  ARM: dts: stm32: activate alternate REQ/ACK dma protocol for uart (2020-12-07 17:36:14 +0100)

are available in the Git repository at:

  https://github.com/STMicroelectronics/linux.git  tags/v5.4-stm32mp-r2.2

for you to fetch changes up to 632e87392ba78fd1c4701c4b1e84d8037ebacbe8:

  drm/stm: Remove usage of drm_display_mode_to_videomode() (2021-06-03 14:27:49 +0200)

----------------------------------------------------------------
This is the v5.4-stm32mp-r2.2 release.
----------------------------------------------------------------
Alexandre Torgue (2):
      cpufreq: dt-platdev: Blacklist "st,stm32mp151" and "st,stm32mp153" SoCs
      clocksource: stm32-lptimer: use wakeup capable instead of init wakeup

Amelie Delaunay (15):
      dmaengine: stm32-dma: update stm32_dma_get_max_width prototype
      dmaengine: stm32-dma: update stm32_dma_set_xfer_param prototype
      dmaengine: stm32-dma: fix burst in case of unaligned memory address
      drm/stm: ltdc: remove call of pm-runtime functions
      usb: core: phy: keep phy powered on if controller may wakeup
      usb: host: ehci-platform: fix wakeup management
      Revert "phy: stm32: set CRITICAL and IGNORE_UNUSED flags to ck_usbo_48m"
      Revert "ARM: dts: stm32: Set vdd_usb as always-on on stm32mp15 boards"
      dt-bindings: usb: document role-switch-default-mode property in dwc2
      usb: dwc2: drd: add role-switch-default-node support

Fabien Dessenne (1):
      gpiolib: support pull-up / pull-down config for output lines

Marcel Hamer (2):
      Add missing TTY wakeup to rpmsg_tty

Valentin Caron (2):
      serial: stm32: fix end of RX DMA
      ARM: dts: stm32: fix usart 2 & 3 pinconf to wake up with flow control

Yannick Fertre (5):
      drm/panel: otm8009a: Add flags info
      drm/panel: rm68200: Add flags info
      drm/stm: Fix bus_flags handling
      drm/stm: missing field bridge_chain
      drm/stm: Remove usage of drm_display_mode_to_videomode()

fourmone (3):
      Merge tag 'v5.4.109' into v5.4-stm32mp
      Merge tag 'v5.4.123' into v5.4-stm32mp
      Merge tag 'v5.4.124' into v5.4-stm32mp

 Documentation/devicetree/bindings/usb/dwc2.txt                                                 |   2 +
 arch/arm/boot/dts/stm32mp15-pinctrl.dtsi                                                       |  21 +-
 arch/arm/boot/dts/stm32mp15xx-dkx.dtsi                                                         |   1 -
 arch/arm/boot/dts/stm32mp15xx-edx.dtsi                                                         |   1 -
 drivers/clocksource/timer-stm32-lp.c                                                           |   4 +-
 drivers/cpufreq/cpufreq-dt-platdev.c                                                           |   4 +
 drivers/dma/stm32-dma.c                                                                        |  32 ++-
 drivers/gpio/gpiolib.c                                                                         |   7 +
 drivers/gpu/drm/panel/panel-orisetech-otm8009a.c                                               |   4 +-
 drivers/gpu/drm/panel/panel-raydium-rm68200.c                                                  |   4 +-
 drivers/gpu/drm/stm/ltdc.c                                                                     |  81 ++++---
 drivers/phy/st/phy-stm32-usbphyc.c                                                             |   1 -
 drivers/rpmsg/rpmsg_tty.c                                                                      |   2 +
 drivers/spi/spi-stm32.c                                                                        |  14 +-
 drivers/tty/serial/stm32-usart.c                                                               |  10 +-
 drivers/usb/core/hcd.c                                                                         |   9 +-
 drivers/usb/core/phy.c                                                                         |  22 +-
 drivers/usb/core/phy.h                                                                         |   6 +-
 drivers/usb/dwc2/core.h                                                                        |   5 +
 drivers/usb/dwc2/drd.c                                                                         |  14 ++
 drivers/usb/host/ehci-platform.c                                                               |  11 +-
 4688 files changed, 55805 insertions(+), 27502 deletions(-)