Re: [PATCH v1 01/10] gpio: pca953x: Drop unused fields in struct pca953x_platform_data

From: Andy Shevchenko
Date: Wed Sep 06 2023 - 12:26:50 EST


On Mon, Sep 04, 2023 at 09:43:01AM +0200, Bartosz Golaszewski wrote:
> On Fri, Sep 1, 2023 at 3:40 PM Andy Shevchenko
> <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:

...

> > /* number of the first GPIO */
> > unsigned gpio_base;
> >
> > - /* initial polarity inversion setting */
> > - u32 invert;
> > -
> > /* interrupt base */
> > int irq_base;
> > -
> > - void *context; /* param to setup/teardown */
> > -
> > - int (*setup)(struct i2c_client *client,
> > - unsigned gpio, unsigned ngpio,
> > - void *context);
> > - void (*teardown)(struct i2c_client *client,
> > - unsigned gpio, unsigned ngpio,
> > - void *context);
> > - const char *const *names;
>
> Ah, we're so close to getting rid of platform data entirely...

Yep!

> Series looks good to me, I'll pick it up next week after the merge
> window closes.

Sure, thank you for the review!

--
With Best Regards,
Andy Shevchenko