Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4784e710 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Linus Walleij
Browse files

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: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6960341a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
============================
Subsystem drivers using GPIO
============================

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ Contents:
   driver
   consumer
   board
   drivers-on-gpio
   legacy

Core
+0 −3
Original line number Diff line number Diff line
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
+2 −3
Original line number Diff line number Diff line
@@ -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
--------------