mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] media: i2c: ov9282: Modernize driver with CCI and streams API
@ 2026-03-01 10:48 Xiaolei Wang
  2026-03-01 10:48 ` [PATCH v2 1/3] media: i2c: ov9282: Convert to CCI register access helpers Xiaolei Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xiaolei Wang @ 2026-03-01 10:48 UTC (permalink / raw)
  To: sakari.ailus, tarang.raval, laurent.pinchart, dave.stevenson,
	jacopo, mchehab, prabhakar.mahadev-lad.rj, hverkuil+cisco,
	johannes.goede, hverkuil-cisco, jai.luthra, Xiaolei.Wang
  Cc: linux-media, linux-kernel

This series modernizes the ov9282 driver by:

1. Converting to the common CCI (Camera Control Interface) register
   access helpers, which simplifies the code by removing custom I2C
   register access functions.

2. Switching to use the V4L2 sub-device state lock instead of a
   private mutex, improving integration with the V4L2 framework.

3. Migrating from the legacy s_stream callback to the modern
   enable_streams/disable_streams callbacks, providing better support
   for multiplexed streams.

These changes reduce code complexity, improve maintainability, and
align the driver with current V4L2 best practices.

I verified each patch on the Raspberry Pi 5 platform.

Changes in V2:
  - Patch 1: Fixed group hold release error handling in
    ov9282_update_exp_gain()
  - Patch 2: Fixed runtime PM cleanup in probe error path
  - Patch 3: Improved error handling with clearer err_pm_put: label

Link to V1:
  https://patchwork.linuxtv.org/project/linux-media/cover/20260228083401.1007434-1-xiaolei.wang@windriver.com/

Xiaolei Wang (3):
  media: i2c: ov9282: Convert to CCI register access helpers
  media: i2c: ov9282: Switch to using the sub-device state lock
  media: i2c: ov9282: switch to {enable,disable}_streams

 drivers/media/i2c/Kconfig  |   1 +
 drivers/media/i2c/ov9282.c | 408 +++++++++----------------------------
 2 files changed, 101 insertions(+), 308 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-02 14:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-01 10:48 [PATCH v2 0/3] media: i2c: ov9282: Modernize driver with CCI and streams API Xiaolei Wang
2026-03-01 10:48 ` [PATCH v2 1/3] media: i2c: ov9282: Convert to CCI register access helpers Xiaolei Wang
2026-03-01 10:48 ` [PATCH v2 2/3] media: i2c: ov9282: Switch to using the sub-device state lock Xiaolei Wang
2026-03-02 12:49   ` Sakari Ailus
2026-03-02 14:44     ` xiaolei wang
2026-03-01 10:48 ` [PATCH v2 3/3] media: i2c: ov9282: switch to {enable,disable}_streams Xiaolei Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®