diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2020-05-06 15:28:20 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-09-01 14:13:27 +0200 |
commit | e4cf8c58af757f8bcc95ec123936a21804541719 (patch) | |
tree | ca33259f6d21556c256ff41697f2cc3fae6a8ac7 /Documentation/driver-api/media/csi2.rst | |
parent | fd210e31d7b4b14aefc92a975e3cf9d5fc2f1848 (diff) |
media: Documentation: media: Document how to write camera sensor drivers
While we have had some example drivers, there has been up to date no
formal documentation on how camera sensor drivers should be written; what
are the practices, why, and where they apply.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/driver-api/media/csi2.rst')
-rw-r--r-- | Documentation/driver-api/media/csi2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/driver-api/media/csi2.rst b/Documentation/driver-api/media/csi2.rst index 17cad435f1a0..e1b838014906 100644 --- a/Documentation/driver-api/media/csi2.rst +++ b/Documentation/driver-api/media/csi2.rst @@ -1,5 +1,7 @@ .. SPDX-License-Identifier: GPL-2.0 +.. _MIPI_CSI_2: + MIPI CSI-2 ========== |