mbox series

[0/3] hw/sensor: Add ISL69259 with IC_DEVICE_ID

Message ID 20220701000626.77395-1-me@pjd.dev
Headers show
Series hw/sensor: Add ISL69259 with IC_DEVICE_ID | expand

Message

Peter Delevoryas July 1, 2022, 12:06 a.m. UTC
From: Peter Delevoryas <pdel@fb.com>

Resubmitting these patches separately after having included
and partially reviewd them here:

- https://lore.kernel.org/qemu-devel/20220630045133.32251-9-me@pjd.dev/
- https://lore.kernel.org/qemu-devel/20220630045133.32251-10-me@pjd.dev/
- https://lore.kernel.org/qemu-devel/20220630045133.32251-11-me@pjd.dev/

I added Titus's reviewed-by tags, but Cedric still had one outstanding
issue:

- https://lore.kernel.org/qemu-devel/293da11c-dde2-e646-c754-820720c410de@kaod.org/

But Titus had a response to that issue, so we may or may not ignore it:

- https://lore.kernel.org/qemu-devel/CAMvPwGpZZgAd2RHXmvmxfgyTyVGd6Rx+avj=E24NWc0masdc=A@mail.gmail.com/

Changes since then:
- Replaced g_assert_cmphex with g_assert to avoid portability issues.

Thanks,
Peter

Peter Delevoryas (3):
  hw/i2c/pmbus: Add idle state to return 0xff's
  hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators
  hw/sensor: Add Renesas ISL69259 device model

 hw/i2c/pmbus_device.c            |  9 +++++++
 hw/sensor/isl_pmbus_vr.c         | 40 ++++++++++++++++++++++++++++++++
 include/hw/i2c/pmbus_device.h    |  7 ++++++
 include/hw/sensor/isl_pmbus_vr.h |  5 ++++
 4 files changed, 61 insertions(+)