aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05hw/i2c: Implement Broadcom Serial Controller (BSC)Rayhan Faizel1-0/+80
2024-02-23ppc/pnv: Test pnv i2c master and connected devicesGlenn Miles1-0/+143
2023-11-07hw/i2c: pmbus: add VCAP registerTitus Rwantare1-0/+1
2023-11-07hw/i2c: pmbus: add fan supportTitus Rwantare1-0/+1
2023-11-07hw/i2c: pmbus: add vout mode bitfieldsTitus Rwantare1-0/+8
2023-11-07hw/i2c: pmbus add support for block receiveTitus Rwantare1-0/+7
2023-09-06Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi1-2/+3
2023-09-01hw/i2c/aspeed: Add support for buffer organizationHang Yu1-0/+1
2023-09-01hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu1-2/+2
2023-08-31hw/i2c: spelling fixesMichael Tokarev1-1/+1
2023-04-20qtest: Add functions for accessing devices on Aspeed I2C controllerStefan Berger1-0/+7
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao1-0/+6
2023-03-02hw/i2c: only schedule pending master when bus is idleKlaus Jensen1-0/+2
2023-01-23hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé1-2/+1
2023-01-23hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CStatePhilippe Mathieu-Daudé1-2/+1
2023-01-23hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé1-0/+2
2023-01-12hw/arm/npcm7xx: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé1-4/+3
2023-01-12{hw/i2c,docs/system/arm}: Allwinner TWI/I2C EmulationStrahinja Jankovic1-0/+55
2022-10-24hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas1-0/+1
2022-07-14hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas1-0/+7
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas1-0/+3
2022-06-30hw/i2c/aspeed: add slave device in old register modeKlaus Jensen1-0/+8
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen1-0/+16
2022-06-30hw/i2c: support multiple mastersKlaus Jensen1-0/+14
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen1-0/+8
2022-06-22aspeed/i2c: Add ast1030 controller modelsCédric Le Goater1-0/+1
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi1-0/+267
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi1-1/+3
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi1-9/+2
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+4
2022-03-08hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao1-1/+19
2022-03-08hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare1-0/+2
2022-03-08hw/i2c: pmbus: add registersTitus Rwantare1-0/+3
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater1-2/+6
2021-07-08hw/i2c: add support for PMBusTitus Rwantare1-0/+517
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé1-0/+24
2021-07-08hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan1-1/+11
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé1-1/+7
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé1-1/+0
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé1-3/+0
2021-04-15hw/i2c: add pca954x i2c-mux switchPatrick Venture1-0/+19
2021-04-15hw/i2c: move search to i2c_scan_bus methodPatrick Venture1-0/+2
2021-04-15hw/i2c: add match method for device searchPatrick Venture1-0/+11
2021-04-15hw/i2c: name I2CNode list in I2CBusPatrick Venture1-1/+3
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu1-0/+25
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu1-0/+88
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