1
0
Fork 0

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>
hifive-unleashed-5.1
Jonathan Neuschäfer 2018-03-09 00:40:24 +01:00 committed by Linus Walleij
parent 6960341aa3
commit 4784e710b1
4 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,4 @@
============================
Subsystem drivers using GPIO Subsystem drivers using GPIO
============================ ============================

View File

@ -11,6 +11,7 @@ Contents:
driver driver
consumer consumer
board board
drivers-on-gpio
legacy legacy
Core Core

View File

@ -1,7 +1,4 @@
00-INDEX 00-INDEX
- This file - This file
drivers-on-gpio.txt:
- Drivers in other subsystems that can use GPIO to provide more
complex functionality.
sysfs.txt sysfs.txt
- Information about the GPIO sysfs interface - Information about the GPIO sysfs interface

View 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. GPIO drivers could be all that the system really needs.
DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS. DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS.
PLEASE READ THE DOCUMENT NAMED "drivers-on-gpio.txt" IN THIS DOCUMENTATION PLEASE READ THE DOCUMENT AT Documentation/driver-api/gpio/drivers-on-gpio.rst
DIRECTORY TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT. TO AVOID REINVENTING KERNEL WHEELS IN USERSPACE. I MEAN IT. REALLY.
REALLY.
Paths in Sysfs Paths in Sysfs
-------------- --------------