]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: gpio: move gpio-mockup into obsolete section
authorKent Gibson <warthog618@gmail.com>
Mon, 15 Jan 2024 00:48:47 +0000 (08:48 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 22 Jan 2024 09:49:07 +0000 (10:49 +0100)
The gpio-mockup has been obsoleted by the gpio-sim, so relocate its
documentation into the obsolete section of the admin-guide book.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Documentation/admin-guide/gpio/index.rst
Documentation/admin-guide/gpio/obsolete.rst

index 3f6d5a76702b53e6325e2507501a8d8990682d70..460afd29617e0dc55653fbb73d79063c5d846daf 100644 (file)
@@ -9,7 +9,6 @@ GPIO
 
     Character Device Userspace API <../../userspace-api/gpio/chardev>
     gpio-aggregator
-    gpio-mockup
     gpio-sim
     Obsolete APIs <obsolete>
 
index 5926e5440207c10ab6025d3d33909a34f2e0548a..5adbff02d61f43b39bd3bfa24d9a552c6557f451 100644 (file)
@@ -9,4 +9,5 @@ Obsolete GPIO APIs
 
     Character Device Userspace API (v1) <../../userspace-api/gpio/chardev_v1>
     Sysfs Interface <../../userspace-api/gpio/sysfs>
+    Mockup Testing Module <gpio-mockup>