diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-22 16:49:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 11:03:03 -0300 |
commit | c92992fc609fe99d926855eb1945f38ef4ad8e6c (patch) | |
tree | 80d30f605de9db684827e4ecd19f4f2c84ca80d2 /Documentation/driver-api | |
parent | fb8c5327b3c6c78b74a27a3c42e4f32b2cc30a04 (diff) | |
download | linux-c92992fc609fe99d926855eb1945f38ef4ad8e6c.tar.gz linux-c92992fc609fe99d926855eb1945f38ef4ad8e6c.tar.bz2 linux-c92992fc609fe99d926855eb1945f38ef4ad8e6c.zip |
docs: driver-api: add remaining converted dirs to it
There are a number of driver-specific descriptions that contain a
mix of userspace and kernelspace documentation. Just like we did
with other similar subsystems, add them at the driver-api
groupset, but don't move the directories.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/index.rst | 2 | ||||
-rw-r--r-- | Documentation/driver-api/pps.rst | 2 | ||||
-rw-r--r-- | Documentation/driver-api/ptp.rst | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 77322753c1bc..1dde9692075c 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -83,6 +83,8 @@ available subsections can be seen below. ntb nvmem parport-lowlevel + pps + ptp pti_intel_mid pwm rfkill diff --git a/Documentation/driver-api/pps.rst b/Documentation/driver-api/pps.rst index 1456d2c32ebd..2d6b99766ee8 100644 --- a/Documentation/driver-api/pps.rst +++ b/Documentation/driver-api/pps.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ====================== PPS - Pulse Per Second diff --git a/Documentation/driver-api/ptp.rst b/Documentation/driver-api/ptp.rst index b6e65d66d37a..a15192e32347 100644 --- a/Documentation/driver-api/ptp.rst +++ b/Documentation/driver-api/ptp.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 =========================================== PTP hardware clock infrastructure for Linux |