summary refs log tree commit diff stats
path: root/hw/i2c/pmbus_device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/i2c: pmbus: reset page register for out of range readsTitus Rwantare2023-11-071-9/+9
* hw/i2c: pmbus: immediately clear faults on requestTitus Rwantare2023-11-071-0/+5
* hw/i2c: pmbus: add VCAP registerTitus Rwantare2023-11-071-0/+8
* hw/i2c: pmbus: add fan supportTitus Rwantare2023-11-071-0/+176
* hw/i2c: pmbus add support for block receiveTitus Rwantare2023-11-071-1/+29
* hw/i2c: spelling fixesMichael Tokarev2023-08-311-1/+1
* hw/i2c/pmbus_device: Fix modifying QOM class internals from instancePhilippe Mathieu-Daudé2023-08-311-7/+10
* hw/i2c: pmbus: block uninitialised string readsTitus Rwantare2023-03-301-0/+7
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas2022-07-141-0/+9
* hw/i2c: pmbus: Page #255 is valid page for read requests.Maheswara Kurapati2022-06-301-5/+1
* hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao2022-03-081-0/+18
* hw/i2c: pmbus: refactor uint handlingTitus Rwantare2022-03-081-9/+9
* hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare2022-03-081-0/+5
* hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare2022-03-081-4/+43
* hw/i2c: pmbus: add registersTitus Rwantare2022-03-081-0/+24
* hw/i2c: add support for PMBusTitus Rwantare2021-07-081-0/+1612