[PATCH 0/2] media: v4l2-cci/ov9282: support single-read I2C transactions

From: Richard Leitner

Date: Tue Jul 21 2026 - 09:29:15 EST


This series adds support for configuring transport-specific CCI regmap
behavior for I2C sensors, which is then used in the OV9282 driver to
force single-register read transactions.

The motivation for this change is that some OV9282 camera modules require
single-read I2C transactions to operate correctly. In particular, OV9282
modules from Vision Components return invalid data on multi-byte reads,
while switching the regmap to single-read transactions fixes the problem.

This series does not change the default behavior of existing CCI users.
Only ov9282 opts into single-read transactions.

Signed-off-by: Richard Leitner <richard.leitner@xxxxxxxxx>
---
Richard Leitner (2):
media: v4l2-cci: Add support for custom regmap configuration
media: ov9282: enable single-read I2C transactions

drivers/media/i2c/ov9282.c | 7 ++++++-
drivers/media/v4l2-core/v4l2-cci.c | 23 +++++++++++++++++++----
include/media/v4l2-cci.h | 37 ++++++++++++++++++++++++++++++++++++-
3 files changed, 61 insertions(+), 6 deletions(-)
---
base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f
change-id: 20260717-cci-single-29bbb89775c4

Best regards,
--
Richard Leitner <richard.leitner@xxxxxxxxx>