mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 22:53:55 +08:00
b9a5433642
Modernise the documentation to make it more precise and update the use of
pixel rate control and various other changes. In particular:
- Use non-proportional font for file names, properties as well as
controls.
- The unit of the HBLANK control is pixels, not lines.
- The unit of PIXEL_RATE control is pixels per second, not Hz.
- Merge common requirements for CSI-2 and parallel busses.
- Include all DT properties needed for assigned clocks.
- Fix referencing the link rate control.
- SMIA driver's new name is CCS driver.
- The PIXEL_RATE control denotes pixel rate on the pixel array on camera
sensors. Do not suggest it is used to tell the maximum pixel rate on the
bus anymore.
- Improve ReST syntax (plain struct and function names).
- Remove the suggestion to use s_power() in receiver drivers.
- Make MIPI website URL use HTTPS, add Wikipedia links to BT.601 and
BT.656.
Fixes: e4cf8c58af
("media: Documentation: media: Document how to write camera sensor drivers")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
60 lines
1.3 KiB
ReStructuredText
60 lines
1.3 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
.. include:: <isonum.txt>
|
|
|
|
===================================
|
|
Media subsystem kernel internal API
|
|
===================================
|
|
|
|
This section contains usage information about media subsystem and
|
|
its supported drivers.
|
|
|
|
Please see:
|
|
|
|
Documentation/admin-guide/media/index.rst
|
|
|
|
- for usage information about media subsystem and supported drivers;
|
|
|
|
Documentation/userspace-api/media/index.rst
|
|
|
|
- for the userspace APIs used on media devices.
|
|
|
|
|
|
.. only:: html
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
maintainer-entry-profile
|
|
|
|
v4l2-core
|
|
dtv-core
|
|
rc-core
|
|
mc-core
|
|
cec-core
|
|
tx-rx
|
|
camera-sensor
|
|
|
|
drivers/index
|
|
|
|
**Copyright** |copy| 2009-2020 : LinuxTV Developers
|
|
|
|
::
|
|
|
|
This documentation is free software; you can redistribute it and/or modify it
|
|
under the terms of the GNU General Public License as published by the Free
|
|
Software Foundation; either version 2 of the License, or (at your option) any
|
|
later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT
|
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
more details.
|
|
|
|
For more details see the file COPYING in the source distribution of Linux.
|