aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15hw/i2c: move search to i2c_scan_bus methodPatrick Venture1-12/+26
2021-04-15hw/i2c: add match method for device searchPatrick Venture1-4/+19
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-3/+3
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé1-3/+3
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé1-6/+5
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé1-2/+16
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-19/+13
2018-06-08hw/i2c: Add trace eventsPhilippe Mathieu-Daudé1-7/+18
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-13/+0
2018-03-01i2c: Move the bus class to i2c.hCorey Minyard1-17/+0
2018-03-01i2c: Fix some brace style issuesCorey Minyard1-2/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-6/+25
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva1-1/+5
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard1-1/+6
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-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-01-29hw: Clean up includesPeter Maydell1-0/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-4/+2
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-16/+16
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+246