summaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)Author
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
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois
2016-01-29hw: Clean up includesPeter Maydell
2016-01-29arm devices: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29x86: Clean up includesPeter Maydell
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster
2015-10-27i.MX: Standardize i.MX I2C debugJean-Christophe Dubois
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois
2015-05-29ACPI: split CONFIG_ACPI into 4 piecesShannon Zhao
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2014-09-02Fix debug print warningGonglei