Age | Commit message (Expand) | Author |
2018-07-03 | ppc4xx_i2c: Rewrite to model hardware more closely | BALATON Zoltan |
2018-06-26 | hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintf | Philippe Mathieu-Daudé |
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-12 | ppc4xx_i2c: Clean up and improve error logging | BALATON Zoltan |
2018-06-08 | hw/i2c: Add trace events | Philippe Mathieu-Daudé |
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 | hw/i2c-ddc: Do not fail writes | Linus Walleij |
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-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-05 | i2c: Add a CONFIG_I2C master switch to the configuration files | Thomas Huth |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2018-01-10 | ppc4xx_i2c: Implement basic I2C functions | BALATON Zoltan |
2017-12-22 | smbus: do not immediately complete commands | Hervé Poussineau |
2017-12-18 | hw/i2c: remove old i386 dependency | Philippe Mathieu-Daudé |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-21 | hw/i2c/omap_i2c.c: Don't use old_mmio | Peter Maydell |
2017-09-08 | ppc4xx_i2c: Move to hw/i2c | BALATON Zoltan |
2017-06-02 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i... | Peter Maydell |
2017-06-02 | aspeed/i2c: introduce a state machine | Cédric Le Goater |
2017-06-02 | aspeed/i2c: handle LAST command under the RX command | Cédric Le Goater |
2017-06-02 | aspeed/i2c: improve command handling | Cédric Le Goater |
2017-06-01 | migration: Split qemu-file.h | Juan Quintela |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-01-20 | arm: Uniquely name imx25 I2C buses. | Alastair D'Silva |
2017-01-09 | i2c: Allow I2C devices to NAK start events | Corey Minyard |
2016-12-27 | hw/i2c: Add a NULL check for i2c slave init callbacks | Alastair D'Silva |
2016-11-07 | hw/i2c/bitbang_i2c: Handle NACKs from devices | Peter Maydell |
2016-10-24 | i2c: Add asserts for second smbus i2c_start_transfer() | Corey Minyard |
2016-10-24 | i2c: Fix SMBus read transactions to avoid double events | Corey Minyard |
2016-08-03 | i2c: fix migration regression introduced by broadcast support | Igor Mammedov |
2016-06-29 | ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public | Efimov Vasily |
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-14 | i2c: implement broadcast write | KONRAD Frederic |
2016-06-14 | i2cbus: remove unused dev field | KONRAD Frederic |
2016-06-14 | hw/i2c: QOM'ify versatile_i2c.c | xiaoqiang zhao |
2016-06-14 | hw/i2c: QOM'ify omap_i2c.c | xiaoqiang zhao |
2016-06-14 | hw/i2c: QOM'ify exynos4210_i2c.c | xiaoqiang zhao |
2016-06-14 | hw/i2c: QOM'ify bitbang_i2c.c | xiaoqiang zhao |
2016-06-06 | i2c: add aspeed i2c controller | Cédric Le Goater |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |