diff options
author | Kent Gibson <warthog618@gmail.com> | 2024-01-15 01:48:44 +0100 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-01-22 10:49:07 +0100 |
commit | 16b2bb7fe5e4a0757608e844902fdf05617f51f8 (patch) | |
tree | faeccf341e6dbca0f9c4b19cd618a48cf8df2b0a /Documentation/userspace-api/gpio/obsolete.rst | |
parent | Documentation: gpio: update sysfs documentation to reference new chardev doc (diff) | |
download | linux-16b2bb7fe5e4a0757608e844902fdf05617f51f8.tar.xz linux-16b2bb7fe5e4a0757608e844902fdf05617f51f8.zip |
Documentation: gpio: add chardev v1 userspace API documentation
Add documentation for v1 of the GPIO character device userspace API
to the obsolete section of 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/gpio/obsolete.rst b/Documentation/userspace-api/gpio/obsolete.rst index c27bd6014a3d..c42538b44ec8 100644 --- a/Documentation/userspace-api/gpio/obsolete.rst +++ b/Documentation/userspace-api/gpio/obsolete.rst @@ -7,4 +7,5 @@ Obsolete GPIO Userspace APIs .. toctree:: :maxdepth: 1 + Character Device Userspace API (v1) <chardev_v1> Sysfs Interface <sysfs> |