aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/pmbus_device.c
AgeCommit message (Expand)Author
2023-11-07hw/i2c: pmbus: reset page register for out of range readsTitus Rwantare
2023-11-07hw/i2c: pmbus: immediately clear faults on requestTitus Rwantare
2023-11-07hw/i2c: pmbus: add VCAP registerTitus Rwantare
2023-11-07hw/i2c: pmbus: add fan supportTitus Rwantare
2023-11-07hw/i2c: pmbus add support for block receiveTitus Rwantare
2023-08-31hw/i2c: spelling fixesMichael Tokarev
2023-08-31hw/i2c/pmbus_device: Fix modifying QOM class internals from instancePhilippe Mathieu-Daudé
2023-03-30hw/i2c: pmbus: block uninitialised string readsTitus Rwantare
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2022-07-14hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas
2022-06-30hw/i2c: pmbus: Page #255 is valid page for read requests.Maheswara Kurapati
2022-03-08hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao
2022-03-08hw/i2c: pmbus: refactor uint handlingTitus Rwantare
2022-03-08hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare
2022-03-08hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare
2022-03-08hw/i2c: pmbus: add registersTitus Rwantare
2021-07-08hw/i2c: add support for PMBusTitus Rwantare