]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ff5091ae28b88798597fa28060ff50a2d22f33e
tree480f9f88806342c0b433e73ef307ee38f4b3c8f2
parented9a3dc88dadc7b10f022b9e0805c97205f3215a
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]