On Tue, Sep 13, 2022 at 11:55 PM Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> wrote: > > Hi, > > On Mon, Sep 12, 2022 at 04:13:09PM -0600, Raul E Rangel wrote: > > +int acpi_dev_gpio_irq_get_by(struct acpi_device *adev, const char *name, > > + int index, int *wake_capable) > > Here too bool. I've incorporated both of your suggestions. I instead added `acpi_dev_gpio_irq_wake_get_by` as the basic function and left `acpi_dev_gpio_irq_get_by` the same. THis way I don't have to update any of the callers.