linux/drivers/i3c
Uwe Kleine-König (The Capable Hub) 678e9409dd i3c: mipi-i3c-hci: Use named initializers for platform_device_id's .driver_data
The assignment in this driver uses a mixed way to initialize the
platform_device_id array. .name is assigned by name and .driver_data by
position. Unify that to use named assignment for both struct members.
This is needed 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@baylibre.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://patch.msgid.link/7c006616f72748fb4deccd197ca2b6427c006f79.1781620397.git.ukleinek@kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2026-06-16 23:19:45 +02:00
..
master i3c: mipi-i3c-hci: Use named initializers for platform_device_id's .driver_data 2026-06-16 23:19:45 +02:00
device.c i3c: master: Introduce optional Runtime PM support 2026-01-14 17:21:10 +01:00
internals.h i3c: master: Introduce optional Runtime PM support 2026-01-14 17:21:10 +01:00
Kconfig i3c: simplify combined i3c/i2c dependencies 2026-02-27 16:33:07 +01:00
Makefile
master.c i3c: master: Use unsigned int for dev_nack_retry_count consistently 2026-06-16 23:19:19 +02:00