Hi, This serie only move from RFC to final. I am also adding gpio folks for potential feedback. ACPI probing method does not retrieve irq_type from a gpio interrupt declared with GpioInt as it is done with devicetree probing. In other terms, irq_get_trigger_type will always send back 0. Those 2 patches propose a way to retrieve the correct interrupt polarity/type from a GpioInt acpi declaration when using irq_get_trigger_type. Best Regards Christophe Christophe Ricard (2): acpi: Rename acpi_gsi_get_irq_type to acpi_get_irq_type and export symbol ACPI / gpio: Add irq_type when a gpio is used as an interrupt drivers/acpi/gsi.c | 21 +-------------------- drivers/acpi/utils.c | 21 +++++++++++++++++++++ drivers/gpio/gpiolib-acpi.c | 5 ++++- include/linux/acpi.h | 2 ++ 4 files changed, 28 insertions(+), 21 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html