I added HBLANK v4l2 control and marked it as read-only since VBLANK is enough to control FPS. Sensor also support digital gain so I added digital gain support by using V4L2_CID_GAIN control. Hyungwoo Yang (1): [media] i2c: add support for OV13858 sensor drivers/media/i2c/Kconfig | 8 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov13858.c | 1811 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1820 insertions(+) create mode 100644 drivers/media/i2c/ov13858.c -- 1.9.1