summaryrefslogtreecommitdiffstats
path: root/include/hw/i2c
Commit message (Expand)AuthorAgeFilesLines
* aspeed/i2c: Add support for DMA transfersCédric Le Goater2019-12-161-0/+5
* aspeed/i2c: Check SRAM enablement on AST2500Cédric Le Goater2019-12-161-0/+3
* aspeed/i2c: Add support for pool buffer transfersCédric Le Goater2019-12-161-0/+8
* aspeed/i2c: Add AST2600 supportCédric Le Goater2019-10-151-1/+4
* aspeed/i2c: Introduce an object class per SoCCédric Le Goater2019-10-151-0/+15
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-162-0/+2
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+2
* hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2019-07-032-2/+38
* i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan2019-06-283-3/+15
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* i2c-ddc: move it to hw/displayPaolo Bonzini2019-05-071-40/+0Star
* i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard2019-02-281-3/+21
* i2c:pm_smbus: Fix state transferCorey Minyard2019-02-281-0/+9
* i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard2019-02-281-0/+6
* i2c:smbus: Simplify read handlingCorey Minyard2019-02-281-7/+10
* i2c:smbus: Simplify write operationCorey Minyard2019-02-281-8/+13
* i2c:smbus: Correct the working of quick commandsCorey Minyard2019-02-281-0/+5
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-4/+3Star
* i2c: Split smbus into partsCorey Minyard2019-02-284-36/+96
* smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan2019-02-041-0/+3
* arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz2019-01-291-0/+42
* hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-0/+2
* i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan2018-12-122-3/+2Star
* i2c: switch ddc to use the new edid generatorGerd Hoffmann2018-10-151-1/+3
* i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard2018-08-231-1/+1
* i2c: pm_smbus: Add interrupt handlingCorey Minyard2018-08-231-0/+2
* i2c: pm_smbus: Add block transfer capabilityCorey Minyard2018-08-231-2/+18
* i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard2018-08-231-2/+15
* ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan2018-07-031-1/+2
* ppc4xx_i2c: Implement directcntl registerBALATON Zoltan2018-06-211-0/+4
* ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan2018-06-211-3/+1Star
* 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