gpiolib-acpi: introduce acpi_get_gpio_by_index() helper
authorMika Westerberg <mika.westerberg@linux.intel.com>
Wed, 3 Apr 2013 10:56:54 +0000 (13:56 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 11 Apr 2013 22:31:18 +0000 (00:31 +0200)
Instead of open-coding ACPI GPIO resource lookup in each driver, we provide
a helper function analogous to Device Tree version that allows drivers to
specify which GPIO resource they are interested (using an index to the GPIO
resources). The function then finds out the correct resource, translates
the ACPI GPIO number to the corresponding Linux GPIO number and returns
that.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found