All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Adds designware i2c module and adds it to virt arm
@ 2022-01-10 21:47 Patrick Venture
  2022-01-10 21:47 ` [PATCH 1/2] hw/i2c: Add designware i2c controller Patrick Venture
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Patrick Venture @ 2022-01-10 21:47 UTC (permalink / raw)
  To: crauer, peter.maydell, mst, imammedo, ani, shannon.zhaosl
  Cc: qemu-arm, qemu-devel, Patrick Venture

This patch series introduces a new i2c module, namely the designware one and further enables this (optionally) for the virt-arm machine.

Chris Rauer (2):
  hw/i2c: Add designware i2c controller.
  hw/arm: Enable smbus on arm virt machine.

 MAINTAINERS                     |   6 +
 docs/system/arm/virt.rst        |   4 +
 hw/arm/Kconfig                  |   1 +
 hw/arm/virt-acpi-build.c        |  24 +
 hw/arm/virt.c                   |  55 +++
 hw/i2c/Kconfig                  |   4 +
 hw/i2c/designware_i2c.c         | 821 ++++++++++++++++++++++++++++++++
 hw/i2c/meson.build              |   1 +
 include/hw/arm/virt.h           |   3 +
 include/hw/i2c/designware_i2c.h | 110 +++++
 10 files changed, 1029 insertions(+)
 create mode 100644 hw/i2c/designware_i2c.c
 create mode 100644 include/hw/i2c/designware_i2c.h

-- 
2.34.1.575.g55b058a8bb-goog



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

end of thread, other threads:[~2022-02-22 17:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 21:47 [PATCH 0/2] Adds designware i2c module and adds it to virt arm Patrick Venture
2022-01-10 21:47 ` [PATCH 1/2] hw/i2c: Add designware i2c controller Patrick Venture
2022-01-10 21:47 ` [PATCH 2/2] hw/arm: Enable smbus on arm virt machine Patrick Venture
2022-01-13 11:48 ` [PATCH 0/2] Adds designware i2c module and adds it to virt arm Peter Maydell
2022-01-13 11:51   ` Peter Maydell
2022-01-26 17:12     ` Chris Rauer
2022-01-26 18:03       ` Peter Maydell
2022-01-26 22:01         ` Chris Rauer
2022-01-26 23:42         ` Philippe Mathieu-Daudé via
2022-02-21 17:47           ` Chris Rauer
2022-02-22 17:05             ` Corey Minyard

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.