mbox series

[0/4] V4L2 sub-device active state helper, CCS fixes

Message ID 20231009120525.202957-1-sakari.ailus@linux.intel.com
Headers show
Series V4L2 sub-device active state helper, CCS fixes | expand

Message

Sakari Ailus Oct. 9, 2023, 12:05 p.m. UTC
Hi folks,

This set includes a helper for working with V4L2 sub-device active state as
well as a fix for the CCS driver sub-device state patch.

Sakari Ailus (4):
  media: v4l: subdev: Set sub-device active state earlier
  media: v4l: subdev: Add a helper to tell if a sub-device state is
    active
  media: ccs: Rework initialising sub-device state
  media: ccs: Fix a (harmless) lockdep warning

 drivers/media/i2c/ccs/ccs-core.c      | 64 ++++++++++++++++++---------
 drivers/media/v4l2-core/v4l2-subdev.c | 14 +++---
 include/media/v4l2-subdev.h           | 11 ++++-
 3 files changed, 61 insertions(+), 28 deletions(-)