Documentation: gpio: Move drivers-on-gpio.txt to driver-api
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 8 Mar 2018 23:40:24 +0000 (00:40 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 23 Mar 2018 03:22:29 +0000 (04:22 +0100)
Move gpio/drivers-on-gpio.txt to driver-api/gpio/drivers-on-gpio.rst and
make sure it builds cleanly as ReST.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/driver-api/gpio/drivers-on-gpio.rst [moved from Documentation/gpio/drivers-on-gpio.txt with 99% similarity]
Documentation/driver-api/gpio/index.rst
Documentation/gpio/00-INDEX
Documentation/gpio/sysfs.txt

similarity index 99%
rename from Documentation/gpio/drivers-on-gpio.txt
rename to Documentation/driver-api/gpio/drivers-on-gpio.rst
index a2ccbab..0194838 100644 (file)
@@ -1,3 +1,4 @@
+============================
 Subsystem drivers using GPIO
 ============================
 
index 2b73ea5..6a374de 100644 (file)
@@ -11,6 +11,7 @@ Contents:
    driver
    consumer
    board
+   drivers-on-gpio
    legacy
 
 Core
index 650cb06..17e19a6 100644 (file)
@@ -1,7 +1,4 @@
 00-INDEX
        - This file
-drivers-on-gpio.txt:
-       - Drivers in other subsystems that can use GPIO to provide more
-         complex functionality.
 sysfs.txt
        - Information about the GPIO sysfs interface
index 6cdeab8..58eeab8 100644 (file)
@@ -32,9 +32,8 @@ standard kernels won't know about. And for some tasks, simple userspace
 GPIO drivers could be all that the system really needs.
 
 DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS.
-PLEASE READ THE DOCUMENT NAMED "drivers-on-gpio.txt" IN THIS DOCUMENTATION
-DIRECTORY TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT.
-REALLY.
+PLEASE READ THE DOCUMENT AT Documentation/driver-api/gpio/drivers-on-gpio.rst
+TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT. REALLY.
 
 Paths in Sysfs
 --------------