summaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)Author
2022-07-14hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas
2022-06-30hw/i2c/aspeed: add slave device in old register modeKlaus Jensen
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen
2022-06-30hw/i2c: support multiple mastersKlaus Jensen
2022-06-30hw/i2c/aspeed: Fix MASTER_EN missing error messagePeter Delevoryas
2022-06-30hw/i2c/aspeed: Fix DMA len write-enable bit handlingPeter Delevoryas
2022-06-30hw/i2c/aspeed: Fix R_I2CD_FUN_CTRL referencePeter Delevoryas
2022-06-30hw/i2c: pmbus: Page #255 is valid page for read requests.Maheswara Kurapati
2022-06-30aspeed/i2c: Change trace event for NORMAL_STOP statesCédric Le Goater
2022-06-22aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH alwaysCédric Le Goater
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen
2022-06-22hw/i2c/aspeed: rework raise interrupt trace eventKlaus Jensen
2022-06-22aspeed/i2c: Add ast1030 controller modelsCédric Le Goater
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi
2022-06-22aspeed: i2c: Add PKT_DONE IRQ to traceJoe Komlodi
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi
2022-06-22aspeed: i2c: Migrate to registerfields APIJoe Komlodi
2022-06-09acpi: ich9-smb: add support for AcpiDevAmlIf interfaceIgor Mammedov
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-08hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao
2022-03-08hw/i2c: pmbus: refactor uint handlingTitus Rwantare
2022-03-08hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare
2022-03-08hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare
2022-03-08hw/i2c: pmbus: add registersTitus Rwantare
2022-03-02hw/i2c: flatten pca954x mux devicePatrick Venture
2022-02-21Kconfig: Add I2C_DEVICES device groupPeter Maydell
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-07-29i2c/smbus_eeprom: Add feature bit to SPD dataBALATON Zoltan
2021-07-08hw/i2c: add support for PMBusTitus Rwantare
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé
2021-07-08hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()Philippe Mathieu-Daudé
2021-07-08hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé
2021-07-08hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/i2c/ppc4xx_i2c: Add reference to datasheetPhilippe Mathieu-Daudé
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-14Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...Peter Maydell
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-01aspeed/i2c: Rename DMA address spaceCédric Le Goater
2021-05-01aspeed/i2c: Fix DMA address maskCédric Le Goater
2021-04-15hw/i2c: add pca954x i2c-mux switchPatrick Venture
2021-04-15hw/i2c: move search to i2c_scan_bus methodPatrick Venture
2021-04-15hw/i2c: add match method for device searchPatrick Venture
2021-03-05hw/i2c/npcm7xx_smbus: Simplify npcm7xx_smbus_init()Philippe Mathieu-Daudé
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu