public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fallback mechanism for GETMXDS CCC
@ 2023-09-11  8:24 Joshua Yeong
  2023-09-11  8:24 ` [PATCH 1/1] i3c: Add fallback method " Joshua Yeong
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Yeong @ 2023-09-11  8:24 UTC (permalink / raw)
  To: alexandre.belloni; +Cc: linux-i3c, linux-kernel, Joshua Yeong

Some I3C hardware will report error when incorrect length is received from
device. GETMXDS CCC are availble in 2 formats; without turnaround time (format
1) and with turnaround time (format 2). There is no mechanics to determine which
format is supported by device. In case sending GETMXDS CCC format 2 resulted
failure, try sending GETMXDS CCC format 1 instead.

Joshua Yeong (1):
  i3c: Add fallback method for GETMXDS CCC

 drivers/i3c/master.c    | 33 ++++++++++++++++++++++++++++-----
 include/linux/i3c/ccc.h | 17 +++++++++++++++--
 2 files changed, 43 insertions(+), 7 deletions(-)

--
2.25.1


-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-13  5:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-11  8:24 [PATCH 0/1] Fallback mechanism for GETMXDS CCC Joshua Yeong
2023-09-11  8:24 ` [PATCH 1/1] i3c: Add fallback method " Joshua Yeong
2023-09-12 11:08   ` Miquel Raynal
2023-09-13  5:58     ` Joshua Yeong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox