v6.1-stm32mp-r1.1
New DMA chaining for DCMI
Bug fixes
The following changes since tag v6.1-stm32mp-r1:
mmc: mmci: stm32: fix max busy timeout calculation (2023-06-16 12:05:22 +0200)
are available in the Git repository at:
https://github.com/STMicroelectronics/linux.git
for you to fetch changes up to tag v6.1-stm32mp-r1.1:
ARM: dts: stm32: set pclk limit on dcmi interface on stm32mp157d-ev1 (2023-09-15 14:19:56 +0200)
Alain Volmat (14):
media: stm32: dcmi: fix only create dma descriptor once at buf_prepare
media: stm32: dcmi: rework spin_lock calls
media: stm32: dcmi: perform all dma handling within irq_thread
dt-bindings: media: st: dcmi: add DMA-MDMA chaining properties
media: stm32: dcmi: addition of DMA-MDMA chaining support
media: stm32: dcmi: continuous mode capture in JPEG
ARM: dts: stm32: add sram node within stm32mp151.dtsi
ARM: dts: stm32: enable DCMI DMA-MDMA chaining on stm32mp157a-ev1.dts
ARM: dts: stm32: enable DCMI DMA-MDMA chaining on stm32mp157c-ev1.dts
ARM: dts: stm32: enable DCMI DMA-MDMA chaining on stm32mp157d-ev1.dts
ARM: dts: stm32: enable DCMI DMA-MDMA chaining on stm32mp157f-ev1.dts
ARM: dts: stm32: set pclk limit on dcmi interface on stm32mp157a-ev1
ARM: dts: stm32: set pclk limit on dcmi interface on stm32mp157c-ev1
ARM: dts: stm32: set pclk limit on dcmi interface on stm32mp157d-ev1
Amelie Delaunay (6):
ARM: configs: disable PAGE_POOL_STATS in fragment-01-multiv7_cleanup
dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chaining
dmaengine: stm32-dma: fix residue in case of MDMA chaining
dmaengine: stm32-mdma: fix residue computation when transfer complete set
dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is set
dmaengine: stm32-mdma: use Link Address Register to compute residue
Arnd Bergmann (1):
rtc: stm32: remove incorrect #ifdef check
Gabriel Fernandez (1):
ARM: configs: add REBOOT MODE support in fragment-02-multiv7_addons
Gatien Chevallier (1):
hwrng: stm32 - fix clock division application
Hugues Fruchet (1):
media: stm32-dcmi: create video dev within notifier bound
Maxime Méré (1):
crypto: stm32/cryp - add CRYPTO_ALG_KERN_DRIVER_ONLY flag
Patrick Delaunay (1):
ARM: dts: stm32: Enable reboot mode support to stm32mp157
Thomas Bourgoin (1):
ARM: dts: stm32: fix dmas entres for CRYP driver
Uwe Kleine-König (1):
serial: stm32: Ignore return value of uart_remove_one_port() in .remove()