linux/drivers/i3c/master
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
..
mipi-i3c-hci i3c: mipi-i3c-hci: Use named initializers for platform_device_id's .driver_data 2026-06-16 23:19:45 +02:00
adi-i3c-master.c i3c: master: adi: Fix error propagation for CCCs 2026-04-12 16:54:37 +02:00
ast2600-i3c-master.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
dw-i3c-master.c i3c: master: Use unsigned int for dev_nack_retry_count consistently 2026-06-16 23:19:19 +02:00
dw-i3c-master.h i3c: master: Consolidate Hot-Join DAA work in the core 2026-06-14 21:40:10 +02:00
i3c-master-cdns.c i3c: master: Consolidate Hot-Join DAA work in the core 2026-06-14 21:40:10 +02:00
Kconfig i3c: mipi-i3c-hci-pci: Convert to MFD driver 2026-01-14 15:53:34 +01:00
Makefile i3c: master: Add driver for Analog Devices I3C Controller IP 2025-09-16 17:06:43 +02:00
renesas-i3c.c i3c: master: renesas: Use __free(kfree) for xfer cleanup in renesas_i3c_send_ccc_cmd() 2026-04-12 16:47:13 +02:00
svc-i3c-master.c i3c: master: Consolidate Hot-Join DAA work in the core 2026-06-14 21:40:10 +02:00