media: docs: split vimc.rst into devel and admin parts

The vimc driver has some kerneldoc markups, plus admin info.
Split it into two files.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Mauro Carvalho Chehab
2020-03-04 17:10:12 +01:00
parent a6c5ac5ca7
commit 8d562a0038
3 changed files with 17 additions and 11 deletions

View File

@@ -67,4 +67,6 @@ For more details see the file COPYING in the source distribution of Linux.
zr364xx
cpia2_devel
vimc-devel
meye-uapi

View File

@@ -0,0 +1,15 @@
.. SPDX-License-Identifier: GPL-2.0
The Virtual Media Controller Driver (vimc)
==========================================
Source code documentation
-------------------------
vimc-streamer
~~~~~~~~~~~~~
.. kernel-doc:: drivers/media/platform/vimc/vimc-streamer.h
:internal:
.. kernel-doc:: drivers/media/platform/vimc/vimc-streamer.c

View File

@@ -88,14 +88,3 @@ Vimc has a module parameter to configure the driver.
height, so the image size will be ``sca_mult^2`` bigger than the
original one. Currently, only supports scaling up (the default value
is 3).
Source code documentation
-------------------------
vimc-streamer
~~~~~~~~~~~~~
.. kernel-doc:: drivers/media/platform/vimc/vimc-streamer.h
:internal:
.. kernel-doc:: drivers/media/platform/vimc/vimc-streamer.c