Re: [PATCH v3 5/5] gpio / ACPI: Add support for ACPI GPIO operation regions

2014-03-17 Thread Mika Westerberg
On Fri, Mar 14, 2014 at 05:25:39PM +0100, Linus Walleij wrote: > On Fri, Mar 14, 2014 at 4:58 PM, Mika Westerberg > wrote: > > > GPIO operation regions is a new feature introduced in ACPI 5.0 > > specification. This feature adds a way for platform ASL code to call back > > to OS GPIO driver and t

Re: [PATCH v3 5/5] gpio / ACPI: Add support for ACPI GPIO operation regions

2014-03-14 Thread Linus Walleij
On Fri, Mar 14, 2014 at 4:58 PM, Mika Westerberg wrote: > GPIO operation regions is a new feature introduced in ACPI 5.0 > specification. This feature adds a way for platform ASL code to call back > to OS GPIO driver and toggle GPIO pins. OK this version of the patch applied! Yours, Linus Walle

[PATCH v3 5/5] gpio / ACPI: Add support for ACPI GPIO operation regions

2014-03-14 Thread Mika Westerberg
GPIO operation regions is a new feature introduced in ACPI 5.0 specification. This feature adds a way for platform ASL code to call back to OS GPIO driver and toggle GPIO pins. An example ASL code from Lenovo Miix 2 tablet with only relevant part listed: Device (\_SB.GPO0) { Name (AVBL, Ze