The following changes since commit 968b98e06b08f2f9fc29d350ec9ba1be2574a033:
drm/panel: otm8009a: reset during probe (2019-02-28 10:16:42 +0100)
are available in the git repository at:
ssh://gerrit.st.com:29418/mpu/oe/st/linux-stm32 tags/v4.19-stm32mp-r1.2
for you to fetch changes up to 187465ac40466bc6b3ea2e61c63998484513fd00:
crypto: testmgr - call shash_init in crc32c algo (2019-03-28 18:29:04 +0100)
----------------------------------------------------------------
This is the v4.19-stm32mp-r1.2 release.
----------------------------------------------------------------
Amelie Delaunay (1):
Merge tag 'v4.19.26' into v4.19-stm32mp
Bich Hemon (1):
i2c: i2c-stm32f7: fix I2C_SMBUS_I2C_BLOCK_DATA transaction
Erwan Le Ray (4):
serial: stm32: add RX and TX FIFO flush
serial: stm32: fix word length and receiver timeout configurations
serial: stm32: fix rx error handling
serial: stm32: fix rx data length when parity enabled
Lionel Debieve (4):
hw_random: stm32: add default quality
crypto: stm32/crc - fix run-time self tests issue
crypto: stm32/hash - Fix self test issue during export
crypto: testmgr - call shash_init in crc32c algo
Olivier Moysan (6):
ASoC: wm8994: add LDO cycle-time protection
ASoC: cs42l51: add power management
ASoC: stm32: i2s: update regmap register declaration
ASoC: stm32: sai: fix power management
ASoC: stm32: sai: fix oversampling mode
ASoC: stm32: dfsdm: add mmap support
Yannick Fertré (4):
drm/panel: otm8009a: fix clock to 29.70 Mhz
drm/panel: otm8009a: add delay before switch to video mode
ARM: dts: stm32: update power supply of rm68200 on stm32mp157c-ev1
media: platform: stm32: wait end of transmission
arch/arm/boot/dts/stm32mp157c-ev1.dts | 2 +-
crypto/testmgr.c | 7 +
drivers/char/hw_random/stm32-rng.c | 1 +
drivers/crypto/stm32/stm32-hash.c | 2 +-
drivers/crypto/stm32/stm32_crc32.c | 32 +++-
drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 17 +-
drivers/i2c/busses/i2c-stm32f7.c | 8 +-
drivers/media/platform/stm32/stm32-cec.c | 11 ++
drivers/mfd/wm8994-core.c | 6 +
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 51 +++---
drivers/tty/serial/stm32-usart.c | 192 ++++++++++++---------
drivers/tty/serial/stm32-usart.h | 12 +-
sound/soc/codecs/cs42l51-i2c.c | 28 ++-
sound/soc/codecs/cs42l51.c | 119 +++++++++++--
sound/soc/codecs/cs42l51.h | 20 +++
sound/soc/stm/stm32_adfsdm.c | 2 +-
sound/soc/stm/stm32_i2s.c | 3 +-
sound/soc/stm/stm32_sai.c | 60 +++++--
sound/soc/stm/stm32_sai.h | 2 +
sound/soc/stm/stm32_sai_sub.c | 10 +-