-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Jonathan Neuschäfer
authored and
Linus Walleij
committed
Mar 23, 2018
1 parent
6960341
commit 4784e71
Showing
4 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Documentation/gpio/drivers-on-gpio.txt → ...ation/driver-api/gpio/drivers-on-gpio.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
============================ | ||
Subsystem drivers using GPIO | ||
============================ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ Contents: | |
driver | ||
consumer | ||
board | ||
drivers-on-gpio | ||
legacy | ||
|
||
Core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters