aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost4-11/+4
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2-2/+2
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2-8/+4
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost7-25/+16
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost7-18/+32
2020-09-01hw/i2c: Fix typo in descriptionPhilippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé1-0/+48
2020-07-16hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé1-1/+1
2020-07-16hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé1-1/+1
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé1-0/+2
2020-06-23hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé1-0/+35
2020-05-11hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé1-1/+1
2020-04-29smbus: Fix spd_data_generate() error API violationMarkus Armbruster1-1/+1
2019-12-16aspeed/i2c: Add support for DMA transfersCédric Le Goater1-0/+5
2019-12-16aspeed/i2c: Check SRAM enablement on AST2500Cédric Le Goater1-0/+3
2019-12-16aspeed/i2c: Add support for pool buffer transfersCédric Le Goater1-0/+8
2019-10-15aspeed/i2c: Add AST2600 supportCédric Le Goater1-1/+4
2019-10-15aspeed/i2c: Introduce an object class per SoCCédric Le Goater1-0/+15
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster2-0/+2
2019-08-16include: Make headers more self-containedMarkus Armbruster1-0/+2
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2-2/+38
2019-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan3-3/+15
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-07i2c-ddc: move it to hw/displayPaolo Bonzini1-40/+0
2019-02-27i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard1-3/+21
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard1-0/+9
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard1-0/+6
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard1-7/+10
2019-02-27i2c:smbus: Simplify write operationCorey Minyard1-8/+13
2019-02-27i2c:smbus: Correct the working of quick commandsCorey Minyard1-0/+5
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-4/+3
2019-02-27i2c: Split smbus into partsCorey Minyard4-36/+96
2019-02-04smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan1-0/+3
2019-01-29arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz1-0/+42
2019-01-22hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé1-0/+2
2018-12-12i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan2-3/+2
2018-10-15i2c: switch ddc to use the new edid generatorGerd Hoffmann1-1/+3
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard1-1/+1
2018-08-23i2c: pm_smbus: Add interrupt handlingCorey Minyard1-0/+2
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard1-2/+18
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard1-2/+15
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan1-1/+2
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan1-0/+4
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan1-3/+1
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater1-0/+1
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-3/+0