Commit 1ec0b899 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

media: ccs: Add the generator for CCS register definitions and limits

Add register definitions of the MIPI CCS 1.1 standard.

The CCS driver makes extended use of device's capability registers that
are dependent on CCS version. This involves having an in-memory data
structure for limit and capability information, creating that data
structure and accessing it.

The register definitions as well as the definitions of this data structure
are generated from a text file using a Perl script. Add the generator
script to make it easy to update the generated files.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 67e061f0
This diff is collapsed.
This diff is collapsed.
...@@ -16108,6 +16108,7 @@ M: Sakari Ailus <sakari.ailus@linux.intel.com> ...@@ -16108,6 +16108,7 @@ M: Sakari Ailus <sakari.ailus@linux.intel.com>
L: linux-media@vger.kernel.org L: linux-media@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
F: Documentation/driver-api/media/drivers/ccs/
F: drivers/media/i2c/smiapp-pll.c F: drivers/media/i2c/smiapp-pll.c
F: drivers/media/i2c/smiapp-pll.h F: drivers/media/i2c/smiapp-pll.h
F: drivers/media/i2c/smiapp/ F: drivers/media/i2c/smiapp/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment