summary refs log tree commit diff stats
path: root/hw/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao2023-03-061-2/+24
* hw/i2c: only schedule pending master when bus is idleKlaus Jensen2023-03-022-15/+24
* hw: Move ich9.h to southbridge/Bernhard Beschow2023-02-271-1/+1
* hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove itBernhard Beschow2023-02-271-10/+3
* hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize()Bernhard Beschow2023-02-271-12/+12
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-1/+0
* hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow2023-01-271-4/+1
* hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2cPhilippe Mathieu-Daudé2023-01-233-14/+14
* hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macroPhilippe Mathieu-Daudé2023-01-231-6/+1
* hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé2023-01-231-2/+2
* hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CStatePhilippe Mathieu-Daudé2023-01-231-5/+5
* hw/i2c/versatile_i2c: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-231-2/+2
* hw/i2c/bitbang_i2c: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé2023-01-232-12/+10
* hw/i2c/bitbang_i2c: Trace state changesPhilippe Mathieu-Daudé2023-01-232-5/+31
* hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helperPhilippe Mathieu-Daudé2023-01-231-8/+15
* hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé2023-01-231-5/+2
* hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé2023-01-231-1/+0
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* {hw/i2c,docs/system/arm}: Allwinner TWI/I2C EmulationStrahinja Jankovic2023-01-124-0/+469
* hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9Bernhard Beschow2023-01-081-1/+1
* hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas2022-10-241-3/+5
* hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas2022-07-141-0/+9
* hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas2022-06-301-12/+121
* hw/i2c/aspeed: add slave device in old register modeKlaus Jensen2022-06-301-9/+80
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-303-1/+41
* hw/i2c: support multiple mastersKlaus Jensen2022-06-301-1/+33
* hw/i2c/aspeed: Fix MASTER_EN missing error messagePeter Delevoryas2022-06-301-2/+2
* hw/i2c/aspeed: Fix DMA len write-enable bit handlingPeter Delevoryas2022-06-301-4/+4
* hw/i2c/aspeed: Fix R_I2CD_FUN_CTRL referencePeter Delevoryas2022-06-301-1/+1
* hw/i2c: pmbus: Page #255 is valid page for read requests.Maheswara Kurapati2022-06-301-5/+1
* aspeed/i2c: Change trace event for NORMAL_STOP statesCédric Le Goater2022-06-301-1/+1
* aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH alwaysCédric Le Goater2022-06-221-3/+10
* hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen2022-06-221-2/+2
* hw/i2c/aspeed: rework raise interrupt trace eventKlaus Jensen2022-06-222-13/+23
* aspeed/i2c: Add ast1030 controller modelsCédric Le Goater2022-06-221-0/+24
* aspeed: i2c: Move regs and helpers to header fileJoe Komlodi2022-06-221-266/+0
* aspeed: i2c: Add PKT_DONE IRQ to traceJoe Komlodi2022-06-222-1/+4
* aspeed: i2c: Add new mode supportJoe Komlodi2022-06-221-194/+650
* aspeed: i2c: Use reg array instead of individual varsJoe Komlodi2022-06-221-155/+126
* aspeed: i2c: Migrate to registerfields APIJoe Komlodi2022-06-221-197/+196
* acpi: ich9-smb: add support for AcpiDevAmlIf interfaceIgor Mammedov2022-06-091-0/+15
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-3/+3
* hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao2022-03-081-0/+18
* hw/i2c: pmbus: refactor uint handlingTitus Rwantare2022-03-081-9/+9
* hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare2022-03-081-0/+5
* hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare2022-03-081-4/+43
* hw/i2c: pmbus: add registersTitus Rwantare2022-03-081-0/+24
* hw/i2c: flatten pca954x mux devicePatrick Venture2022-03-021-64/+13
* Kconfig: Add I2C_DEVICES device groupPeter Maydell2022-02-211-0/+5
* aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-18/+83