aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c
AgeCommit message (Expand)Author
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-06-01hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard
2018-03-01i2c: Fix some brace style issuesCorey Minyard
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan
2017-12-18hw: remove "qemu/osdep.h" from header filesPhilippe Mathieu-Daudé
2017-09-08ppc4xx_i2c: QOMifyBALATON Zoltan
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-14hw/i2c-ddc.c: Implement DDC I2C slavePeter Maydell
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite
2016-06-06i2c: add aspeed i2c controllerCédric Le Goater
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois
2014-05-07smbus: return -1 if nothing found at the given addressPaolo Bonzini
2014-05-07smbus: allow returning an error from readsPaolo Bonzini
2014-02-14i2c: Drop FROM_I2C_SLAVE() macroAndreas Färber
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2013-04-08hw: move headers to include/Paolo Bonzini