summary refs log tree commit diff stats
path: root/hw/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macroBernhard Beschow2024-11-051-11/+8
* hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macroBernhard Beschow2024-11-051-12/+8
* hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register accessBernhard Beschow2024-11-052-4/+10
* hw/i2c/aspeed: Add support for 64 bit addressesJamin Lin2024-09-161-0/+14
* hw/i2c/aspeed: Add support for Tx/Rx buffer 64 bit addressesJamin Lin2024-09-161-0/+48
* hw/i2c/aspeed: Add AST2700 supportJamin Lin2024-09-161-0/+62
* hw/i2c/aspeed: Introduce a new dma_dram_offset attribute in AspeedI2CbusJamin Lin2024-09-161-19/+32
* hw/i2c/aspeed: Support discontinuous poll buffer memory region of I2C busJamin Lin2024-09-161-1/+2
* hw/i2c/aspeed: Introduce a new bus pool buffer attribute in AspeedI2CbusJamin Lin2024-09-161-18/+113
* hw/i2c/aspeed: Support discontinuous register memory region of I2C busJamin Lin2024-09-161-1/+2
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-139-10/+10
* hw/i2c/mpc_i2c: Fix mmio region sizeBALATON Zoltan2024-07-231-4/+4
* hw/i2c/aspeed: rename the I2C class pool attribute to share_poolJamin Lin2024-07-211-18/+21
* hw/i2c/aspeed: support to set the different memory sizeJamin Lin2024-07-211-1/+5
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-252-2/+2
* allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered resetPeter Maydell2024-04-251-2/+1
* hw/i2c: Implement Broadcom Serial Controller (BSC)Rayhan Faizel2024-03-053-0/+287
* hw/i2c/smbus_slave: Add object path on error printsJoe Komlodi2024-02-221-2/+6
* hw/i2c: Constify VMStateRichard Henderson2023-12-2913-15/+15
* hw/i2c: pmbus: reset page register for out of range readsTitus Rwantare2023-11-071-9/+9
* hw/i2c: pmbus: immediately clear faults on requestTitus Rwantare2023-11-071-0/+5
* hw/i2c: pmbus: add VCAP registerTitus Rwantare2023-11-071-0/+8
* hw/i2c: pmbus: add fan supportTitus Rwantare2023-11-071-0/+176
* hw/i2c: pmbus add support for block receiveTitus Rwantare2023-11-071-1/+29
* Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-11-032-14/+10
|\
| * hw/i2c/pm_smbus: Convert DPRINTF to trace eventsBernhard Beschow2023-11-022-14/+10
* | migration: Use vmstate_register_any()Juan Quintela2023-11-011-1/+1
|/
* aspeed/i2c: Clean up local variable shadowingCédric Le Goater2023-09-291-1/+0
* pm_smbus: rename variable to avoid shadowingPaolo Bonzini2023-09-261-2/+2
* Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi2023-09-061-27/+13
|\
| * hw/i2c/aspeed: Add support for buffer organizationHang Yu2023-09-011-0/+4
| * hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu2023-09-011-24/+6
| * hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu2023-09-011-4/+4
* | hw/i2c: spelling fixesMichael Tokarev2023-08-313-3/+3
* | hw/i2c/pmbus_device: Fix modifying QOM class internals from instancePhilippe Mathieu-Daudé2023-08-311-7/+10
|/
* hw/i2c: Fix bitbang_i2c_data trace eventBALATON Zoltan2023-08-072-2/+2
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-1/+1
* hw/i2c: Enable an id for the pca954x devicesPatrick Venture2023-06-131-0/+22
* hw/i2c/allwinner-i2c: Fix subclassing of TYPE_AW_I2C_SUN6IPeter Maydell2023-04-111-3/+1
* hw/i2c: pmbus: block uninitialised string readsTitus Rwantare2023-03-301-0/+7
* 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