summaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)AuthorFilesLines
2018-03-01hw/i2c-ddc: Do not fail writesLinus Walleij1-2/+2
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard1-17/+0
2018-03-01i2c: Fix some brace style issuesCorey Minyard1-2/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-05i2c: Add a CONFIG_I2C master switch to the configuration filesThomas Huth1-1/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-3/+3
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin3-32/+168
2018-01-10ppc4xx_i2c: Implement basic I2C functionsBALATON Zoltan1-30/+168
2017-12-22smbus: do not immediately complete commandsHervé Poussineau1-1/+15
2017-12-18hw/i2c: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-21hw/i2c/omap_i2c.c: Don't use old_mmioPeter Maydell1-12/+32
2017-09-08ppc4xx_i2c: Move to hw/i2cBALATON Zoltan2-0/+217
2017-06-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...Peter Maydell1-0/+1
2017-06-02aspeed/i2c: introduce a state machineCédric Le Goater1-3/+33
2017-06-02aspeed/i2c: handle LAST command under the RX commandCédric Le Goater1-3/+6
2017-06-02aspeed/i2c: improve command handlingCédric Le Goater1-6/+18
2017-06-01migration: Split qemu-file.hJuan Quintela1-0/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost3-3/+3
2017-01-20arm: Uniquely name imx25 I2C buses.Alastair D'Silva1-1/+1
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard3-11/+37
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva1-1/+5
2016-11-07hw/i2c/bitbang_i2c: Handle NACKs from devicesPeter Maydell1-4/+15
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard2-4/+15
2016-10-24i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard1-13/+19
2016-08-03i2c: fix migration regression introduced by broadcast supportIgor Mammedov1-3/+7
2016-06-29ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro publicEfimov Vasily1-1/+0
2016-06-14hw/i2c-ddc.c: Implement DDC I2C slavePeter Maydell2-0/+309
2016-06-14i2c: Factor our send() and recv() common logicPeter Crosthwaite1-18/+34
2016-06-14i2c: implement broadcast writeKONRAD Frederic1-55/+79
2016-06-14i2cbus: remove unused dev fieldKONRAD Frederic1-1/+0
2016-06-14hw/i2c: QOM'ify versatile_i2c.cxiaoqiang zhao1-13/+6
2016-06-14hw/i2c: QOM'ify omap_i2c.cxiaoqiang zhao1-17/+25
2016-06-14hw/i2c: QOM'ify exynos4210_i2c.cxiaoqiang zhao1-7/+6
2016-06-14hw/i2c: QOM'ify bitbang_i2c.cxiaoqiang zhao1-8/+6
2016-06-06i2c: add aspeed i2c controllerCédric Le Goater2-0/+441
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini2-0/+2
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-03-16i.MX: Add missing descriptions in devices.Jean-Christophe Dubois1-0/+1
2016-01-29hw: Clean up includesPeter Maydell4-0/+4
2016-01-29arm devices: Clean up includesPeter Maydell1-0/+1
2016-01-29arm: Clean up includesPeter Maydell3-0/+3
2016-01-29x86: Clean up includesPeter Maydell2-0/+2
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster1-2/+6
2015-10-27i.MX: Standardize i.MX I2C debugJean-Christophe Dubois1-21/+22
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois2-0/+335
2015-05-29ACPI: split CONFIG_ACPI into 4 piecesShannon Zhao1-1/+1