media: i2c: add thcv241 link thcv244 camera serdes driver

Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: I252e9d71b368f986f5a7275fa9f6dfe223ece211
This commit is contained in:
Jianwei Fan
2022-06-24 10:16:12 +00:00
committed by Tao Huang
parent 0d6a701cf4
commit 5ea068626a
3 changed files with 1362 additions and 0 deletions

View File

@@ -489,6 +489,19 @@ config VIDEO_TC35874X
To compile this driver as a module, choose M here: the
module will be called tc35874x.
config VIDEO_THCV244
tristate "Thine THCV244 decoder"
depends on VIDEO_V4L2 && I2C
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select HDMI
select V4L2_FWNODE
help
Support for the Thine THCV244 deserializer.
To compile this driver as a module, choose M here: the
module will be called thcv244.
config VIDEO_TVP514X
tristate "Texas Instruments TVP514x video decoder"
depends on VIDEO_V4L2 && I2C

View File

@@ -156,6 +156,7 @@ obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
obj-$(CONFIG_VIDEO_TC358743) += tc358743.o
obj-$(CONFIG_VIDEO_TC35874X) += tc35874x.o
obj-$(CONFIG_VIDEO_THCV244) += thcv244.o
obj-$(CONFIG_VIDEO_RK628) += rk628/
obj-$(CONFIG_VIDEO_AR0230) += ar0230.o
obj-$(CONFIG_VIDEO_GC02M2) += gc02m2.o

1348
drivers/media/i2c/thcv244.c Normal file

File diff suppressed because it is too large Load Diff