Skip to content

Commit

Permalink
Documentation: gpio: Move drivers-on-gpio.txt to driver-api
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Neuschäfer authored and Linus Walleij committed Mar 23, 2018
1 parent 6960341 commit 4784e71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
============================
Subsystem drivers using GPIO
============================

Expand Down
1 change: 1 addition & 0 deletions Documentation/driver-api/gpio/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Contents:
driver
consumer
board
drivers-on-gpio
legacy

Core
Expand Down
3 changes: 0 additions & 3 deletions Documentation/gpio/00-INDEX
Original file line number Diff line number Diff line change
@@ -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
5 changes: 2 additions & 3 deletions Documentation/gpio/sysfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down

0 comments on commit 4784e71

Please sign in to comment.