summaryrefslogtreecommitdiffstats
path: root/include/hw/i2c
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu2021-02-161-0/+25
* hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu2021-02-161-0/+88
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-184-11/+4Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-182-2/+2
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-092-8/+4Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-097-25/+16Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-097-18/+32
* hw/i2c: Fix typo in descriptionPhilippe Mathieu-Daudé2020-09-011-1/+1
* hw/i2c: Document the I2C qdev helpersPhilippe Mathieu-Daudé2020-07-161-0/+48
* hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()Philippe Mathieu-Daudé2020-07-161-1/+1
* hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()Philippe Mathieu-Daudé2020-07-161-1/+1
* hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()Philippe Mathieu-Daudé2020-07-161-1/+1
* hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé2020-07-161-1/+1
* hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé2020-06-261-0/+2
* hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé2020-06-231-0/+35
* hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé2020-05-111-1/+1
* smbus: Fix spd_data_generate() error API violationMarkus Armbruster2020-04-291-1/+1
* aspeed/i2c: Add support for DMA transfersCédric Le Goater2019-12-161-0/+5
* aspeed/i2c: Check SRAM enablement on AST2500Cédric Le Goater2019-12-161-0/+3
* aspeed/i2c: Add support for pool buffer transfersCédric Le Goater2019-12-161-0/+8
* aspeed/i2c: Add AST2600 supportCédric Le Goater2019-10-151-1/+4
* aspeed/i2c: Introduce an object class per SoCCédric Le Goater2019-10-151-0/+15
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-162-0/+2
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+2
* hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2019-07-032-2/+38
* i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan2019-06-283-3/+15
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* i2c-ddc: move it to hw/displayPaolo Bonzini2019-05-071-40/+0Star
* i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard2019-02-281-3/+21
* i2c:pm_smbus: Fix state transferCorey Minyard2019-02-281-0/+9
* i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard2019-02-281-0/+6
* i2c:smbus: Simplify read handlingCorey Minyard2019-02-281-7/+10
* i2c:smbus: Simplify write operationCorey Minyard2019-02-281-8/+13
* i2c:smbus: Correct the working of quick commandsCorey Minyard2019-02-281-0/+5
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-4/+3Star
* i2c: Split smbus into partsCorey Minyard2019-02-284-36/+96
* smbus: Add a helper to generate SPD EEPROM dataBALATON Zoltan2019-02-041-0/+3
* arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz2019-01-291-0/+42
* hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-0/+2
* i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan2018-12-122-3/+2Star
* i2c: switch ddc to use the new edid generatorGerd Hoffmann2018-10-151-1/+3
* i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard2018-08-231-1/+1
* i2c: pm_smbus: Add interrupt handlingCorey Minyard2018-08-231-0/+2
* i2c: pm_smbus: Add block transfer capabilityCorey Minyard2018-08-231-2/+18
* i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard2018-08-231-2/+15
* ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan2018-07-031-1/+2
* ppc4xx_i2c: Implement directcntl registerBALATON Zoltan2018-06-211-0/+4
* ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan2018-06-211-3/+1Star