]> www.infradead.org Git - users/dwmw2/linux.git/commit
media: stm32: dcmipp: rename dcmipp_parallel into dcmipp_input
authorAlain Volmat <alain.volmat@foss.st.com>
Thu, 12 Dec 2024 09:17:30 +0000 (10:17 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 12 Dec 2024 12:22:26 +0000 (13:22 +0100)
commitd64685e129c0a3db7b5d7cfaee6661eca9cbbdc7
tree204137cfd94b06c0d1f4c00c6bd51972be1c4ec0
parentb0f3cc70893289d0d74a1523e26d60346f747ebe
media: stm32: dcmipp: rename dcmipp_parallel into dcmipp_input

In preparation of the introduction of dcmipp csi input support, rename
the dcmipp_parallel subdev into a generic dcmipp_input which will be in
charge of handling both parallel input & csi input.
Only structures / variables / functions and file naming are changed without
any functional modifications.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/st/stm32/stm32-dcmipp/Makefile
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-common.h
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-core.c
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-input.c [moved from drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-parallel.c with 66% similarity]