Re: [PATCH] greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP

From: Johan Hovold
Date: Wed Nov 14 2018 - 10:48:49 EST


On Tue, Nov 13, 2018 at 11:48:09PM +0530, Nishad Kamdar wrote:
> On Mon, Nov 12, 2018 at 04:15:09PM +0100, Johan Hovold wrote:
> > On Fri, Nov 09, 2018 at 01:17:41PM +0530, Nishad Kamdar wrote:
> > > @@ -40,8 +38,6 @@ struct gb_gpio_controller {

> > > struct gpio_chip chip;
> > > struct irq_chip irqc;
> > > struct irq_chip *irqchip;
> >
> > This should not be needed any more either.
>
> Just to confirm, by thism you mean only
> struct irq_chip *irqchip; right?

Right.

Johan