Re: [PATCH RFC 09/14] drivers: pinctrl: msm: fix use of deprecated gpiolib APIs

From: Linus Walleij
Date: Wed Sep 11 2019 - 06:19:42 EST


On Thu, Aug 29, 2019 at 7:35 PM Lina Iyer <ilina@xxxxxxxxxxxxxx> wrote:

> Replace gpiochip_irqchip_add() and gpiochip_set_chained_irqchip() calls
> by populating the gpio_irq_chip data structures instead.
>
> Signed-off-by: Lina Iyer <ilina@xxxxxxxxxxxxxx>

This is mostly fixed upstream I think, but:

> + chip->irq.fwnode = pctrl->dev->fwnode;

This fwnode assignment is missing though.

Sorry for the constant churn and required rebasing...

Yours,
Linus Walleij