summaryrefslogtreecommitdiffstats
path: root/include/hw/i2c
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas2022-07-141-0/+7
* hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas2022-06-301-0/+3
* hw/i2c/aspeed: add slave device in old register modeKlaus Jensen2022-06-301-0/+8
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-301-0/+16
* hw/i2c: support multiple mastersKlaus Jensen2022-06-301-0/+14
* hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen2022-06-221-0/+8
* aspeed/i2c: Add ast1030 controller modelsCédric Le Goater2022-06-221-0/+1
* aspeed: i2c: Move regs and helpers to header fileJoe Komlodi2022-06-221-0/+267
* aspeed: i2c: Add new mode supportJoe Komlodi2022-06-221-1/+3
* aspeed: i2c: Use reg array instead of individual varsJoe Komlodi2022-06-221-9/+2Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-111-2/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+4
* hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao2022-03-081-1/+19
* hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare2022-03-081-0/+2
* hw/i2c: pmbus: add registersTitus Rwantare2022-03-081-0/+3
* aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-2/+6
* hw/i2c: add support for PMBusTitus Rwantare2021-07-081-0/+517
* hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé2021-07-081-0/+24
* hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan2021-07-081-1/+11
* hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-081-1/+7
* hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé2021-07-081-1/+0Star
* hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-081-3/+0Star
* hw/i2c: add pca954x i2c-mux switchPatrick Venture2021-04-151-0/+19
* hw/i2c: move search to i2c_scan_bus methodPatrick Venture2021-04-151-0/+2
* hw/i2c: add match method for device searchPatrick Venture2021-04-151-0/+11
* hw/i2c: name I2CNode list in I2CBusPatrick Venture2021-04-151-1/+3
* 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