media: staging: media: starfive: camss: Add core driver
authorJack Zhu <jack.zhu@starfivetech.com>
Wed, 25 Oct 2023 03:14:16 +0000 (11:14 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 16 Nov 2023 11:13:25 +0000 (12:13 +0100)
commitbba185d141b1278728f53d2ebf97214ab023ed07
tree4a27104cf46c57840ec90ef8aed73c5cbf4b5091
parentf72f80550d01060a9dda8d0a1c3a7abbf333bc77
media: staging: media: starfive: camss: Add core driver

Add core driver for StarFive Camera Subsystem. The code parses
the device platform resources and registers related devices.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Jack Zhu <jack.zhu@starfivetech.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
MAINTAINERS
drivers/staging/media/Kconfig
drivers/staging/media/Makefile
drivers/staging/media/starfive/Kconfig [new file with mode: 0644]
drivers/staging/media/starfive/Makefile [new file with mode: 0644]
drivers/staging/media/starfive/camss/Kconfig [new file with mode: 0644]
drivers/staging/media/starfive/camss/Makefile [new file with mode: 0644]
drivers/staging/media/starfive/camss/stf-camss.c [new file with mode: 0644]
drivers/staging/media/starfive/camss/stf-camss.h [new file with mode: 0644]