Skip to content

Commit

Permalink
Documentation / ACPI: Fix location of GPIO documentation
Browse files Browse the repository at this point in the history
Commit fd8e198 ("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 ccb6fbb
("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>
  • Loading branch information
Jarkko Nikula authored and Linus Walleij committed May 23, 2014
1 parent dc62b56 commit 51caa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/acpi/enumeration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ specifies the path to the controller. In order to use these GPIOs in Linux
we need to translate them to the corresponding Linux GPIO descriptors.

There is a standard GPIO API for that and is documented in
Documentation/gpio.txt.
Documentation/gpio/.

In the above example we can get the corresponding two GPIO descriptors with
a code like this:
Expand Down

0 comments on commit 51caa05

Please sign in to comment.