From: Peter Delevoryas <[email protected]> Resubmitting these patches separately after having included and partially reviewd them here:
- https://lore.kernel.org/qemu-devel/[email protected]/ - https://lore.kernel.org/qemu-devel/[email protected]/ - https://lore.kernel.org/qemu-devel/[email protected]/ I added Titus's reviewed-by tags, but Cedric still had one outstanding issue: - https://lore.kernel.org/qemu-devel/[email protected]/ 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
