aboutsummaryrefslogtreecommitdiff
path: root/hw/i2c
AgeCommit message (Expand)Author
2023-11-07hw/i2c: pmbus: reset page register for out of range readsTitus Rwantare
2023-11-07hw/i2c: pmbus: immediately clear faults on requestTitus Rwantare
2023-11-07hw/i2c: pmbus: add VCAP registerTitus Rwantare
2023-11-07hw/i2c: pmbus: add fan supportTitus Rwantare
2023-11-07hw/i2c: pmbus add support for block receiveTitus Rwantare
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-02hw/i2c/pm_smbus: Convert DPRINTF to trace eventsBernhard Beschow
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-09-29aspeed/i2c: Clean up local variable shadowingCédric Le Goater
2023-09-26pm_smbus: rename variable to avoid shadowingPaolo Bonzini
2023-09-06Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2023-09-01hw/i2c/aspeed: Add support for buffer organizationHang Yu
2023-09-01hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu
2023-09-01hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu
2023-08-31hw/i2c: spelling fixesMichael Tokarev
2023-08-31hw/i2c/pmbus_device: Fix modifying QOM class internals from instancePhilippe Mathieu-Daudé
2023-08-07hw/i2c: Fix bitbang_i2c_data trace eventBALATON Zoltan
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-13hw/i2c: Enable an id for the pca954x devicesPatrick Venture
2023-04-11hw/i2c/allwinner-i2c: Fix subclassing of TYPE_AW_I2C_SUN6IPeter Maydell
2023-03-30hw/i2c: pmbus: block uninitialised string readsTitus Rwantare
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao
2023-03-02hw/i2c: only schedule pending master when bus is idleKlaus Jensen
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow
2023-02-27hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove itBernhard Beschow
2023-02-27hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front of ich9_smbus_realize()Bernhard Beschow
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow
2023-01-23hw/i2c/versatile_i2c: Rename versatile_i2c -> arm_sbcon_i2cPhilippe Mathieu-Daudé
2023-01-23hw/i2c/versatile_i2c: Use ARM_SBCON_I2C() macroPhilippe Mathieu-Daudé
2023-01-23hw/i2c/versatile_i2c: Replace TYPE_VERSATILE_I2C -> TYPE_ARM_SBCON_I2CPhilippe Mathieu-Daudé
2023-01-23hw/i2c/versatile_i2c: Replace VersatileI2CState -> ArmSbconI2CStatePhilippe Mathieu-Daudé
2023-01-23hw/i2c/versatile_i2c: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Convert DPRINTF() to trace eventsPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Trace state changesPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Change state calling bitbang_i2c_set_state() helperPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Remove unused dummy MemoryRegionPhilippe Mathieu-Daudé
2023-01-23hw/i2c/bitbang_i2c: Define TYPE_GPIO_I2C in public headerPhilippe Mathieu-Daudé
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-12{hw/i2c,docs/system/arm}: Allwinner TWI/I2C EmulationStrahinja Jankovic
2023-01-08hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9Bernhard Beschow
2022-10-24hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas
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