The following changes since commit 1cb30cb5ffc29a53ec2031b6a29878ddd266516c:

  serial: stm32: use dma_request/release_chan_linked API for rx (2020-01-20 17:30:55 +0100)

are available in the Git repository at:

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

for you to fetch changes up to bcac5af7a5f8d42359cdbfeeca665f70bc678718:

  phy: stm32: rework PLL Lock detection (2020-03-18 18:35:14 +0100)

----------------------------------------------------------------
This is the v4.19-stm32mp-r3.1 release.
----------------------------------------------------------------
Alain Volmat (1):
      spi: stm32: always perform registers configuration prior to transfer

Alexandre Torgue (3):
      phy: core: Add consumer device link support
      dt-bindings: stm32: document STM32MP151 and STM32MP153 SoC
      ARM: stm32: add STM32MP151 and STM32MP153 SoC support

Amelie Delaunay (17):
      usb: dwc2: enable FS/LS PHY clock select on stm32mp1_fsotg
      usb: dwc2: set ahbcfg parameter for STM32MP1 OTG HS and FS
      ARM: dts: stm32: adjust USB OTG gadget fifo sizes in stm32mp157c
      phy: stm32: fix ck_usbo_48m management and remove
      clk: don't prepare_enable/disable_unprepare an unregistered old_parent clk
      mfd: stmfx: reset chip on resume as supply was disabled
      mfd: stmfx: fix stmfx_irq_init error path
      mfd: stmfx: disable irq in suspend to avoid spurious interrupt
      dmaengine: stm32-dma: avoid race condition around DMA/MDMA flush
      dmaengine: stm32-dma: display stm32_dma_mdma_flush_remaining return value
      dmaengine: stm32-dma: rework irq handler to manage error before transfer events
      dmaengine: stm32-mdma: rework interrupt handler
      i2c: stm32f7: fix documentation warnings when compiling with W=1
      ARM: configs: fix CONFIG_NR_CPUS in multiv7_addons fragment
      usb: dwc2: mask CONIDSTSCHNG interrupt during suspend with extcon
      Merge tag 'v4.19.108' into v4.19-stm32mp
      phy: stm32: rework PLL Lock detection

Erwan Le Ray (1):
      serial: stm32: fix -Wall W=1 compilation warnings

Gabriel Fernandez (1):
      clk: stm32mp1: Add DT bindings for bus clocks PCLK 1/2/3/4/5

Kishon Vijay Abraham I (1):
      phy: core: Fix phy_get() to not return error on link creation failure

Ludovic Barre (2):
      mmc: mmci: sdmmc: fix DMA API warning: max segment size
      mmc: mmci: sdmmc: fix DMA API warning overlapping mappings

Pascal Paillet (2):
      ARM: dts: stm32: reduce temperature critical threshold on stm32mp157c
      regulator: stpmic1: Usb boost over-current protection workaround

Peter Ujfalusi (1):
      dmaengine: Add basic debugfs support

Yannick Fertre (1):
      Revert "drm/panel: rm68200: don't reset at unprepare call"

 .../devicetree/bindings/arm/stm32/stm32.txt        |   2 +
 arch/arm/boot/dts/stm32mp157c.dtsi                 |  10 +-
 arch/arm/configs/fragment-02-multiv7_addons.config |   2 +-
 arch/arm/mach-stm32/board-dt.c                     |   2 +
 drivers/clk/clk-stm32mp1.c                         |  10 +-
 drivers/clk/clk.c                                  |  17 +-
 drivers/dma/dmaengine.c                            |  87 ++++-
 drivers/dma/stm32-dma.c                            |  56 ++-
 drivers/dma/stm32-mdma.c                           |  64 +--
 drivers/gpu/drm/panel/panel-raydium-rm68200.c      |   5 +
 drivers/i2c/busses/i2c-stm32f7.c                   |  14 +-
 drivers/mfd/stmfx.c                                |  22 +-
 drivers/mmc/host/mmci_stm32_sdmmc.c                |  17 +-
 drivers/phy/phy-core.c                             |  43 +-
 drivers/phy/st/phy-stm32-usbphyc.c                 |  89 +++--
 drivers/regulator/stpmic1_regulator.c              | 197 +++++++++-
 drivers/spi/spi-stm32.c                            |  60 ++-
 drivers/tty/serial/stm32-usart.c                   |  43 +-
 drivers/usb/dwc2/core.h                            |   2 +
 drivers/usb/dwc2/drd.c                             |  26 ++
 drivers/usb/dwc2/params.c                          |   4 +
 drivers/usb/dwc2/platform.c                        |   4 +
 drivers/usb/renesas_usbhs/rcar2.c                  |   2 +-
 include/dt-bindings/clock/stm32mp1-clks.h          |   6 +
 include/linux/dmaengine.h                          |   9 +
 include/linux/mfd/stmfx.h                          |   1 +
 include/linux/phy/phy.h                            |   9 +-
 1691 files changed, 15882 insertions(+), 9343 deletions(-)