The following changes since commit a327b75bc31622b91e3af1b96e8193215009a279:

  iio: adc: stm32-dfsdm: manage saturation (2019-05-23 09:58:32 +0200)

are available in the git repository at:

  https://github.com/STMicroelectronics/linux.git tags/v4.19-stm32mp-r1.5

for you to fetch changes up to bfcec3388ffb9657054a555d46ae26493a4f7492:

  ARM: dts: stm32: remove thermal passive trip point on stm32mp157c (2019-06-19 16:50:43 +0200)

----------------------------------------------------------------
This is the v4.19-stm32mp-r1.5 release.
----------------------------------------------------------------

 Alexandre Torgue (1):
       Merge tag 'v4.19.49' into v4.19-stm32mp

 Borut Seljak (1):
       serial: stm32: fix a recursive locking in stm32_config_rs485

 Christophe Roullier (2):
       net: stmmac: cleaning descriptors when suspend/resume
       net: stmmac: call netif_carrier_off early on suspend

 Fabrice Gasnier (4):
       dt-bindings: pwm-stm32: Add #pwm-cells
       pwm: stm32: use 3 cells ->of_xlate()
       ARM: dts: stm32: add pwm cells to stm32mp157c

 Gabriel Fernandez (1):
       clk: stm32mp1: fix a build warning with W=1

 Ludovic Barre (1):
       spi: stm32-qspi: remove signal sensitive on completion

 Pascal Paillet (5):
       dt-bindings: thermal: Update stm32 thermal trip points
       thermal: stm32: implement set_trips callback
       thermal: stm32: fix IRQ flooding on low threshold
       thermal: stm32: fix engineering calibration value
       ARM: dts: stm32: remove thermal passive trip point on stm32mp157c

  .../devicetree/bindings/pwm/pwm-stm32.txt          |   3 +
  .../devicetree/bindings/thermal/stm32-thermal.txt  |   9 +-
  arch/arm/boot/dts/stm32mp157c.dtsi                 |  18 +-
  drivers/clk/clk-stm32mp1.c                         |   2 +-
  drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  32 +-
  drivers/pwm/pwm-stm32.c                            |   2 +
  drivers/spi/spi-stm32-qspi.c                       |  10 +-
  drivers/thermal/st/stm_thermal.c                   | 430 +++++++--------------
  drivers/tty/serial/stm32-usart.c                   |   3 -
  9 files changed, 189 insertions(+), 320 deletions(-)