The following changes since commit b8663f5fdb5cfd6f243b72c9fac82c24b2594294:

  usb: dwc2: defer probe in case of core reset failure (2020-06-01 10:07:58 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ec918908fd55be1ce4cd1357ca68f9bf7174b81a:

  Revert "usb: dwc2: defer probe in case of core reset failure" (2020-09-08 15:54:08 +0200)

----------------------------------------------------------------
This is the v5.4-stm32mp-r1.1 release.
----------------------------------------------------------------

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

Alexandre Torgue (1):
      opp: core: fix memory leak in probe deferral

Amelie Delaunay (8):
      dmaengine: stm32-dma: fix max width computing
      usb: dwc2: fix build issue when config is USB_DWC2_HOST only
      Merge tag 'v5.4.56' into v5.4-stm32mp
      usb: dwc2: disable Link Power Management on STM32MP1 HS OTG
      usb: dwc2: fix error path with missing dwc2_drd_exit
      usb: dwc2: fix dwc2_drd_exit order in remove
      usb: dwc2: drd: fix sleeping while spinlock atomic context
      Revert "usb: dwc2: defer probe in case of core reset failure"

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

Christophe Guibout (1):
      ARM: dts: stm32: fix thermal trip point to stm32mp15xd

Patrice Chotard (1):
      spi: stm32-qspi: Fix error path in case of -EPROBE_DEFER

 arch/arm/boot/dts/stm32mp15xd.dtsi                 |   2 +-
 drivers/block/loop.c                               |   6 +-
 drivers/dma/stm32-dma.c                            |   3 +-
 drivers/iio/adc/stm32-adc.c                        |   8 +-
 drivers/iio/adc/stm32-dfsdm-adc.c                  |  21 +-
 drivers/mmc/host/mmci.c                            |  28 +-
 drivers/mtd/nand/raw/nand_base.c                   |  10 +-
 drivers/opp/core.c                                 |   3 +
 drivers/rpmsg/rpmsg_tty.c                          |  97 +--
 drivers/spi/spi-stm32-qspi.c                       |  46 +-
 drivers/spi/spi-stm32.c                            |  71 +--
 drivers/usb/dwc2/core.h                            |   1 +
 drivers/usb/dwc2/drd.c                             |  36 +-
 drivers/usb/dwc2/params.c                          |   4 +
 drivers/usb/dwc2/platform.c                        |  29 +-
 2538 files changed, 26722 insertions(+), 12683 deletions(-)