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>
Tue, 28 Mar 2023 03:23:14 +0000 (12:23 +0900)
commit62739f8c41f60b5c71837577e591edd7a0cb2d41
tree3f9fcc656ef314bfef39dde8d22052e877f20110
parent407bad7dd43ea93f9d08337f8d459d28571e0b4f
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]