summaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)Author
2018-08-23i2c: pm_smbus: Clean up some style issuesCorey Minyard
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan
2018-06-26hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan
2018-06-12ppc4xx_i2c: Clean up and improve error loggingBALATON Zoltan
2018-06-08hw/i2c: Add trace eventsPhilippe Mathieu-Daudé
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-01hw/i2c-ddc: Do not fail writesLinus Walleij
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard
2018-03-01i2c: Fix some brace style issuesCorey Minyard
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-05i2c: Add a CONFIG_I2C master switch to the configuration filesThomas Huth
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan
2017-12-22smbus: do not immediately complete commandsHervé Poussineau
2017-12-18hw/i2c: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-21hw/i2c/omap_i2c.c: Don't use old_mmioPeter Maydell
2017-09-08ppc4xx_i2c: Move to hw/i2cBALATON Zoltan
2017-06-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...Peter Maydell
2017-06-02aspeed/i2c: introduce a state machineCédric Le Goater
2017-06-02aspeed/i2c: handle LAST command under the RX commandCédric Le Goater
2017-06-02aspeed/i2c: improve command handlingCédric Le Goater
2017-06-01migration: Split qemu-file.hJuan Quintela
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-01-20arm: Uniquely name imx25 I2C buses.Alastair D'Silva
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva
2016-11-07hw/i2c/bitbang_i2c: Handle NACKs from devicesPeter Maydell
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard
2016-10-24i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard
2016-08-03i2c: fix migration regression introduced by broadcast supportIgor Mammedov
2016-06-29ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro publicEfimov Vasily
2016-06-14hw/i2c-ddc.c: Implement DDC I2C slavePeter Maydell
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite
2016-06-14i2c: implement broadcast writeKONRAD Frederic
2016-06-14i2cbus: remove unused dev fieldKONRAD Frederic
2016-06-14hw/i2c: QOM'ify versatile_i2c.cxiaoqiang zhao
2016-06-14hw/i2c: QOM'ify omap_i2c.cxiaoqiang zhao
2016-06-14hw/i2c: QOM'ify exynos4210_i2c.cxiaoqiang zhao
2016-06-14hw/i2c: QOM'ify bitbang_i2c.cxiaoqiang zhao
2016-06-06i2c: add aspeed i2c controllerCédric Le Goater
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini