This series fixes several issues in the DW I3C master driver and related infrastructure that prevented I3C read/write operations, and enables I3C support for Versal Gen 2.
Changes in v2: - Use -ENOTSUPP instead of -EOPNOTSUPP as the reset stub in include/reset.h returns -ENOTSUPP when CONFIG_DM_RESET=n Pranav Tilak (4): i3c: dw: make resets optional in probe cmd: i3c: fix list and current needing pre-selected controller configs: versal2: enable I3C support i3c: dw: fix slave device setup after DAA cmd/i3c.c | 11 ++++++----- configs/amd_versal2_virt_defconfig | 3 +++ drivers/i3c/master.c | 1 - drivers/i3c/master/dw-i3c-master.c | 7 ++++--- 4 files changed, 13 insertions(+), 9 deletions(-) -- 2.34.1

