]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: stm32: csi: addition of the STM32 CSI driver
authorAlain Volmat <alain.volmat@foss.st.com>
Thu, 12 Dec 2024 09:17:27 +0000 (10:17 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 12 Dec 2024 12:22:25 +0000 (13:22 +0100)
commitdcb0f4c16be5df6881a952dc510ce3ec01570144
tree6da40eb32f9419e9533817a8fa6ea0d907bf53a1
parent64ecc79a95db0ef781c7b5948910a73bd2b54770
media: stm32: csi: addition of the STM32 CSI driver

The STM32 CSI controller is tightly coupled with the DCMIPP and act as an
input stage to receive data coming from the sensor and transferring
them into the DCMIPP.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
MAINTAINERS
drivers/media/platform/st/stm32/Kconfig
drivers/media/platform/st/stm32/Makefile
drivers/media/platform/st/stm32/stm32-csi.c [new file with mode: 0644]