Commit 424ac45
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]>1 parent bc87603 commit 424ac45
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
150 | 165 | | |
151 | 166 | | |
152 | 167 | | |
| |||
158 | 173 | | |
159 | 174 | | |
160 | 175 | | |
| 176 | + | |
161 | 177 | | |
162 | 178 | | |
163 | 179 | | |
| |||
0 commit comments