Re: [PATCH] Aspeed: i2c: Fixed Tx and Rx error in BUFF Mode

2023-08-10 Thread Hang Yu
Hello > Hello, >  > On 8/4/23 10:11, Hang Yu via wrote: > > 1. Fixed inconsistency between the bit field definition in register > > I2CD_POOL_CTRL and the ast2600 datasheet > > 2. Fixed issue of confusing RXSIZE and RXCOUNT, as well as forgetting > > to add one to TXCOUNT and RXSIZE in buff mode

Re: [PATCH] Aspeed: i2c: Fixed Tx and Rx error in BUFF Mode

2023-08-10 Thread Cédric Le Goater
Hello, On 8/4/23 10:11, Hang Yu via wrote: 1. Fixed inconsistency between the bit field definition in register I2CD_POOL_CTRL and the ast2600 datasheet 2. Fixed issue of confusing RXSIZE and RXCOUNT, as well as forgetting to add one to TXCOUNT and RXSIZE in buff mode 3. Fixed issue with TXBUF tr

[PATCH] Aspeed: i2c: Fixed Tx and Rx error in BUFF Mode

2023-08-04 Thread Hang Yu via
1. Fixed inconsistency between the bit field definition in register I2CD_POOL_CTRL and the ast2600 datasheet 2. Fixed issue of confusing RXSIZE and RXCOUNT, as well as forgetting to add one to TXCOUNT and RXSIZE in buff mode 3. Fixed issue with TXBUF transmission start position error in buff mode 4

[PATCH] Aspeed: i2c: Fixed Tx and Rx error in BUFF Mode

2023-08-04 Thread 于航 via
1. Fixed inconsistency between the bit field definition in register I2CD_POOL_CTRL and the ast2600 datasheet 2. Fixed issue of confusing RXSIZE and RXCOUNT, as well as forgetting to add one to TXCOUNT and RXSIZE in buff mode 3. Fixed issue with TXBUF transmission start position error in buff mode 4