From: Patrick Venture <venture@google.com>
To: crauer@google.com, peter.maydell@linaro.org, mst@redhat.com,
imammedo@redhat.com, ani@anisinha.ca, shannon.zhaosl@gmail.com
Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org,
Patrick Venture <venture@google.com>
Subject: [PATCH 0/2] Adds designware i2c module and adds it to virt arm
Date: Mon, 10 Jan 2022 13:47:53 -0800 [thread overview]
Message-ID: <20220110214755.810343-1-venture@google.com> (raw)
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
next reply other threads:[~2022-01-10 21:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 21:47 Patrick Venture [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220110214755.810343-1-venture@google.com \
--to=venture@google.com \
--cc=ani@anisinha.ca \
--cc=crauer@google.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=shannon.zhaosl@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.