summaryrefslogtreecommitdiffstats
path: root/Documentation/media/kapi/v4l2-videobuf2.rst
Commit message (Collapse)AuthorAgeFilesLines
* media: docs: brainless mass add SPDX headers to all media filesMauro Carvalho Chehab2018-12-051-0/+2
| | | | | | | | | All Documentation files outside the uAPI are all licensed with, at least, GPL 2.0. So, mark them as such. The ondes at media/uapi are at least GFDL 1.1+. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
* [media] doc-rst: reorganize the kAPI v4l2 chaptersMauro Carvalho Chehab2016-07-231-2/+2
| | | | | | | Reorganize the order of the document, putting the chapters on a more logical order and renaming some sections. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* [media] v4l2-dev: add cross-references and improve markupMauro Carvalho Chehab2016-07-231-0/+2
| | | | | | | Add cross-references for the functions/structs and add the markup tags to improve its display. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
* [media] doc-rst: Split v4l-core into one file per kAPIMauro Carvalho Chehab2016-07-231-0/+8
Sphinx produce a 1:1 mapping between a rst file and an html file. So, we need to split the kernel-doc tags on multiple documents. A side effect is that we're now having a better name for each section of the kAPI documentation. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>