]> git.ipfire.org Git - thirdparty/linux.git/commit
media: rockchip: add driver for the rockchip camera interface
authorMichael Riesch <michael.riesch@collabora.com>
Fri, 14 Nov 2025 15:20:16 +0000 (16:20 +0100)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Sat, 15 Nov 2025 11:40:33 +0000 (12:40 +0100)
commitf53fb31a388901cfe11b95a3a2cf1594355321e4
tree376420d263bf16697ec488ba04c0295f1fc53d76
parent60836eeca0fb27ad6a41bc2c303be80a0371447f
media: rockchip: add driver for the rockchip camera interface

Add the skeleton for a media controller centric V4L2 driver for the
Rockchip Camera Interface (CIF).
The skeleton features support for the PX30 Video Input Processor (VIP)
and the RK3568 Video Capture (VICAP) unit.

Tested-by: Gerald Loacker <gerald.loacker@wolfvision.net>
Reviewed-by: Gerald Loacker <gerald.loacker@wolfvision.net>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com>
Signed-off-by: Michael Riesch <michael.riesch@collabora.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
MAINTAINERS
drivers/media/platform/rockchip/Kconfig
drivers/media/platform/rockchip/Makefile
drivers/media/platform/rockchip/rkcif/Kconfig [new file with mode: 0644]
drivers/media/platform/rockchip/rkcif/Makefile [new file with mode: 0644]
drivers/media/platform/rockchip/rkcif/rkcif-common.h [new file with mode: 0644]
drivers/media/platform/rockchip/rkcif/rkcif-dev.c [new file with mode: 0644]