On 9/3/24 10:35, Jamin Lin wrote:
v1:
- support I2C for AST2700
v2:
- fix review issues and add reviewer suggestion
- update avocado test case for AST2700 I2C
- support i2c bus pool
v3:
- update commit messages and commit title
- update API to get the device irq
Jamin Lin (11):
hw/i2c/aspeed: Support discontinuous register memory region of I2C bus
hw/i2c/aspeed: Introduce a new bus pool buffer attribute in
AspeedI2Cbus
hw/i2c/aspeed: Support discontinuous poll buffer memory region of I2C
bus
hw/i2c/aspeed: Introduce a new dma_dram_offset attribute in
AspeedI2Cbus
hw/i2c/aspeed: Add AST2700 support
hw/i2c/aspeed: Add support for Tx/Rx buffer 64 bit addresses
hw/i2c/aspeed: Add support for 64 bit addresses
aspeed/soc: Introduce a new API to get the device irq
aspeed/soc: Support I2C for AST2700
aspeed: Add tmp105 in i2c bus 0 for AST2700
machine_aspeed.py: Update to test I2C for AST2700
hw/arm/aspeed.c | 10 ++
hw/arm/aspeed_ast27x0.c | 45 +++++
hw/i2c/aspeed_i2c.c | 310 ++++++++++++++++++++++++++++----
include/hw/i2c/aspeed_i2c.h | 28 ++-
tests/avocado/machine_aspeed.py | 16 ++
5 files changed, 362 insertions(+), 47 deletions(-)
Applied to aspeed-next.
Thanks,
C.