Re: [PATCH v3 1/3] gpio / ACPI: add ACPI support

2012-11-20 Thread Rafael J. Wysocki
On Tuesday, November 20, 2012 12:29:42 PM Mika Westerberg wrote: > From: Mathias Nyman > > Add support for translating ACPI GPIO pin numbers to Linux GPIO API pins. > Needs a gpio controller driver with the acpi handler hook set. > > Drivers can use acpi_get_gpio() to translate ACPI5 GpioIO and

[PATCH v3 1/3] gpio / ACPI: add ACPI support

2012-11-20 Thread Mika Westerberg
From: Mathias Nyman Add support for translating ACPI GPIO pin numbers to Linux GPIO API pins. Needs a gpio controller driver with the acpi handler hook set. Drivers can use acpi_get_gpio() to translate ACPI5 GpioIO and GpioInt resources to Linux GPIO's. Signed-off-by: Mathias Nyman Signed-off-