From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quan Nguyen Date: Thu, 6 Oct 2022 13:44:18 +0700 Subject: [PATCH v10 3/3] i2c: aspeed: Assert NAK when slave is busy In-Reply-To: References: <20221004093106.1653317-1-quan@os.amperecomputing.com> <20221004093106.1653317-4-quan@os.amperecomputing.com> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 > > Applied to for-current, thanks! >