summary refs log tree commit diff stats
path: root/hw/i2c/smbus_slave.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c/smbus_slave: Add object path on error printsJoe Komlodi2024-02-221-2/+6
* hw/i2c: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/i2c: spelling fixesMichael Tokarev2023-08-311-1/+1
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-301-0/+4
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard2019-02-271-0/+18
* i2c:smbus: Make white space in switch statements consistentCorey Minyard2019-02-271-0/+9
* i2c:smbus: Simplify read handlingCorey Minyard2019-02-271-18/+3
* i2c:smbus: Simplify write operationCorey Minyard2019-02-271-20/+5
* i2c:smbus: Correct the working of quick commandsCorey Minyard2019-02-271-16/+19
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-271-2/+2
* i2c: Split smbus into partsCorey Minyard2019-02-271-0/+236