mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 15:27:57 +07:00
7a42781eee
Fix gpio kernel-doc generation after rename of the devres.c file. Fixes these errors & warning: Error: Cannot open file ../drivers/gpio/devres.c Error: Cannot open file ../drivers/gpio/devres.c WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -export ../drivers/gpio/devres.c' failed with return code 2 Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
49 lines
706 B
ReStructuredText
49 lines
706 B
ReStructuredText
===================================
|
|
General Purpose Input/Output (GPIO)
|
|
===================================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
intro
|
|
driver
|
|
consumer
|
|
board
|
|
drivers-on-gpio
|
|
legacy
|
|
|
|
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:
|