Re: [PATCH v1] i2c: pxa: Use named initializers for the platform_device_id array
From: Andi Shyti
Date: Thu Jun 18 2026 - 07:16:08 EST
Hi Uwe,
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,
Andi