linux-yocto/drivers/i3c/master
Stanley Chu 8ddff9989f i3c: master: svc: Prevent incomplete IBI transaction
[ Upstream commit 3a36273e5a07dda0ccec193800f3b78c3c0380af ]

If no free IBI slot is available, svc_i3c_master_handle_ibi returns
immediately. This causes the STOP condition to be missed because the
EmitStop request is sent when the transfer is not complete. To resolve
this, svc_i3c_master_handle_ibi must wait for the transfer to complete
before returning.

Fixes: dd3c52846d ("i3c: master: svc: Add Silvaco I3C master driver")
Signed-off-by: Stanley Chu <yschu@nuvoton.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://patch.msgid.link/20251027034715.708243-1-yschu@nuvoton.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-12-18 14:02:44 +01:00
..
mipi-i3c-hci i3c: mipi-i3c-hci: Convert remaining DBG() prints to dev_dbg() 2025-09-16 17:06:42 +02:00
adi-i3c-master.c i3c: master: adi: fix number of bytes written to fifo 2025-09-29 00:11:59 +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: dw: Add shutdown support to dw_i3c_master driver 2025-09-16 17:06:43 +02:00
dw-i3c-master.h i3c: dw: Add quirk to address OD/PP timing issue on AMD platform 2024-11-18 14:27:29 +01:00
i3c-master-cdns.c i3c: master: cdns: Simplify handling clocks in probe() 2025-07-31 01:24:25 +02:00
Kconfig i3c: master: Add driver for Analog Devices I3C Controller IP 2025-09-16 17:06:43 +02:00
Makefile i3c: master: Add driver for Analog Devices I3C Controller IP 2025-09-16 17:06:43 +02:00
renesas-i3c.c i3c: renesas: Simplify return statement in 'renesas_i3c_daa' 2025-09-16 17:06:43 +02:00
svc-i3c-master.c i3c: master: svc: Prevent incomplete IBI transaction 2025-12-18 14:02:44 +01:00