Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-12 | media: stm32: dcmipp: add support for csi input into dcmipp-input | Alain Volmat | |
On stm32mp25, the dcmipp can accept data coming from a CSI bus in addition to the parallel interface. Add this support into dcmipp-input subdev. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | |||
2024-12-12 | media: stm32: dcmipp: rename dcmipp_parallel into dcmipp_input | Alain Volmat | |
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> |