The following changes since commit c306aaa45d7332fc3e295388039e0d4d51ad019e:

  dmaengine: stm32: take address into account when computing max width (2020-05-29 16:25:17 +0200)

are available in the Git repository at:

  https://github.com/STMicroelectronics/linux.git tags/v4.19-stm32mp-r3.3

for you to fetch changes up to 24e698236f9c2197f9e4547075ec9647e8b99814:

  spi: stm32h7: ensure message are smaller than max size (2020-09-09 14:34:35 +0200)

----------------------------------------------------------------
This is the v4.19-stm32mp-r3.3 release.
----------------------------------------------------------------

Alain Volmat (4):
      spi: stm32: properly handle 0 byte transfer
      spi: stm32: removal of the data extension feature
      spi: stm32h7: ensure message are smaller than max size

Amelie Delaunay (6):
      dmaengine: stm32-dma: fix max width computing
      usb: dwc2: fix wakeup support with dedicated wake irq
      usb: dwc2: fix build issue when config is USB_DWC2_HOST only
      Merge tag 'v4.19.143' into v4.19-stm32mp
      usb: dwc2: disable Link Power Management on STM32MP1 HS OTG

Arnaud Pouliquen (1):
      rpmg: rpmsg_tty: rework to tty port allocation and release

 drivers/crypto/stm32/stm32-crc32.c                 | 258 +++++++++----------
 drivers/dma/stm32-dma.c                            |   3 +-
 drivers/mtd/nand/raw/stm32_fmc2_nand.c             |   4 +-
 drivers/rpmsg/rpmsg_tty.c                          |  97 ++++---
 drivers/spi/spi-stm32.c                            |  64 ++---
 drivers/usb/dwc2/core.h                            |   1 +
 drivers/usb/dwc2/drd.c                             |   3 +
 drivers/usb/dwc2/params.c                          |   4 +
 drivers/usb/dwc2/platform.c                        |  24 +-
 drivers/usb/host/ehci-platform.c                   | 125 +++++++++
 1563 files changed, 12758 insertions(+), 6301 deletions(-)