mbox series

[0/4] i3c: mipi-i3c-hci: Functional update

Message ID 20231109133708.653950-1-jarkko.nikula@linux.intel.com (mailing list archive)
Headers show
Series i3c: mipi-i3c-hci: Functional update | expand

Message

Jarkko Nikula Nov. 9, 2023, 1:37 p.m. UTC
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(-)

Comments

Alexandre Belloni Nov. 16, 2023, 10:39 p.m. UTC | #1
On Thu, 09 Nov 2023 15:37:04 +0200, Jarkko Nikula wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/4] i3c: mipi-i3c-hci: Report NACK response from CCC command to core
      commit: 9e0e9e85e74e4893dc5a2c5a6da54f64cf45290e
[2/4] i3c: mipi-i3c-hci: Do not overallocate transfers in hci_cmd_v1_daa()
      commit: 0be1a06c66c9522abc264bd9cb4df7e676b13ae3
[3/4] i3c: mipi-i3c-hci: Handle I3C address header error in hci_cmd_v1_daa()
      commit: f83f86e506e6b776ba5dd70f919f7e2856f9e061
[4/4] i3c: mipi-i3c-hci: Add DMA bounce buffer for private transfers
      commit: 4afd72876942f2ab1e97e79082464a46ab40a485

Best regards,