Re: [PATCH v1] clk: Use named initializers for platform_device_id arrays
From: Brian Masney
Date: Fri Jul 17 2026 - 10:58:20 EST
Hi Uwe,
On Fri, Jul 17, 2026 at 11:51:17AM +0200, Uwe Kleine-König (The Capable Hub) wrote:
> On Thu, May 28, 2026 at 12:29:38PM +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.
> >
> > While touching these arrays unify spacing and usage of commas.
> >
> > Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
>
> This patch still applies to next-20260716 and still is complete (i.e. no
> new clk drivers appeared that require this type of adaption).
>
> The patch sits in my queue for quite a while now, got positive feedback
> only and already missed one merge window.
>
> Do you still have it on your radar?
I sent Stephen a pull on June 29th for stuff that I felt was missed during
the last merge window and I included 4 of your patches in that pull:
https://lore.kernel.org/linux-clk/akLzCVzbMbUsgDda@xxxxxxxxxx/T/#u
I haven't heard from Stephen yet. There's 2-3 other pulls waiting as
well.
Brian