linux/drivers/i3c/master/mipi-i3c-hci
Billy Tsai 2b50719dd9 i3c: mipi-i3c-hci: Support SETDASA CCC
When the I3C subsystem wants to assign a dynamic address using the SETDASA
CCC, it needs to attach the I3C device with device info that includes only
the static address. In the HCI, if the driver want to send this SETDASA
CCC, a DAT entry is required to temporarily fill the device's static
address into the dynamic address field. Afterward, the reattach API will
be executed to update the DAT with the correct dynamic addrees value.

Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Link: https://lore.kernel.org/r/20241113035826.923918-1-billy_tsai@aspeedtech.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2024-11-18 14:28:01 +01:00
..
cmd_v1.c i3c/master: cmd_v1: Fix the rule for getting i3c mode 2024-09-06 17:36:02 +02:00
cmd_v2.c
cmd.h
core.c i3c: mipi-i3c-hci: Support SETDASA CCC 2024-11-18 14:28:01 +01:00
dat_v1.c
dat.h
dct_v1.c
dct.h
dma.c i3c: mipi-i3c-hci: Handle interrupts according to current specifications 2024-11-01 00:06:14 +01:00
ext_caps.c
ext_caps.h
hci_quirks.c i3c: mipi-i3c-hci: Add a quirk to set Response buffer threshold 2024-09-05 18:34:09 +02:00
hci.h i3c: mipi-i3c-hci: Handle interrupts according to current specifications 2024-11-01 00:06:14 +01:00
ibi.h
Makefile i3c: mipi-i3c-hci: Add a quirk to set timing parameters 2024-09-05 18:34:09 +02:00
pio.c i3c: mipi-i3c-hci: Handle interrupts according to current specifications 2024-11-01 00:06:14 +01:00
xfer_mode_rate.h