diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-03-08 18:40:24 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-03-22 23:22:29 -0400 |
commit | 4784e710b1653bee64e5f85d7dba70e8e62f8473 (patch) | |
tree | d4a9d4c11cdac676698744bdd2df66b16f19133b | |
parent | 6960341aa33420a8aadf1d625b486933487e6592 (diff) |
Documentation: gpio: Move drivers-on-gpio.txt to driver-api
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>
-rw-r--r-- | Documentation/driver-api/gpio/drivers-on-gpio.rst (renamed from Documentation/gpio/drivers-on-gpio.txt) | 1 | ||||
-rw-r--r-- | Documentation/driver-api/gpio/index.rst | 1 | ||||
-rw-r--r-- | Documentation/gpio/00-INDEX | 3 | ||||
-rw-r--r-- | Documentation/gpio/sysfs.txt | 5 |
4 files changed, 4 insertions, 6 deletions
diff --git a/Documentation/gpio/drivers-on-gpio.txt b/Documentation/driver-api/gpio/drivers-on-gpio.rst index a2ccbab12eb7..019483868977 100644 --- a/Documentation/gpio/drivers-on-gpio.txt +++ b/Documentation/driver-api/gpio/drivers-on-gpio.rst | |||
@@ -1,3 +1,4 @@ | |||
1 | ============================ | ||
1 | Subsystem drivers using GPIO | 2 | Subsystem drivers using GPIO |
2 | ============================ | 3 | ============================ |
3 | 4 | ||
diff --git a/Documentation/driver-api/gpio/index.rst b/Documentation/driver-api/gpio/index.rst index 2b73ea5a1fbb..6a374ded1287 100644 --- a/Documentation/driver-api/gpio/index.rst +++ b/Documentation/driver-api/gpio/index.rst | |||
@@ -11,6 +11,7 @@ Contents: | |||
11 | driver | 11 | driver |
12 | consumer | 12 | consumer |
13 | board | 13 | board |
14 | drivers-on-gpio | ||
14 | legacy | 15 | legacy |
15 | 16 | ||
16 | Core | 17 | Core |
diff --git a/Documentation/gpio/00-INDEX b/Documentation/gpio/00-INDEX index 650cb0696211..17e19a68058f 100644 --- a/Documentation/gpio/00-INDEX +++ b/Documentation/gpio/00-INDEX | |||
@@ -1,7 +1,4 @@ | |||
1 | 00-INDEX | 1 | 00-INDEX |
2 | - This file | 2 | - This file |
3 | drivers-on-gpio.txt: | ||
4 | - Drivers in other subsystems that can use GPIO to provide more | ||
5 | complex functionality. | ||
6 | sysfs.txt | 3 | sysfs.txt |
7 | - Information about the GPIO sysfs interface | 4 | - Information about the GPIO sysfs interface |
diff --git a/Documentation/gpio/sysfs.txt b/Documentation/gpio/sysfs.txt index 6cdeab8650cd..58eeab81f349 100644 --- a/Documentation/gpio/sysfs.txt +++ b/Documentation/gpio/sysfs.txt | |||
@@ -32,9 +32,8 @@ standard kernels won't know about. And for some tasks, simple userspace | |||
32 | GPIO drivers could be all that the system really needs. | 32 | GPIO drivers could be all that the system really needs. |
33 | 33 | ||
34 | DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS. | 34 | DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS. |
35 | PLEASE READ THE DOCUMENT NAMED "drivers-on-gpio.txt" IN THIS DOCUMENTATION | 35 | PLEASE READ THE DOCUMENT AT Documentation/driver-api/gpio/drivers-on-gpio.rst |
36 | DIRECTORY TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT. | 36 | TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT. REALLY. |
37 | REALLY. | ||
38 | 37 | ||
39 | Paths in Sysfs | 38 | Paths in Sysfs |
40 | -------------- | 39 | -------------- |