aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)Author
2020-02-06aspeed/i2c: Prevent uninitialized warningMiroslav Rezanina
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-07omap-i2c: remove PROP_PTRMarc-André Lureau
2020-01-07smbus-eeprom: remove PROP_PTRMarc-André Lureau
2019-12-16aspeed/i2c: Add trace eventsCédric Le Goater
2019-12-16aspeed/i2c: Add support for DMA transfersCédric Le Goater
2019-12-16aspeed/i2c: Check SRAM enablement on AST2500Cédric Le Goater
2019-12-16aspeed/i2c: Add support for pool buffer transfersCédric Le Goater
2019-10-15aspeed/i2c: Add AST2600 supportCédric Le Goater
2019-10-15aspeed/i2c: Introduce an object class per SoCCédric Le Goater
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell
2019-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-13hw/arm: Express dependencies of realview, versatile and vexpress with KconfigThomas Huth
2019-05-08hw/i2c/smbus_ich9: Fix the confusing contributions-after-2012 statementThomas Huth
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-12PPC: E500: Add FSL I2C controller and integrate RTC with itAndrew Randrianasulu
2019-03-07display: express dependencies with kconfigYang Zhong
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini
2019-03-07i386: express dependencies with KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-27i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard
2019-02-27i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard
2019-02-27i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard
2019-02-27i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard
2019-02-27i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard
2019-02-27i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard
2019-02-27i2c:smbus: Make white space in switch statements consistentCorey Minyard
2019-02-27i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard
2019-02-27i2c:smbus: Simplify write operationCorey Minyard
2019-02-27i2c:smbus: Correct the working of quick commandsCorey Minyard
2019-02-27i2c: Don't check return value from i2c_recv()Corey Minyard
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard
2019-02-27i2c: Split smbus into partsCorey Minyard
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