zephyr/drivers/video
Josuah Demangeon a1ef239249 drivers: video: dcmi: fix DMA channel configuration
Commit 64149e4df6 added an "#if defined()"
for configuring DMA channels differently depending on SOC family of the
STM32 HAL, but did not include the STM32H7 family in the same group as
STM32F7. Fix it by adding the STM32H7 in the same #ifdef filter.

Fixes #92015

Signed-off-by: Josuah Demangeon <me@josuah.net>
2025-06-27 10:00:35 -05:00
..
CMakeLists.txt drivers: video: introduction of the stm32 DCMIPP driver 2025-06-06 10:10:58 +02:00
gc2145.c video: gc2145: convert to multi-instance driver 2025-06-24 20:12:51 -10:00
imx335.c video: imx335: only include gpio code if needed 2025-06-02 22:35:45 -04:00
Kconfig drivers: video: introduction of the stm32 DCMIPP driver 2025-06-06 10:10:58 +02:00
Kconfig.emul_imager
Kconfig.emul_rx
Kconfig.esp32_dvp
Kconfig.gc2145
Kconfig.imx335 drivers: video: introduction of imx335 sensor driver 2025-05-22 20:56:38 +02:00
Kconfig.mcux_csi
Kconfig.mcux_mipi_csi2rx drivers: video: mipi_csi2rx: Explicitly set init priority 2025-05-20 18:27:35 +02:00
Kconfig.mcux_sdma
Kconfig.mt9m114
Kconfig.ov2640
Kconfig.ov5640
Kconfig.ov7670
Kconfig.ov7725
Kconfig.ov9655 video: introduction of driver for Omnivision OV9655 2025-06-04 15:50:24 -04:00
Kconfig.shell drivers: video: shell: introduce the video shell 2025-05-20 18:27:43 +02:00
Kconfig.st_mipid02 video: st_mipid02: addition of ST MIPID02 CSI bridge 2025-06-02 05:48:03 +02:00
Kconfig.stm32_dcmi
Kconfig.stm32_dcmipp drivers: video: introduction of the stm32 DCMIPP driver 2025-06-06 10:10:58 +02:00
Kconfig.sw_generator drivers: video: sw_generator: convert to use the devicetree 2025-06-02 05:48:21 +02:00
mt9m114.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
ov2640.c drivers: video: fix uninitialized struct in ov2640_init() 2025-06-27 10:58:43 +02:00
ov5640.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
ov7670.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
ov7725.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
ov9655.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
video_common.c drivers: video: Fix skipped CIDs when enumerating controls 2025-06-19 22:37:54 -07:00
video_common.h drivers: video: common: introduce CCI utilities 2025-05-21 08:01:12 +02:00
video_ctrls.c drivers: video: use inclusive language 2025-06-25 10:49:41 +02:00
video_ctrls.h drivers: video: use inclusive language 2025-06-25 10:49:41 +02:00
video_device.c drivers: video: Introduce video device structure 2025-04-21 20:03:31 +02:00
video_device.h drivers: video: Implement video control framework 2025-04-21 20:03:31 +02:00
video_emul_imager.c drivers: video: fix uninitialized struct 2025-06-23 15:46:42 +01:00
video_emul_rx.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
video_esp32_dvp.c drivers: video: esp32_dvp: use inclusive language 2025-06-25 10:49:41 +02:00
video_mcux_csi.c video: remove valid pointer check in api entry points 2025-05-28 05:54:15 +02:00
video_mcux_mipi_csi2rx.c video: remove valid pointer check in api entry points 2025-05-28 05:54:15 +02:00
video_mcux_smartdma.c video: remove valid pointer check in api entry points 2025-05-28 05:54:15 +02:00
video_shell.c video: shell: correct incorrect error return value in cmd_video_format 2025-06-25 15:55:24 -10:00
video_st_mipid02.c drivers: video: fix NULL dereference in mipid02_get_fmt 2025-06-20 11:50:49 +01:00
video_stm32_dcmi.c drivers: video: dcmi: fix DMA channel configuration 2025-06-27 10:00:35 -05:00
video_stm32_dcmipp.c video: stm32: dcmipp: add set/get_selection handling 2025-06-25 15:55:24 -10:00
video_sw_generator.c drivers: video: sw_generator: convert to use the devicetree 2025-06-02 05:48:21 +02:00
video.ld drivers: video: Introduce video device structure 2025-04-21 20:03:31 +02:00