Re: [PATCH v1] i2c: pxa: Use named initializers for the platform_device_id array
From: Andi Shyti
Date: Thu Jun 18 2026 - 10:20:36 EST
Hi Uwe,
On Thu, Jun 18, 2026 at 02:24:25PM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> On Thu, Jun 18, 2026 at 01:14:04PM +0200, Andi Shyti wrote:
> > On Wed, Jun 17, 2026 at 11:37:36AM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> > > Named initializers are better readable and more robust to changes of the
> > > struct definition. This robustness is relevant for a planned change to
> > > struct platform_device_id replacing .driver_data by an anonymous union.
> > >
> > > Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
> >
> > I had decided not to take any patch anymore for this cycle, but
> > because this is part of a bigger work you've done, I will squeeze
> > it in.
> >
> > Merged to i2c/i2c-host.
>
> Thanks. If you want to rethink that's fine. There are still so many
> patches pending (to be applied and to be sent) that there is little
> sense in rushing in that one. I'm happy if you take it now, but if you
> reschedule it to the next merge window, that's fine for me, too.
It's OK, I will keep it, it makes sense to add it to the similar
patche that have been merged already.
Andi