mbox series

[v3,0/2] CCS active state fixes

Message ID 20231010123205.250860-1-sakari.ailus@linux.intel.com
Headers show
Series CCS active state fixes | expand

Message

Sakari Ailus Oct. 10, 2023, 12:32 p.m. UTC
Hi folks,

This set new includes fixes for the the CCS driver sub-device state patch.

since v2:

- Avoid framework changes. As this is a fix, merging this soon is
  important. Let's discuss framework improvements later on. 

since v1:

- There were other drivers using __v4l2_subdev_state_alloc(). Ouch. Change
  those users as well. Note that this function should not be used in
  drivers, hence API niceness is not a high priority.

Sakari Ailus (2):
  media: ccs: Rework initialising sub-device state
  media: ccs: Fix a (harmless) lockdep warning

 drivers/media/i2c/ccs/ccs-core.c | 62 ++++++++++++++++++++------------
 1 file changed, 40 insertions(+), 22 deletions(-)