mbox series

[v2,0/4] CCS fixes and improvements

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

Message

Sakari Ailus April 7, 2023, 5:09 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).

since v2:

- Wrap a few long lines in the 3rd patch.

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              | 105 ++++++++++++------
 2 files changed, 94 insertions(+), 33 deletions(-)