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: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
Kent Gibson 2024-01-15 08:48:42 +08:00 committed by Bartosz Golaszewski
parent f1fc93d9e5
commit 5054626a9b
5 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,11 @@
.. SPDX-License-Identifier: GPL-2.0
==================
Obsolete GPIO APIs
==================
.. toctree::
:maxdepth: 1
Sysfs Interface <../../userspace-api/gpio/sysfs>

View File

@ -8,6 +8,7 @@ GPIO
:maxdepth: 1
Character Device Userspace API <chardev>
Obsolete Userspace APIs <obsolete>
.. only:: subproject and html

View File

@ -0,0 +1,10 @@
.. SPDX-License-Identifier: GPL-2.0
============================
Obsolete GPIO Userspace APIs
============================
.. toctree::
:maxdepth: 1
Sysfs Interface <sysfs>