From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Hi all,
This series implements the .get_frame_desc() subdev operation for the
OV5645 camera sensor driver to report information about streams to the
connected CSI-2 receiver. This is required to let the CSI-2 receiver
driver know about virtual channels and data types for each stream.
The series also converts the OV5645 driver to use CCI register access
helpers, which simplifies the code and improves error handling.
v1->v2
- Fixed selecting V4L2_CCI_I2C config option for the OV5645 driver.
- Fixed checkpatch warnings limiting to 80 characters per line.
Note
- patch 1/2 was origally part of series [0], patches 1-7 from series
[0] have been already merged.
- patches apply on top of media/next commit-id 2c8fe1f14240
[0] https://lore.kernel.org/all/20241018153230.235647-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
Cheers,
Prabhakar
Lad Prabhakar (2):
media: i2c: ov5645: Report streams using frame descriptors
media: i2c: ov5645: Convert to CCI register access helpers
drivers/media/i2c/Kconfig | 1 +
drivers/media/i2c/ov5645.c | 934 ++++++++++++++++++-------------------
2 files changed, 462 insertions(+), 473 deletions(-)
--
2.53.0