Commit 5054626a authored by Kent Gibson's avatar Kent Gibson Committed by Bartosz Golaszewski
Browse files

Documentation: gpio: move sysfs into an obsolete section



The GPIO sysfs API is long obsolete, so highlight this even further
by moving it into an obsolete APIs section in both the admin-guide
and userspace-api books.

Signed-off-by: default avatarKent Gibson <warthog618@gmail.com>
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent f1fc93d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ gpio

    Character Device Userspace API <../../userspace-api/gpio/chardev>
    gpio-aggregator
    sysfs
    gpio-mockup
    gpio-sim
    Obsolete APIs <obsolete>

.. only::  subproject and html

+11 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

==================
Obsolete GPIO APIs
==================

.. toctree::
    :maxdepth: 1

    Sysfs Interface <../../userspace-api/gpio/sysfs>
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ GPIO
    :maxdepth: 1

    Character Device Userspace API <chardev>
    Obsolete Userspace APIs <obsolete>

.. only::  subproject and html

+10 −0
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

============================
Obsolete GPIO Userspace APIs
============================

.. toctree::
    :maxdepth: 1

    Sysfs Interface <sysfs>