Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: Documentation: Include CCS PLL calculator to CCS driver documentation

Include existing CCS PLL calculator kerneldoc documentation to the
documentation build.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Sakari Ailus and committed by
Mauro Carvalho Chehab
81499d33 9c3d7e55

+13
+13
Documentation/driver-api/media/drivers/ccs/ccs.rst
··· 79 79 -l drivers/media/i2c/ccs/ccs-limits.c \ 80 80 -c Documentation/driver-api/media/drivers/ccs/ccs-regs.asc 81 81 82 + CCS PLL calculator 83 + ================== 84 + 85 + The CCS PLL calculator is used to compute the PLL configuration, given sensor's 86 + capabilities as well as board configuration and user specified configuration. As 87 + the configuration space that encompasses all these configurations is vast, the 88 + PLL calculator isn't entirely trivial. Yet it is relatively simple to use for a 89 + driver. 90 + 91 + The PLL model implemented by the PLL calculator corresponds to MIPI CCS 1.1. 92 + 93 + .. kernel-doc:: drivers/media/i2c/ccs-pll.h 94 + 82 95 **Copyright** |copy| 2020 Intel Corporation