diff options
author | Kent Gibson <warthog618@gmail.com> | 2024-01-15 01:48:42 +0100 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-01-22 10:49:06 +0100 |
commit | 5054626a9b801ff17aafa298d2d8f6a23ca84298 (patch) | |
tree | 5839c7897ef9abfc54e79a412f1458e1b20ce08d /Documentation/userspace-api/gpio/obsolete.rst | |
parent | Documentation: ABI: update sysfs-gpio to reference gpio-cdev (diff) | |
download | linux-5054626a9b801ff17aafa298d2d8f6a23ca84298.tar.xz linux-5054626a9b801ff17aafa298d2d8f6a23ca84298.zip |
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>
Diffstat (limited to 'Documentation/userspace-api/gpio/obsolete.rst')
-rw-r--r-- | Documentation/userspace-api/gpio/obsolete.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/userspace-api/gpio/obsolete.rst b/Documentation/userspace-api/gpio/obsolete.rst new file mode 100644 index 000000000000..c27bd6014a3d --- /dev/null +++ b/Documentation/userspace-api/gpio/obsolete.rst @@ -0,0 +1,10 @@ +.. SPDX-License-Identifier: GPL-2.0 + +============================ +Obsolete GPIO Userspace APIs +============================ + +.. toctree:: + :maxdepth: 1 + + Sysfs Interface <sysfs> |