mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 02:00:53 +07:00
5f07224e0f
Let's declutter Documentation/driver-api a bit. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Link: https://lore.kernel.org/r/20191004164059.10397-1-j.neuschaefer@gmx.net Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
50 lines
719 B
ReStructuredText
50 lines
719 B
ReStructuredText
===================================
|
|
General Purpose Input/Output (GPIO)
|
|
===================================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
intro
|
|
driver
|
|
consumer
|
|
board
|
|
drivers-on-gpio
|
|
legacy
|
|
bt8xxgpio
|
|
|
|
Core
|
|
====
|
|
|
|
.. kernel-doc:: include/linux/gpio/driver.h
|
|
:internal:
|
|
|
|
.. kernel-doc:: drivers/gpio/gpiolib.c
|
|
:export:
|
|
|
|
ACPI support
|
|
============
|
|
|
|
.. kernel-doc:: drivers/gpio/gpiolib-acpi.c
|
|
:export:
|
|
|
|
Device tree support
|
|
===================
|
|
|
|
.. kernel-doc:: drivers/gpio/gpiolib-of.c
|
|
:export:
|
|
|
|
Device-managed API
|
|
==================
|
|
|
|
.. kernel-doc:: drivers/gpio/gpiolib-devres.c
|
|
:export:
|
|
|
|
sysfs helpers
|
|
=============
|
|
|
|
.. kernel-doc:: drivers/gpio/gpiolib-sysfs.c
|
|
:export:
|