]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: platform: Add C3 MIPI adapter driver
authorKeke Li <keke.li@amlogic.com>
Sun, 27 Apr 2025 06:27:12 +0000 (14:27 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 9 May 2025 10:08:37 +0000 (12:08 +0200)
commitf0d2d8062cc8d552bd522595d557a0dec32d3ea2
treecc6131d3381839b61711b53501d7c1d909966c3a
parenta789e6fc7686c81e59af5697d344df8cf93b8716
media: platform: Add C3 MIPI adapter driver

Add a driver for the MIPI adapter unit found on the Amlogic C3 SoC.

This driver is used to align the MIPI data from the MIPI CSI-2 receiver
unit and send the aligned data to the ISP unit.

Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Keke Li <keke.li@amlogic.com>
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
MAINTAINERS
drivers/media/platform/amlogic/c3/Kconfig
drivers/media/platform/amlogic/c3/Makefile
drivers/media/platform/amlogic/c3/mipi-adapter/Kconfig [new file with mode: 0644]
drivers/media/platform/amlogic/c3/mipi-adapter/Makefile [new file with mode: 0644]
drivers/media/platform/amlogic/c3/mipi-adapter/c3-mipi-adap.c [new file with mode: 0644]