linux/drivers/i3c
Parshuram Thombare 9da36a7ec4 i3c: master add i3c_master_attach_boardinfo to preserve boardinfo
Boardinfo was lost if I3C object for devices with boardinfo
available are not created or not added to the I3C device list
because of some failure e.g. SETDASA failed, retrieve info failed etc
This patch adds i3c_master_attach_boardinfo which scan boardinfo list
in the master object and 'attach' it to the I3C device object.

Fixes: 3a379bbcea ("i3c: Add core I3C infrastructure")
Signed-off-by: Parshuram Thombare <pthombar@cadence.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-i3c/1590053542-389-1-git-send-email-pthombar@cadence.com
2020-08-19 09:29:56 +02:00
..
master i3c: master: Replace zero-length array with flexible-array member 2020-02-28 09:36:01 +01:00
device.c i3c: Simplify i3c_device_match_id() 2020-02-28 09:36:01 +01:00
internals.h
Kconfig
Makefile
master.c i3c: master add i3c_master_attach_boardinfo to preserve boardinfo 2020-08-19 09:29:56 +02:00