Age | Commit message (Expand) | Author |
2019-12-16 | aspeed/i2c: Add support for DMA transfers | Cédric Le Goater |
2019-12-16 | aspeed/i2c: Check SRAM enablement on AST2500 | Cédric Le Goater |
2019-12-16 | aspeed/i2c: Add support for pool buffer transfers | Cédric Le Goater |
2019-10-15 | aspeed/i2c: Add AST2600 support | Cédric Le Goater |
2019-10-15 | aspeed/i2c: Introduce an object class per SoC | Cédric Le Goater |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include exec/memory.h slightly less | Markus Armbruster |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster |
2019-07-03 | hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s... | Peter Maydell |
2019-06-28 | i2c: Move bitbang_i2c.h to include/hw/i2c/ | BALATON Zoltan |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-05-07 | i2c-ddc: move it to hw/display | Paolo Bonzini |
2019-02-27 | i2c:smbus_slave: Add an SMBus vmstate structure | Corey Minyard |
2019-02-27 | i2c:pm_smbus: Fix state transfer | Corey Minyard |
2019-02-27 | i2c:pm_smbus: Fix pm_smbus handling of I2C block read | Corey Minyard |
2019-02-27 | i2c:smbus: Simplify read handling | Corey Minyard |
2019-02-27 | i2c:smbus: Simplify write operation | Corey Minyard |
2019-02-27 | i2c:smbus: Correct the working of quick commands | Corey Minyard |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard |
2019-02-27 | i2c: Split smbus into parts | Corey Minyard |
2019-02-04 | smbus: Add a helper to generate SPD EEPROM data | BALATON Zoltan |
2019-01-29 | arm: Stub out NRF51 TWI magnetometer/accelerometer detection | Steffen Görtz |
2019-01-22 | hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h" | Philippe Mathieu-Daudé |
2018-12-12 | i2c: Move typedef of bitbang_i2c_interface to i2c.h | BALATON Zoltan |
2018-10-15 | i2c: switch ddc to use the new edid generator | Gerd Hoffmann |
2018-08-23 | i2c: pm_smbus: Add the ability to force block transfer enable | Corey Minyard |
2018-08-23 | i2c: pm_smbus: Add interrupt handling | Corey Minyard |
2018-08-23 | i2c: pm_smbus: Add block transfer capability | Corey Minyard |
2018-08-23 | i2c: pm_smbus: Fix the semantics of block I2C transfers | Corey Minyard |
2018-07-03 | ppc4xx_i2c: Rewrite to model hardware more closely | BALATON Zoltan |
2018-06-21 | ppc4xx_i2c: Implement directcntl register | BALATON Zoltan |
2018-06-21 | ppc4xx_i2c: Remove unimplemented sdata and intr registers | BALATON Zoltan |
2018-06-08 | smbus: add a smbus_eeprom_init_one() routine | Cédric Le Goater |
2018-06-01 | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé |
2018-06-01 | hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init | Philippe Mathieu-Daudé |
2018-03-01 | i2c: Move the bus class to i2c.h | Corey Minyard |
2018-03-01 | i2c: Fix some brace style issues | Corey Minyard |
2018-02-02 | hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h | Philippe Mathieu-Daudé |
2018-01-10 | ppc4xx_i2c: Implement basic I2C functions | BALATON Zoltan |
2017-12-18 | hw: remove "qemu/osdep.h" from header files | Philippe Mathieu-Daudé |
2017-09-08 | ppc4xx_i2c: QOMify | BALATON Zoltan |
2017-01-09 | i2c: Allow I2C devices to NAK start events | Corey Minyard |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-06-14 | hw/i2c-ddc.c: Implement DDC I2C slave | Peter Maydell |
2016-06-14 | i2c: Factor our send() and recv() common logic | Peter Crosthwaite |
2016-06-06 | i2c: add aspeed i2c controller | Cédric Le Goater |
2015-09-07 | i.MX: Add I2C controller emulator | Jean-Christophe Dubois |
2014-05-07 | smbus: return -1 if nothing found at the given address | Paolo Bonzini |