Re: [PATCH v1 1/2] pinctrl: Use named initializers for platform_device_id arrays

From: Mika Westerberg

Date: Thu May 28 2026 - 06:01:23 EST


On Wed, May 27, 2026 at 05:43:00PM +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 unit.
>
> While touching these arrays unify spacing and usage of commas.
>
> Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@xxxxxxxxxxxx>
> ---
> drivers/pinctrl/cirrus/pinctrl-cs42l43.c | 4 ++--
> drivers/pinctrl/intel/pinctrl-broxton.c | 4 ++--
> drivers/pinctrl/intel/pinctrl-denverton.c | 2 +-

For Broxton and Denverton,

Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>