media: starfive: Add Starfive Camera Subsystem driver
authorJack Zhu <jack.zhu@starfivetech.com>
Fri, 10 Mar 2023 12:05:53 +0000 (20:05 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:24:45 +0000 (08:24 +0900)
commitc26be048cfda6935dbc65fd802e06b0e74a99a88
tree4b2c97348af01b233385971c35f96d1f5f1d56c1
parent9152c549565cde080c0492f6a2991312c852a096
media: starfive: Add Starfive Camera Subsystem driver

Add the driver for Starfive Camera Subsystem found on
Starfive JH7110 SoC. It is used for handing image sensor
data.

Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>
16 files changed:
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/starfive/Kconfig [new file with mode: 0644]
drivers/media/platform/starfive/Makefile [new file with mode: 0644]
drivers/media/platform/starfive/stf_camss.c [new file with mode: 0644]
drivers/media/platform/starfive/stf_camss.h [new file with mode: 0644]
drivers/media/platform/starfive/stf_common.h [new file with mode: 0644]
drivers/media/platform/starfive/stf_isp.c [new file with mode: 0644]
drivers/media/platform/starfive/stf_isp.h [new file with mode: 0644]
drivers/media/platform/starfive/stf_isp_hw_ops.c [new file with mode: 0644]
drivers/media/platform/starfive/stf_video.c [new file with mode: 0644]
drivers/media/platform/starfive/stf_video.h [new file with mode: 0644]
drivers/media/platform/starfive/stf_vin.c [new file with mode: 0644]
drivers/media/platform/starfive/stf_vin.h [new file with mode: 0644]
drivers/media/platform/starfive/stf_vin_hw_ops.c [new file with mode: 0644]
include/uapi/linux/stf_isp_ioctl.h [new file with mode: 0644]