summary refs log tree commit diff stats
path: root/include/hw/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c: Implement Broadcom Serial Controller (BSC)Rayhan Faizel2024-03-051-0/+80
* ppc/pnv: Test pnv i2c master and connected devicesGlenn Miles2024-02-231-0/+143
* hw/i2c: pmbus: add VCAP registerTitus Rwantare2023-11-071-0/+1
* hw/i2c: pmbus: add fan supportTitus Rwantare2023-11-071-0/+1
* hw/i2c: pmbus: add vout mode bitfieldsTitus Rwantare2023-11-071-0/+8
* hw/i2c: pmbus add support for block receiveTitus Rwantare2023-11-071-0/+7
* Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2023-09-061-2/+3
|\
| * hw/i2c/aspeed: Add support for buffer organizationHang Yu2023-09-011-0/+1
| * hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu2023-09-011-2/+2
* | hw/i2c: spelling fixesMichael Tokarev2023-08-311-1/+1
|/
* qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger2023-04-201-0/+7
* hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao2023-03-061-0/+6
* hw/i2c: only schedule pending master when bus is idleKlaus Jensen2023-03-021-0/+2
* hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé2023-01-231-2/+1
* hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CStatePhilippe Mathieu-Daudé2023-01-231-2/+1
* hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé2023-01-231-0/+2
* hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé2023-01-121-4/+3
* {hw/i2c,docs/system/arm}: Allwinner TWI/I2C EmulationStrahinja Jankovic2023-01-121-0/+55
* hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas2022-10-241-0/+1
* 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/+2
* 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/+0
* hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-081-3/+0
* 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/+4
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-182-2/+2