aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)Author
2019-02-05hw/i2c/Makefile.objs: Create new CONFIG_* variables for EEPROM and ACPI contr...Paolo Bonzini
2019-02-04smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan
2019-01-29arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz
2019-01-11i2c-ddc: fix oob readGerd Hoffmann
2018-12-12i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan
2018-12-06i2c: pm_smbus: check smb_index before block transfer writePrasad J Pandit
2018-12-03i2c: Add a length check to the SMBus write handlingCorey Minyard
2018-10-15i2c: switch ddc to use the new edid generatorGerd Hoffmann
2018-09-25aspeed/i2c: Fix receive done interrupt handlingGuenter Roeck
2018-09-25aspeed/i2c: Handle receive command in separate functionGuenter Roeck
2018-09-25aspeed/i2c: interrupts should be cleared by software onlyCédric Le Goater
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard
2018-08-23i2c: pm_smbus: Don't delay host status register busy bit when interrupts are ...Corey Minyard
2018-08-23i2c: pm_smbus: Add interrupt handlingCorey Minyard
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard
2018-08-23i2c: pm_smbus: Make the I2C block read command read-onlyCorey Minyard
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard
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