summaryrefslogtreecommitdiffstats
path: root/include/hw/i2c
Commit message (Expand)AuthorAgeFilesLines
...
* smbus: add a smbus_eeprom_init_one() routineCédric Le Goater2018-06-081-0/+1
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-3/+0Star
* hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* i2c: Move the bus class to i2c.hCorey Minyard2018-03-011-0/+17
* i2c: Fix some brace style issuesCorey Minyard2018-03-011-4/+2Star
* hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé2018-02-021-9/+0Star
* ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan2018-01-101-0/+3
* hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* ppc4xx_i2c: QOMifyBALATON Zoltan2017-09-081-0/+61
* i2c: Allow I2C devices to NAK start eventsCorey Minyard2017-01-091-4/+12
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-122-6/+6
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* hw/i2c-ddc.c: Implement DDC I2C slavePeter Maydell2016-06-141-0/+38
* i2c: Factor our send() and recv() common logicPeter Crosthwaite2016-06-141-0/+1
* i2c: add aspeed i2c controllerCédric Le Goater2016-06-061-0/+62
* i.MX: Add I2C controller emulatorJean-Christophe Dubois2015-09-071-0/+87
* smbus: return -1 if nothing found at the given addressPaolo Bonzini2014-05-071-6/+6
* smbus: allow returning an error from readsPaolo Bonzini2014-05-071-3/+3
* i2c: Drop FROM_I2C_SLAVE() macroAndreas Färber2014-02-141-2/+0Star
* i2c: Rename i2c_bus to I2CBusAndreas Färber2014-02-143-19/+19
* hw: move headers to include/Paolo Bonzini2013-04-083-0/+191