You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: video: video_stm32_dcmi: Add GPDMA support to STM32 DCMI
The STM32 DCMI driver currently supports devices with DMA, but does not
support devices that have GPDMA instead (e.g. STM32H5 line of SoCs). For
all practical purposes, this makes these devices unable to use the DCMI
driver. Adding GPDMA support enables additional devices to use the DCMI
driver, while not restricting the ability of DMA devices to do so as well.
Signed-off-by: Isaac Dekine <[email protected]>
0 commit comments