public inbox for linux-i3c@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/4] i3c: mipi-i3c-hci: Functional update
@ 2023-11-09 13:37 Jarkko Nikula
  2023-11-09 13:37 ` [PATCH 1/4] i3c: mipi-i3c-hci: Report NACK response from CCC command to core Jarkko Nikula
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jarkko Nikula @ 2023-11-09 13:37 UTC (permalink / raw)
  To: linux-i3c; +Cc: Alexandre Belloni, Jarkko Nikula

Hi

These are v6.8-rc1 material and not for current cycle.

With these and handful of local patches [1] I'm able probe this driver
successfully with an I3C device on the bus and without.

Also able to communicate with I3C and I2C device from their corresponding
device drivers. I'm using in my test setup an LSM6DSO sensor (forced to
I3C mode) and at24c02 I2C EEPROM instantiated from userspace.

Patches are from top of commit 9fd00df05e81 ("i3c: master: handle IBIs
in order they came").

1. Glue code and minor hacks for early MIPI I3C HCI version compatible
   controller on our development HW.

Jarkko Nikula (4):
  i3c: mipi-i3c-hci: Report NACK response from CCC command to core
  i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()
  i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()
  i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers

 drivers/i3c/master/mipi-i3c-hci/cmd_v1.c |  7 ++--
 drivers/i3c/master/mipi-i3c-hci/core.c   | 49 +++++++++++++++++++++++-
 drivers/i3c/master/mipi-i3c-hci/dma.c    |  4 +-
 drivers/i3c/master/mipi-i3c-hci/hci.h    |  1 +
 4 files changed, 56 insertions(+), 5 deletions(-)

-- 
2.42.0


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

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

end of thread, other threads:[~2023-11-16 22:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09 13:37 [PATCH 0/4] i3c: mipi-i3c-hci: Functional update Jarkko Nikula
2023-11-09 13:37 ` [PATCH 1/4] i3c: mipi-i3c-hci: Report NACK response from CCC command to core Jarkko Nikula
2023-11-09 13:37 ` [PATCH 2/4] i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa() Jarkko Nikula
2023-11-09 13:37 ` [PATCH 3/4] i3c: mipi-i3c-hci: Handle I3C address header error " Jarkko Nikula
2023-11-09 13:37 ` [PATCH 4/4] i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers Jarkko Nikula
2023-11-16 22:39 ` [PATCH 0/4] i3c: mipi-i3c-hci: Functional update Alexandre Belloni

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