media: ccs: Add the generator for CCS register definitions and limits
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 3 Feb 2020 09:39:24 +0000 (10:39 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Dec 2020 14:19:56 +0000 (15:19 +0100)
commit1ec0b899c2b776c0c2dd03044b171a52b5211570
treeefdf86879d9019f1b3c3f8290b74fa8f251fc9ce
parent67e061f044e46c9823e59ca7981786f858bfa292
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: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/driver-api/media/drivers/ccs/ccs-regs.txt [new file with mode: 0644]
Documentation/driver-api/media/drivers/ccs/mk-ccs-regs [new file with mode: 0755]
MAINTAINERS