mbox series

[0/4] CCS fixes and improvements

Message ID 20230406173428.19855-1-sakari.ailus@linux.intel.com
Headers show
Series CCS fixes and improvements | expand

Message

Sakari Ailus April 6, 2023, 5:34 p.m. UTC
Hi folks,

This set adds support for reading the 16-bit sensor revision register as
well as designates CCS static data file names for SMIA++ and SMIA
compliant devices. The latter can be considered as a fix as the driver was
attempting to read CCS static data file names for non-CCS sensors with CCS
identification information (which obviously was incorrect).

Sakari Ailus (4):
  media: ccs: Support 16-bit sensor revision number register
  media: ccs: Apply module manufacturer hack on non-CCS devices only
  media: ccs: Differentiate SMIA and MIPI vendors in static data
  media: ccs: Document CCS static data file names

 .../driver-api/media/drivers/ccs/ccs.rst      |  22 ++++
 drivers/media/i2c/ccs/ccs-core.c              | 104 ++++++++++++------
 2 files changed, 93 insertions(+), 33 deletions(-)