Documentation: gpio: Move gpiod_* consumer documentation to driver-api

Move gpio/consumer.txt to driver-api/gpio/consumer.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>
This commit is contained in:
Jonathan Neuschäfer
2018-03-09 00:40:22 +01:00
committed by Linus Walleij
parent 7ee2c13080
commit 4e0edc4b3f
3 changed files with 42 additions and 42 deletions

View File

@@ -1,7 +1,5 @@
00-INDEX
- This file
consumer.txt
- How to obtain and use GPIOs in a driver
drivers-on-gpio.txt:
- Drivers in other subsystems that can use GPIO to provide more
complex functionality.