Hi All, While trying to get a driver working for a device where I want to only use the irq in the acpi resources with index 1, and we do not have a driver for the gpiochip with the irq with index 0 yet, I hit this problem that acpi_dev_gpio_irq_get will bail with -EPROBE_DEFER because it cannot get a gpio_desc for index 0, this really should not be a problem when asking for index 1 and this series fixes this. Note these patches apply on top of the gpiolib acpi work Andy Shevchenko has been doing and as such may not apply cleanly on top of current master / next. Regards, Hans -- 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