qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/9] I²C / SMBus / PMBus patches for 2022-03-08
@ 2022-03-08 18:13 Philippe Mathieu-Daudé
  2022-03-08 18:13 ` [PULL 1/9] hw/i2c: pmbus: add registers Philippe Mathieu-Daudé
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-03-08 18:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Titus Rwantare, Philippe Mathieu-Daudé, Corey Minyard

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



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

end of thread, other threads:[~2022-03-10 11:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08 18:13 [PULL 0/9] I²C / SMBus / PMBus patches for 2022-03-08 Philippe Mathieu-Daudé
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é

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).