mbox series

[v3,0/3] hw/i2c/aspeed: Fix Tx and Rx error

Message ID 20230812065230.8839-1-francis_yuu@stu.pku.edu.cn
Headers show
Series hw/i2c/aspeed: Fix Tx and Rx error | expand

Message

Hang Yu Aug. 12, 2023, 6:52 a.m. UTC
Hi!Thanks for your advice! I made the following changes from v2 to v3:
1. Merge the submissions of patch1 and patch2 in v2, and add the fixes tag
2. Fixed typos
3. patch3:
  3.1 Simplified the judgment logic of buffer organization.
  3.2 Change the buffer organization field to a shared field, and move it 
  from I2CC_POOL_CTRL to I2CD_POOL_CTRL.

Hang Yu.

Hang Yu (3):
  hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
  hw/i2c/aspeed: Fix TXBUF transmission start position error
  hw/i2c/aspeed: Add support for buffer organization

 hw/i2c/aspeed_i2c.c         | 39 ++++++++++++-------------------------
 include/hw/i2c/aspeed_i2c.h |  5 +++--
 2 files changed, 15 insertions(+), 29 deletions(-)