The following changes since commit bcac5af7a5f8d42359cdbfeeca665f70bc678718:
phy: stm32: rework PLL Lock detection (2020-03-18 18:35:14 +0100)
are available in the Git repository at:
https://github.com/STMicroelectronics/linux.git tags/v4.19-stm32mp-r3.2
for you to fetch changes up to c306aaa45d7332fc3e295388039e0d4d51ad019e:
dmaengine: stm32: take address into account when computing max width (2020-05-29 16:25:17 +0200)
----------------------------------------------------------------
This is the v4.19-stm32mp-r3.2 release.
----------------------------------------------------------------
Alain Volmat (2):
spi: stm32: do not mandate optional cs-gpio entry
Alexandre Torgue (1):
cpufreq: stm32: don't print an error on probe deferral
Amelie Delaunay (9):
dmaengine: fix basic debugfs support
dmaengine: fix DMA/MDMA chaining flush condition
usb: dwc2: force ID pin high on init of dual role overwrite
Merge tag 'v4.19.125' into v4.19-stm32mp
ARM: dts: stm32: fix dmamux reg property on stm32mp15
dmaengine: stm32-dma: clean channel configuration when channel is freed
phy: stm32: introduce atomic n_pll_cons to count number of pll consumers
phy: stm32: rather use readl_relaxed_poll_timeout for polling
dmaengine: stm32: take address into account when computing max width
Bernard Puel (1):
CONTRIBUTING: add contributing guide to STMicroelectronics/linux repository
Fabrice Gasnier (7):
usb: dwc2: gadget: move gadget resume after the core is in L0 state
usb: gadget: u_serial: add suspend resume callbacks
usb: gadget: f_serial: add suspend resume callbacks
usb: gadget: f_acm: add suspend resume callbacks
Gabriel Fernandez (2):
clk: stm32mp1: introduce stm32 clock boot constraint
ARM: dts: stm32: set ltdc pixel clock as clock boot on on stm32mp15
CONTRIBUTING.md | 30 +++
.../devicetree/bindings/clock/st,stm32mp1-rcc.txt | 4 +
arch/arm/boot/dts/stm32mp157c.dtsi | 3 +-
drivers/clk/clk-stm32mp1.c | 75 +++++-
drivers/cpufreq/stm32-cpufreq.c | 15 +-
drivers/dma/dmaengine.c | 5 -
drivers/dma/stm32-dma.c | 31 ++-
drivers/iio/adc/stm32-adc.c | 72 ++---
drivers/iio/adc/stm32-dfsdm-adc.c | 27 +-
drivers/phy/st/phy-stm32-usbphyc.c | 65 ++---
drivers/spi/spi-stm32.c | 7 +-
drivers/usb/dwc2/core_intr.c | 7 +-
drivers/usb/dwc2/drd.c | 2 +
drivers/usb/gadget/function/f_acm.c | 16 ++
drivers/usb/gadget/function/f_serial.c | 16 ++
drivers/usb/gadget/function/u_serial.c | 57 +++-
drivers/usb/gadget/function/u_serial.h | 2 +
1063 files changed, 9793 insertions(+), 4727 deletions(-)
create mode 100644 CONTRIBUTING.md