OSDN Git Service

media: ccs: Add CCS static data parser library
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 14 Feb 2020 09:00:35 +0000 (10:00 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Dec 2020 11:27:28 +0000 (12:27 +0100)
commita6b396f410b1e77e567dc7ca6f581c3f91e6e7cf
tree480f9f88806342c0b433e73ef307ee38f4b3c8f2
parent9f65192d8d256dcac99a81c8129234b999704772
media: ccs: Add CCS static data parser library

Add a parser library for parsing the CCS static data format.

The library may be also compiled in user space as the format has uses also
in the user space. Therefore it is dual licensed under the 3-clause BSD
license as well.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/ccs/Makefile
drivers/media/i2c/ccs/ccs-data-defs.h [new file with mode: 0644]
drivers/media/i2c/ccs/ccs-data.c [new file with mode: 0644]
drivers/media/i2c/ccs/ccs-data.h [new file with mode: 0644]