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

Hang Yu posted 3 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230812065230.8839-1-francis._5Fyuu@stu.pku.edu.cn
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Andrew Jeffery <andrew@aj.id.au>, Joel Stanley <joel@jms.id.au>
hw/i2c/aspeed_i2c.c         | 39 ++++++++++++-------------------------
include/hw/i2c/aspeed_i2c.h |  5 +++--
2 files changed, 15 insertions(+), 29 deletions(-)
[PATCH v3 0/3] hw/i2c/aspeed: Fix Tx and Rx error
Posted by Hang Yu 9 months, 1 week ago
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(-)

-- 
2.39.2 (Apple Git-143)