aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/acpi
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@linux.intel.com>2014-05-21 09:58:25 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-05-23 08:39:26 -0400
commit51caa05a82df2501fdf1e3cd97e7c74befe48729 (patch)
tree0c1de0e4c0682d600550357ee96751440b310e7d /Documentation/acpi
parentdc62b56a68d3d6dd1044e1f7d0c8310339cb5b5f (diff)
Documentation / ACPI: Fix location of GPIO documentation
Commit fd8e198cfcaa ("Documentation: gpiolib: document new interface") moved Documentation/gpio.txt to Documentation/gpio/gpio-legacy.txt and added new documents for descriptor-based interface so fix the the location here to point Documentation/gpio/ since that what commit ccb6fbb99020 ("Documentation / ACPI: update to GPIO descriptor API") was looking for. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/acpi')
-rw-r--r--Documentation/acpi/enumeration.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/acpi/enumeration.txt b/Documentation/acpi/enumeration.txt
index 2a1519b87177..fd786ea13a1f 100644
--- a/Documentation/acpi/enumeration.txt
+++ b/Documentation/acpi/enumeration.txt
@@ -296,7 +296,7 @@ specifies the path to the controller. In order to use these GPIOs in Linux
296we need to translate them to the corresponding Linux GPIO descriptors. 296we need to translate them to the corresponding Linux GPIO descriptors.
297 297
298There is a standard GPIO API for that and is documented in 298There is a standard GPIO API for that and is documented in
299Documentation/gpio.txt. 299Documentation/gpio/.
300 300
301In the above example we can get the corresponding two GPIO descriptors with 301In the above example we can get the corresponding two GPIO descriptors with
302a code like this: 302a code like this: