Re: [PATCH v2 1/3] gpio / ACPI: Add support for retrieving GpioInt resources from a device

2015-05-12 Thread Antonio Ospite
On Wed, 6 May 2015 13:29:06 +0300 Mika Westerberg wrote: > ACPI specification knows two types of GPIOs: GpioIo and GpioInt. The latter > is used to describe that a given device interrupt line is connected to a > specific GPIO pin. Typical ACPI _CRS entry for such device looks like > below: > >

Re: [PATCH v2 1/3] gpio / ACPI: Add support for retrieving GpioInt resources from a device

2015-05-12 Thread Antonio Ospite
On Wed, 6 May 2015 13:29:06 +0300 Mika Westerberg mika.westerb...@linux.intel.com wrote: ACPI specification knows two types of GPIOs: GpioIo and GpioInt. The latter is used to describe that a given device interrupt line is connected to a specific GPIO pin. Typical ACPI _CRS entry for such

Re: [PATCH v2 1/3] gpio / ACPI: Add support for retrieving GpioInt resources from a device

2015-05-11 Thread Linus Walleij
On Wed, May 6, 2015 at 12:29 PM, Mika Westerberg wrote: > ACPI specification knows two types of GPIOs: GpioIo and GpioInt. The latter > is used to describe that a given device interrupt line is connected to a > specific GPIO pin. Typical ACPI _CRS entry for such device looks like > below: > >

Re: [PATCH v2 1/3] gpio / ACPI: Add support for retrieving GpioInt resources from a device

2015-05-11 Thread Linus Walleij
On Wed, May 6, 2015 at 12:29 PM, Mika Westerberg mika.westerb...@linux.intel.com wrote: ACPI specification knows two types of GPIOs: GpioIo and GpioInt. The latter is used to describe that a given device interrupt line is connected to a specific GPIO pin. Typical ACPI _CRS entry for such

[PATCH v2 1/3] gpio / ACPI: Add support for retrieving GpioInt resources from a device

2015-05-06 Thread Mika Westerberg
ACPI specification knows two types of GPIOs: GpioIo and GpioInt. The latter is used to describe that a given device interrupt line is connected to a specific GPIO pin. Typical ACPI _CRS entry for such device looks like below: Name (_CRS, ResourceTemplate () { I2cSerialBus (0x004A,

[PATCH v2 1/3] gpio / ACPI: Add support for retrieving GpioInt resources from a device

2015-05-06 Thread Mika Westerberg
ACPI specification knows two types of GPIOs: GpioIo and GpioInt. The latter is used to describe that a given device interrupt line is connected to a specific GPIO pin. Typical ACPI _CRS entry for such device looks like below: Name (_CRS, ResourceTemplate () { I2cSerialBus (0x004A,