media: stm32-dcmipp: STM32 DCMIPP camera interface driver
authorHugues Fruchet <hugues.fruchet@foss.st.com>
Mon, 27 Nov 2023 17:08:17 +0000 (18:08 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 4 Dec 2023 09:37:47 +0000 (10:37 +0100)
commit28e0f37722965fa150af31d82101c95fd21aef60
treeadfedef2c49d9067bfa7b00620c1e3881cafa866
parentfa0f34188a916bf1c0e1299405d394431bf5a3b2
media: stm32-dcmipp: STM32 DCMIPP camera interface driver

This V4L2 subdev driver enables Digital Camera Memory Interface
Pixel Processor(DCMIPP) of STMicroelectronics STM32 SoC series.

Signed-off-by: Hugues Fruchet <hugues.fruchet@foss.st.com>
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
[hverkuil: remove empty line at end of source]
drivers/media/platform/st/stm32/Kconfig
drivers/media/platform/st/stm32/Makefile
drivers/media/platform/st/stm32/stm32-dcmipp/Makefile [new file with mode: 0644]
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-bytecap.c [new file with mode: 0644]
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-byteproc.c [new file with mode: 0644]
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-common.c [new file with mode: 0644]
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-common.h [new file with mode: 0644]
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-core.c [new file with mode: 0644]
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-parallel.c [new file with mode: 0644]