summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/gpio/index.rst
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-03-09 00:40:21 +0100
committerLinus Walleij <linus.walleij@linaro.org>2018-03-23 04:21:16 +0100
commit7ee2c13080c99e7ba01c45841e7fd61cdd37fc65 (patch)
treef9a49fabda3d904e183c06bff0d4ccc638834944 /Documentation/driver-api/gpio/index.rst
parent778ea833c59a750318ec83443aa103e09e6cd3de (diff)
Documentation: gpio: Move legacy documentation to driver-api
Move gpio/gpio-legacy.txt to driver-api/gpio/legacy.rst and make sure it builds cleanly as ReST. Also move the legacy API reference from index.rst to legacy.rst. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/driver-api/gpio/index.rst')
-rw-r--r--Documentation/driver-api/gpio/index.rst10
1 files changed, 1 insertions, 9 deletions
diff --git a/Documentation/driver-api/gpio/index.rst b/Documentation/driver-api/gpio/index.rst
index e1fbc5408cf6..fd22c0d1419e 100644
--- a/Documentation/driver-api/gpio/index.rst
+++ b/Documentation/driver-api/gpio/index.rst
@@ -9,6 +9,7 @@ Contents:
intro
driver
+ legacy
Core
====
@@ -19,15 +20,6 @@ Core
.. kernel-doc:: drivers/gpio/gpiolib.c
:export:
-Legacy API
-==========
-
-The functions listed in this section are deprecated. The GPIO descriptor based
-API described above should be used in new code.
-
-.. kernel-doc:: drivers/gpio/gpiolib-legacy.c
- :export:
-
ACPI support
============