index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i2c
/
pmbus_device.c
Age
Commit message (
Expand
)
Author
2023-11-07
hw/i2c: pmbus: reset page register for out of range reads
Titus Rwantare
2023-11-07
hw/i2c: pmbus: immediately clear faults on request
Titus Rwantare
2023-11-07
hw/i2c: pmbus: add VCAP register
Titus Rwantare
2023-11-07
hw/i2c: pmbus: add fan support
Titus Rwantare
2023-11-07
hw/i2c: pmbus add support for block receive
Titus Rwantare
2023-08-31
hw/i2c: spelling fixes
Michael Tokarev
2023-08-31
hw/i2c/pmbus_device: Fix modifying QOM class internals from instance
Philippe Mathieu-Daudé
2023-03-30
hw/i2c: pmbus: block uninitialised string reads
Titus Rwantare
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
2022-07-14
hw/i2c/pmbus: Add idle state to return 0xff's
Peter Delevoryas
2022-06-30
hw/i2c: pmbus: Page #255 is valid page for read requests.
Maheswara Kurapati
2022-03-08
hw/i2c: Added linear mode translation for pmbus devices
Shengtan Mao
2022-03-08
hw/i2c: pmbus: refactor uint handling
Titus Rwantare
2022-03-08
hw/i2c: pmbus: add PEC unsupported warning
Titus Rwantare
2022-03-08
hw/i2c: pmbus: fix error returns and guard against out of range accesses
Titus Rwantare
2022-03-08
hw/i2c: pmbus: add registers
Titus Rwantare
2021-07-08
hw/i2c: add support for PMBus
Titus Rwantare