zephyr/drivers/video
Phi Bang Nguyen 78b9f25f76 drivers: video: Use video interfaces binding for ov7670 and smartdma
Have ov7670 and video smartdma use video interfaces binding. With
this, we can fix the chicken-egg issue in init priority and don't need
the workaround anymore.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
2025-04-26 11:15:50 -04:00
..
CMakeLists.txt drivers: video: Implement video control framework 2025-04-21 20:03:31 +02:00
gc2145.c drivers: video: Add support for composite controls 2025-04-21 20:03:31 +02:00
Kconfig drivers: video: add emulated Imager driver and RX driver 2024-12-05 20:00:21 -05:00
Kconfig.emul_imager drivers: video: emul: store only one line of data 2025-03-20 07:20:55 +01:00
Kconfig.emul_rx drivers: video: add emulated Imager driver and RX driver 2024-12-05 20:00:21 -05:00
Kconfig.esp32_dvp
Kconfig.gc2145
Kconfig.mcux_csi drivers: video: csi: Increase init priority 2024-10-25 08:54:57 +02:00
Kconfig.mcux_mipi_csi2rx
Kconfig.mcux_sdma
Kconfig.mt9m114
Kconfig.ov2640
Kconfig.ov5640
Kconfig.ov7670
Kconfig.ov7725
Kconfig.stm32_dcmi
Kconfig.sw_generator drivers: video: sw_generator: Disable the driver if a real camera presents 2024-11-25 17:42:49 +01:00
mt9m114.c drivers: video: Add support for composite controls 2025-04-21 20:03:31 +02:00
ov2640.c drivers: video: Add support for composite controls 2025-04-21 20:03:31 +02:00
ov5640.c drivers: video: Add support for controls of menu types 2025-04-21 20:03:31 +02:00
ov7670.c drivers: video: Add support for composite controls 2025-04-21 20:03:31 +02:00
ov7725.c drivers: video: Introduce video device structure 2025-04-21 20:03:31 +02:00
video_common.c drivers: video: Add timeout tovideo_buffer_alloc 2024-12-10 20:39:57 +01:00
video_ctrls.c drivers: video: Add support for controls of menu types 2025-04-21 20:03:31 +02:00
video_ctrls.h drivers: video: Add support for controls of menu types 2025-04-21 20:03:31 +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: Add support for composite controls 2025-04-21 20:03:31 +02:00
video_emul_rx.c drivers: video: hotfix: force use of constant value for 'source_dev' 2025-04-22 15:04:47 +02:00
video_esp32_dvp.c drivers: video: hotfix: force use of constant value for 'source_dev' 2025-04-22 15:04:47 +02:00
video_mcux_csi.c drivers: video: hotfix: force use of constant value for 'source_dev' 2025-04-22 15:04:47 +02:00
video_mcux_mipi_csi2rx.c drivers: video: hotfix: force use of constant value for 'source_dev' 2025-04-22 15:04:47 +02:00
video_mcux_smartdma.c drivers: video: Use video interfaces binding for ov7670 and smartdma 2025-04-26 11:15:50 -04:00
video_stm32_dcmi.c drivers: video: hotfix: force use of constant value for 'source_dev' 2025-04-22 15:04:47 +02:00
video_sw_generator.c drivers: video: Support controls of 64-bit integer type 2025-04-21 20:03:31 +02:00
video.ld drivers: video: Introduce video device structure 2025-04-21 20:03:31 +02:00