qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] hw/i2c/aspeed: Fix Tx and Rx error
@ 2023-08-12  6:52 Hang Yu
  2023-08-12  6:52 ` [PATCH v3 1/3] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode Hang Yu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Hang Yu @ 2023-08-12  6:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: komlodi, peter, Hang Yu

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)



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-08-28  8:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-12  6:52 [PATCH v3 0/3] hw/i2c/aspeed: Fix Tx and Rx error Hang Yu
2023-08-12  6:52 ` [PATCH v3 1/3] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode Hang Yu
2023-08-16  8:32   ` Cédric Le Goater
2023-08-16  9:44     ` Hang Yu
2023-08-28  8:54       ` Cédric Le Goater
2023-08-12  6:52 ` [PATCH v3 2/3] hw/i2c/aspeed: Fix TXBUF transmission start position error Hang Yu
2023-08-16  8:33   ` Cédric Le Goater
2023-08-12  6:52 ` [PATCH v3 3/3] hw/i2c/aspeed: Add support for buffer organization Hang Yu
2023-08-16  8:33   ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).