The following changes since commit fed0088638a131a4c3da35501cc8acfd589587fc:

  i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop (2019-11-06 16:12:24 +0100)

are available in the Git repository at:

  https://github.com/STMicroelectronics/linux.git tags/v4.19-stm32mp-r2.4

for you to fetch changes up to a37bc8d856557040ebac600a3097894e9cc36776:

  ARM: dts: stm32: fix mdma1 clients channel priority level on stm32mp157c (2019-12-04 16:40:38 +0100)

----------------------------------------------------------------
This is the v4.19-stm32mp-r2.4 release.
----------------------------------------------------------------
Amelie Delaunay (4):
      Merge tag 'v4.19.87' into v4.19-stm32mp
      dt-bindings: dma: fix stm32-mdma clients DMA property description
      dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value
      ARM: dts: stm32: fix mdma1 clients channel priority level on stm32mp157c

Christophe Kerello (1):
      mtd: rawnand: stm32_fmc2: avoid to lock the CPU bus

Erwan Le Ray (2):
      ARM: dts: stm32: add hw-flow-ctrl to stm32mp157c-ev1 usart3 node
      ARM: dts: stm32: add hw-flow-ctrl to stm32mp157a-dk1 usart3 node

Olivier Moysan (4):
      ASoC: stm32: spdifrx: fix inconsistent lock state
      ASoC: stm32: spdifrx: fix race condition in irq handler
      ASoC: stm32: spdifrx: fix input pin state management
      ARM: dts: stm32: remove sleep state for spdifrx on stm32mp157c-ev1

 .../devicetree/bindings/dma/stm32-mdma.txt         |  44 +-
 arch/arm/boot/dts/stm32mp157a-dk1.dts              |   1 +
 arch/arm/boot/dts/stm32mp157c-ev1.dts              |   4 +-
 arch/arm/boot/dts/stm32mp157c.dtsi                 |  46 +-
 drivers/dma/stm32-mdma.c                           |   2 +-
 drivers/i2c/busses/i2c-stm32f7.c                   |  19 +-
 drivers/mtd/nand/raw/stm32_fmc2_nand.c             |  40 +-
 sound/soc/stm/stm32_spdifrx.c                      |  40 +-
 1281 files changed, 14931 insertions(+), 6775 deletions(-)