Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kent Gibson and committed by
Bartosz Golaszewski
5054626a f1fc93d9

+23 -1
+1 -1
Documentation/admin-guide/gpio/index.rst
··· 9 9 10 10 Character Device Userspace API <../../userspace-api/gpio/chardev> 11 11 gpio-aggregator 12 - sysfs 13 12 gpio-mockup 14 13 gpio-sim 14 + Obsolete APIs <obsolete> 15 15 16 16 .. only:: subproject and html 17 17
+11
Documentation/admin-guide/gpio/obsolete.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ================== 4 + Obsolete GPIO APIs 5 + ================== 6 + 7 + .. toctree:: 8 + :maxdepth: 1 9 + 10 + Sysfs Interface <../../userspace-api/gpio/sysfs> 11 +
Documentation/admin-guide/gpio/sysfs.rst Documentation/userspace-api/gpio/sysfs.rst
+1
Documentation/userspace-api/gpio/index.rst
··· 8 8 :maxdepth: 1 9 9 10 10 Character Device Userspace API <chardev> 11 + Obsolete Userspace APIs <obsolete> 11 12 12 13 .. only:: subproject and html 13 14
+10
Documentation/userspace-api/gpio/obsolete.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ============================ 4 + Obsolete GPIO Userspace APIs 5 + ============================ 6 + 7 + .. toctree:: 8 + :maxdepth: 1 9 + 10 + Sysfs Interface <sysfs>