mbox series

[0/2,RFC] i3c: ast2600: Add MCTP-over-I3C support

Message ID 20240506105120.3028083-1-dylan_hung@aspeedtech.com (mailing list archive)
Headers show
Series i3c: ast2600: Add MCTP-over-I3C support | expand

Message

Dylan Hung May 6, 2024, 10:51 a.m. UTC
Add Aspeed AST2600 I3C controllers and add minimal changes to validate
the functionality for MCTP-over-I3C.

Dylan Hung (2):
  [RFC] ARM: dts: aspeed-g6: Add AST2600 I3Cs
  [RFC] i3c: ast2600: Validate AST2600 I3C for MCTP-over-I3C

 arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 137 +++++++
 drivers/i3c/master/ast2600-i3c-master.c | 137 +++++++
 drivers/i3c/master/dw-i3c-master.c      | 513 ++++++++++++++++++++----
 drivers/i3c/master/dw-i3c-master.h      |  12 +
 4 files changed, 718 insertions(+), 81 deletions(-)

Comments

Jeremy Kerr May 6, 2024, 1:46 p.m. UTC | #1
Hi Dylan,

> Add Aspeed AST2600 I3C controllers and add minimal changes to
> validate
> the functionality for MCTP-over-I3C.
> 
> Dylan Hung (2):
>   [RFC] ARM: dts: aspeed-g6: Add AST2600 I3Cs

I'd sent a similar patch earlier:

  https://lists.ozlabs.org/pipermail/linux-aspeed/2024-May/012193.html

And a v2 to account for some feedback on the dts layout:

  https://lists.ozlabs.org/pipermail/linux-aspeed/2024-May/012213.html

>   [RFC] i3c: ast2600: Validate AST2600 I3C for MCTP-over-I3C

Looks interesting, I'll check this out soon.

Cheers,


Jeremy