summary refs log tree commit diff stats
path: root/hw/i2c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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