The following changes since commit a56628a8ab25734a771086664cc80c215a198438:

  serial: stm32: add FIFO flush when port is closed (2020-10-20 12:19:03 +0200)

are available in the Git repository at:

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

for you to fetch changes up to e1b933d6960ad6412d6ab2961dcd394dd1234bf4:

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

----------------------------------------------------------------
Amelie Delaunay (3):
      dmaengine: stm32-dma: mark pending descriptor complete in terminate_all
      dt-bindings: dma: add alternative REQ/ACK protocol selection in stm32-dma
      dmaengine: stm32-dma: add alternate REQ/ACK protocol management

Antonio Borneo (1):
      net: phy: realtek: read actual speed on rtl8211f to detect downshift

Erwan Le Ray (5):
      serial: stm32: update rx dma state variable name
      serial: stm32: fix transmission complete error handling
      serial: stm32: update transmission complete error message
      serial: stm32: fix FIFO flush in shutdown
      serial: stm32: fix FIFO flush in startup and set_termios

Heiner Kallweit (1):
      net: phy: realtek: read actual speed to detect downshift

Lucas Stach (1):
      can: m_can_platform: don't call m_can_class_suspend in runtime suspend

Valentin Caron (10):
      serial: stm32: fix call of a non-atomic function in stop_rx
      ARM: dts: stm32: activate usart3 for stm32mp157f-ev1 a7-examples
      ARM: dts: stm32: activate usart3 and uart7 for stm32mp157f-dk2 a7-examples
      serial: stm32: prevent TDR register overwrite when sending x_char
      serial: stm32: change stm32_port->status to local variable
      serial: stm32: rework tx dma state condition
      serial: stm32: fix flow control transfer in DMA mode
      serial: stm32: fix software flow control transfer
      serial: stm32: fix dual tx dma transaction
      ARM: dts: stm32: activate alternate REQ/ACK dma protocol for uart

 .../devicetree/bindings/dma/stm32-dma.txt          |   7 ++
 arch/arm/boot/dts/stm32mp151.dtsi                  |  28 ++---
 arch/arm/boot/dts/stm32mp157f-dk2-a7-examples.dts  |   8 ++
 arch/arm/boot/dts/stm32mp157f-ev1-a7-examples.dts  |   4 +
 drivers/dma/stm32-dma.c                            |   7 ++
 drivers/net/can/m_can/m_can_platform.c             |   2 -
 drivers/net/phy/realtek.c                          |  61 +++++++++-
 drivers/tty/serial/stm32-usart.c                   | 131 ++++++++++++++-------
 drivers/tty/serial/stm32-usart.h                   |   5 +-
 9 files changed, 188 insertions(+), 65 deletions(-)