drivers: i3c: master: Enable probe i3c without slave device
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Wed, 6 Aug 2025 04:32:30 +0000 (12:32 +0800)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Aug 2025 06:41:01 +0000 (08:41 +0200)
commitb5cf7cd1749f13a270e864d9ccd8960e4988941a
tree17ea9b38a059bcfcedf054433da13caca6d5d1f3
parentca4c92cbffff17ca071774feba849db1b6319220
drivers: i3c: master: Enable probe i3c without slave device

Picked linux i3c driver upstraming patch to fix the issue to
probe for i3c controller without slave device attached.
With this fix, the ret check will be on command error and will success
without slave device attached.

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com>
drivers/i3c/master.c