diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-03-09 02:40:18 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-03-23 06:20:08 +0300 |
commit | 7e6332592bbcdc446b4984efab78a6c471b14fa6 (patch) | |
tree | b03042d853feca3243b15162aad65440c5fa014d /Documentation | |
parent | 29f9eeaa058013e058f360c83154394a7c39e236 (diff) | |
download | linux-7e6332592bbcdc446b4984efab78a6c471b14fa6.tar.xz |
Documentation: driver-api: Move gpio.rst to gpio/index.rst
To make space for more files in the GPIO section, create a
Documentation/driver-api/gpio/ directory.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/gpio/index.rst (renamed from Documentation/driver-api/gpio.rst) | 0 | ||||
-rw-r--r-- | Documentation/driver-api/index.rst | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/gpio.rst b/Documentation/driver-api/gpio/index.rst index 6dd4aa647f27..6dd4aa647f27 100644 --- a/Documentation/driver-api/gpio.rst +++ b/Documentation/driver-api/gpio/index.rst diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index e9b41b1634f3..6d8352c0f354 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -44,7 +44,7 @@ available subsections can be seen below. uio-howto firmware/index pinctl - gpio + gpio/index misc_devices dmaengine/index slimbus |