qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] hw/sensor: Add ISL69259 with IC_DEVICE_ID
@ 2022-07-01  0:06 Peter Delevoryas
  2022-07-01  0:06 ` [PATCH 1/3] hw/i2c/pmbus: Add idle state to return 0xff's Peter Delevoryas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Delevoryas @ 2022-07-01  0:06 UTC (permalink / raw)
  Cc: qemu-devel, clg, titusr, qemu-arm

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(+)

-- 
2.37.0



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

end of thread, other threads:[~2022-07-01  0:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01  0:06 [PATCH 0/3] hw/sensor: Add ISL69259 with IC_DEVICE_ID Peter Delevoryas
2022-07-01  0:06 ` [PATCH 1/3] hw/i2c/pmbus: Add idle state to return 0xff's Peter Delevoryas
2022-07-01  0:06 ` [PATCH 2/3] hw/sensor: Add IC_DEVICE_ID to ISL voltage regulators Peter Delevoryas
2022-07-01  0:06 ` [PATCH 3/3] hw/sensor: Add Renesas ISL69259 device model Peter Delevoryas

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