<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/driver-api/media/drivers/ccs, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2024-02-01T12:20:10Z</updated>
<entry>
<title>media: Documentation: Rework CCS driver documentation</title>
<updated>2024-02-01T12:20:10Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2024-01-05T10:59:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c06983f853bc58eafe05f75dfd7e8bdafba3cd8c'/>
<id>urn:sha1:c06983f853bc58eafe05f75dfd7e8bdafba3cd8c</id>
<content type='text'>
Drop duplicated UAPI specific portions of the CCS (kernel) documentation
and fix a spelling error in UAPI documentation previously fixed in driver
documentation.

Also add references both ways.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: ccs: Generate V4L2 CCI compliant register definitions</title>
<updated>2023-12-04T10:21:46Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2023-11-07T09:32:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5d6ce399d986dcf40d331d825fb2e4f8d0329865'/>
<id>urn:sha1:5d6ce399d986dcf40d331d825fb2e4f8d0329865</id>
<content type='text'>
Generate register definitions that are fit for use with V4L2 CCI.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>media: Documentation: ccs: Fix spelling mistake</title>
<updated>2023-10-12T07:22:28Z</updated>
<author>
<name>Umang Jain</name>
<email>umang.jain@ideasonboard.com</email>
</author>
<published>2023-10-09T14:26:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0b1e6f6a9f73eb4a16a5aadd15bac42ddcb51f88'/>
<id>urn:sha1:0b1e6f6a9f73eb4a16a5aadd15bac42ddcb51f88</id>
<content type='text'>
Correct the wrong spelling of 'exposes' in the binner section.

Signed-off-by: Umang Jain &lt;umang.jain@ideasonboard.com&gt;
Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>media: Documentation: Mention CCS tools</title>
<updated>2023-09-27T07:39:57Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2023-09-14T22:01:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4af8528f90e6a2c030598162c62d012c122a1e20'/>
<id>urn:sha1:4af8528f90e6a2c030598162c62d012c122a1e20</id>
<content type='text'>
CCS tools is a useful set of programs and libraries for working with CCS
static data. Do mention that in context of the CCS driver.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>media: ccs: Document CCS static data file names</title>
<updated>2023-04-11T16:54:02Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2023-03-28T11:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=66c3b67a687537fbd56b9835ff6eea5d29ad0170'/>
<id>urn:sha1:66c3b67a687537fbd56b9835ff6eea5d29ad0170</id>
<content type='text'>
Document the firmware file names for CCS static data for CCS, SMIA++ and
SMIA devices.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>media: Documentation: ccs: Fix the op_pll_multiplier address</title>
<updated>2021-06-02T09:50:26Z</updated>
<author>
<name>Bernhard Wimmer</name>
<email>be.wimm@gmail.com</email>
</author>
<published>2021-04-21T21:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=caad79405086151dec128f78274a999f15d947ed'/>
<id>urn:sha1:caad79405086151dec128f78274a999f15d947ed</id>
<content type='text'>
According to the CCS spec the op_pll_multiplier address is 0x030e,
not 0x031e.

Signed-off-by: Bernhard Wimmer &lt;be.wimm@gmail.com&gt;
Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: Documentation: Include CCS PLL calculator to CCS driver documentation</title>
<updated>2021-01-12T16:54:07Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2020-11-16T17:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=81499d338995fa288464c585f49211cfaa6ffdce'/>
<id>urn:sha1:81499d338995fa288464c585f49211cfaa6ffdce</id>
<content type='text'>
Include existing CCS PLL calculator kerneldoc documentation to the
documentation build.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: Documentation: ccs: Reorder SPDX and copyright notice lines</title>
<updated>2020-12-03T09:39:24Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2020-12-02T14:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=91f76941dd61da09b537658cdad02207a36585df'/>
<id>urn:sha1:91f76941dd61da09b537658cdad02207a36585df</id>
<content type='text'>
Move the SPDX tag to the top, placing the copyright notice after that.
This aligns the file with existing practices.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: Documentation: ccs: Rename ccs-regs.txt as ccs-regs.asc</title>
<updated>2020-12-03T09:38:45Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2020-12-02T14:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3bf10ebc6d12503edb3430234341491bdc9fff09'/>
<id>urn:sha1:3bf10ebc6d12503edb3430234341491bdc9fff09</id>
<content type='text'>
As documentation used to be in .txt files before converting to ReST,
rename ccs-regs.txt to avoid it being taken as documentation that
pre-dates ReST conversion and so target for further conversion to ReST.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;
</content>
</entry>
<entry>
<title>media: Documentation: ccs: Add CCS driver documentation</title>
<updated>2020-12-02T14:24:14Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@linux.intel.com</email>
</author>
<published>2020-11-05T16:08:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4ad97bfb1a7ee826b7f253750ba47f2e991c12ec'/>
<id>urn:sha1:4ad97bfb1a7ee826b7f253750ba47f2e991c12ec</id>
<content type='text'>
Document the MIPI CCS driver and the C register definition generator.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;
</content>
</entry>
</feed>
