All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Aspeed I3C device model
@ 2022-01-10  7:21 Troy Lee
  2022-01-10  7:21 ` [PATCH v2 1/2] hw/misc: Implementating dummy AST2600 I3C model Troy Lee
  2022-01-10  7:21 ` [PATCH v2 2/2] hw/arm/aspeed_ast2600: create i3c instance Troy Lee
  0 siblings, 2 replies; 8+ messages in thread
From: Troy Lee @ 2022-01-10  7:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: leetroy, hailin.wu

This series of patch introduce a dummy implemenation of aspeed i3c
model, and it provide just enough information for guest machine.
However, the driver probing is still failed, but it will not cause
kernel panic.

v2:
- Split i3c model into i3c and i3c_device
- Create 6x i3c devices
- Using register fields macro
- Rebase to mainline QEMU

Troy Lee (2):
  hw/misc: Implementating dummy AST2600 I3C model
  hw/arm/aspeed_ast2600: create i3c instance

 hw/arm/aspeed_ast2600.c      |  19 +-
 hw/misc/aspeed_i3c.c         | 410 +++++++++++++++++++++++++++++++++++
 hw/misc/meson.build          |   1 +
 hw/misc/trace-events         |   6 +
 include/hw/arm/aspeed_soc.h  |   3 +
 include/hw/misc/aspeed_i3c.h |  57 +++++
 6 files changed, 495 insertions(+), 1 deletion(-)
 create mode 100644 hw/misc/aspeed_i3c.c
 create mode 100644 include/hw/misc/aspeed_i3c.h

-- 
2.25.1



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

end of thread, other threads:[~2022-01-11  8:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10  7:21 [PATCH v2 0/2] Aspeed I3C device model Troy Lee
2022-01-10  7:21 ` [PATCH v2 1/2] hw/misc: Implementating dummy AST2600 I3C model Troy Lee
2022-01-10 14:25   ` Cédric Le Goater
2022-01-11  7:48     ` Troy Lee
2022-01-11  8:25       ` Cédric Le Goater
2022-01-10  7:21 ` [PATCH v2 2/2] hw/arm/aspeed_ast2600: create i3c instance Troy Lee
2022-01-10 14:31   ` Cédric Le Goater
2022-01-11  7:55     ` Troy Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.