summaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi1-3/+7
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2014-09-02Fix debug print warningGonglei1-2/+3
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2-5/+2
2014-05-07pm_smbus: correctly report unclaimed cyclesPaolo Bonzini1-22/+41
2014-05-07smbus: return -1 if nothing found at the given addressPaolo Bonzini1-18/+44
2014-05-07smbus: allow returning an error from readsPaolo Bonzini1-3/+3
2014-04-18Fix grammar in commentStefan Weil1-1/+1
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber10-36/+36
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2-0/+4
2013-12-23ich9: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-07-29exynos4210_i2c: QOM cast cleanupAndreas Färber1-5/+7
2013-07-29versatile_i2c: QOM cast cleanupAndreas Färber1-7/+13
2013-07-29omap_i2c: QOM cast cleanupAndreas Färber1-16/+22