Re: [PATCH v1] clk: Use named initializers for platform_device_id arrays
Brian Masney <[email protected]> Fri, 17 Jul 2026 10:57:54 -0400
| Newsgroups | org.kernel.vger.linux-samsung-soc,org.kernel.vger.linux-clk,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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) <[email protected]> > > 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/[email protected]/T/#u I haven't heard from Stephen yet. There's 2-3 other pulls waiting as well. Brian