From: "Philippe Mathieu-Daudé" <philippe.mathieu.daude@gmail.com>
To: qemu-devel@nongnu.org
Cc: "Titus Rwantare" <titusr@google.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Corey Minyard" <minyard@acm.org>
Subject: [PULL 0/9] I²C / SMBus / PMBus patches for 2022-03-08
Date: Tue, 8 Mar 2022 19:13:11 +0100 [thread overview]
Message-ID: <20220308181320.79400-1-philippe.mathieu.daude@gmail.com> (raw)
From: Philippe Mathieu-Daudé <f4bug@amsat.org>
The following changes since commit 9740b907a5363c06ecf61e08b21966a81eb0dab4:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307' into staging (2022-03-08 15:26:10 +0000)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/pmbus-20220308
for you to fetch changes up to 5f14cd7032beab6cac8d7ed1b09efc58baddb48c:
hw/sensor: add Renesas raa228000 device (2022-03-08 18:46:48 +0100)
----------------------------------------------------------------
I²C / SMBus / PMBus patches
- Add some Renesas models
- Add Titus Rwantare to MAINTAINERS
----------------------------------------------------------------
Shengtan Mao (1):
hw/i2c: Added linear mode translation for pmbus devices
Titus Rwantare (8):
hw/i2c: pmbus: add registers
hw/i2c: pmbus: fix error returns and guard against out of range
accesses
hw/i2c: pmbus: add PEC unsupported warning
hw/i2c: pmbus: refactor uint handling
hw/i2c: pmbus: update MAINTAINERS
hw/sensor: add Intersil ISL69260 device model
hw/sensor: add Renesas raa229004 PMBus device
hw/sensor: add Renesas raa228000 device
MAINTAINERS | 13 +
hw/arm/Kconfig | 1 +
hw/i2c/pmbus_device.c | 112 +++++++-
hw/sensor/Kconfig | 4 +
hw/sensor/isl_pmbus_vr.c | 279 ++++++++++++++++++
hw/sensor/meson.build | 1 +
include/hw/i2c/pmbus_device.h | 25 +-
include/hw/sensor/isl_pmbus_vr.h | 52 ++++
tests/qtest/isl_pmbus_vr-test.c | 474 +++++++++++++++++++++++++++++++
tests/qtest/meson.build | 1 +
10 files changed, 948 insertions(+), 14 deletions(-)
create mode 100644 hw/sensor/isl_pmbus_vr.c
create mode 100644 include/hw/sensor/isl_pmbus_vr.h
create mode 100644 tests/qtest/isl_pmbus_vr-test.c
--
2.34.1
next reply other threads:[~2022-03-08 18:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-08 18:13 Philippe Mathieu-Daudé [this message]
2022-03-08 18:13 ` [PULL 1/9] hw/i2c: pmbus: add registers Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 2/9] hw/i2c: pmbus: fix error returns and guard against out of range accesses Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 3/9] hw/i2c: pmbus: add PEC unsupported warning Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 4/9] hw/i2c: pmbus: refactor uint handling Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 5/9] hw/i2c: pmbus: update MAINTAINERS Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 6/9] hw/i2c: Added linear mode translation for pmbus devices Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 7/9] hw/sensor: add Intersil ISL69260 device model Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 8/9] hw/sensor: add Renesas raa229004 PMBus device Philippe Mathieu-Daudé
2022-03-08 18:13 ` [PULL 9/9] hw/sensor: add Renesas raa228000 device Philippe Mathieu-Daudé
2022-03-10 9:18 ` [PULL 0/9] I²C / SMBus / PMBus patches for 2022-03-08 Peter Maydell
2022-03-10 11:26 ` Philippe Mathieu-Daudé
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=20220308181320.79400-1-philippe.mathieu.daude@gmail.com \
--to=philippe.mathieu.daude@gmail.com \
--cc=f4bug@amsat.org \
--cc=minyard@acm.org \
--cc=qemu-devel@nongnu.org \
--cc=titusr@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).