You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Documentation / ACPI: Fix location of GPIO documentation
Commitfd8e198cfc("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 commitccb6fbb990("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>
This commit is contained in:
committed by
Linus Walleij
parent
dc62b56a68
commit
51caa05a82
@@ -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.
|
we need to translate them to the corresponding Linux GPIO descriptors.
|
||||||
|
|
||||||
There is a standard GPIO API for that and is documented in
|
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
|
In the above example we can get the corresponding two GPIO descriptors with
|
||||||
a code like this:
|
a code like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user