qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Delevoryas
Subject: [PATCH 0/3] hw/sensor: Add ISL69259 with IC_DEVICE_ID
Date: Thu, 30 Jun 2022 17:06:23 -0700

From: Peter Delevoryas <pdel@fb.com>

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

- 20220630045133.32251-9-me@pjd.dev/">https://lore.kernel.org/qemu-devel/20220630045133.32251-9-me@pjd.dev/
- 20220630045133.32251-10-me@pjd.dev/">https://lore.kernel.org/qemu-devel/20220630045133.32251-10-me@pjd.dev/
- 20220630045133.32251-11-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:

- 
293da11c-dde2-e646-c754-820720c410de@kaod.org/">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(+)

-- 
2.37.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]