Re: [PATCH v10 3/3] i2c: aspeed: Assert NAK when slave is busy

From: Quan Nguyen
Date: Thu Oct 06 2022 - 02:44:51 EST


Dear Wolfram,

Thank you for your patience with me through many versions.

Best regards,
- Quan


On 06/10/2022 02:06, Wolfram Sang wrote:
On Tue, Oct 04, 2022 at 04:31:06PM +0700, Quan Nguyen wrote:
On I2C_SLAVE_WRITE_REQUESTED event, Slave already ACK'ed on the address
phase. But as the backend driver is busy and unable to process any
request from Master, issue RxCmdLast for Slave to auto send NACK on
next incoming byte.

Signed-off-by: Quan Nguyen <quan@xxxxxxxxxxxxxxxxxxxxxx>

Applied to for-current, thanks!