[PATCH 0/2] media: ov5645: Implement frame descriptor reporting and convert to CCI register access helpers

Prabhakar posted 2 patches 1 week ago
There is a newer version of this series
drivers/media/i2c/Kconfig  |   1 +
drivers/media/i2c/ov5645.c | 928 ++++++++++++++++++-------------------
2 files changed, 456 insertions(+), 473 deletions(-)
[PATCH 0/2] media: ov5645: Implement frame descriptor reporting and convert to CCI register access helpers
Posted by Prabhakar 1 week ago
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.

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 0e2c4117c351

[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 | 928 ++++++++++++++++++-------------------
 2 files changed, 456 insertions(+), 473 deletions(-)

-- 
2.53.0