From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A65E6C4332F for ; Tue, 7 Nov 2023 22:29:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:To:Subject:MIME-Version: Date:Message-ID:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=14k1tbn3cuJckkMmdOA64C/qFwfP1dJND6itu1sXv9U=; b=0oSiolQKYNyvqlVXO4neSgO0ZG mf9EVEOuQWwjn+r20iy0HQqe43Ql2OO4wONLS+WQdkH0Y3dmFWaUpZYFb4fhpgSG6xXxDDw3QfuWl gfEP34bieDHJTpKAP65l9jgRv3IA4/m1u0lHmMXjfehH7MrLRP36qKk2ak41lea8aRrk8u+KmRTBq j9imrYtNtVf9yAHfJybZPJ2hsR2sUckRya5UByTxr2wr7rTpXl6dSePbqOYoGZKiArdNXLcMtWCgt 0/JBsJmEsy3JdDO4JLPbW8/USL7bJFPyhalEREOQQgeginS4u+rXuZSr7ccqG5aktJH7nVZVPw5/G bE4xa8ww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r0UYy-002XY8-2u; Tue, 07 Nov 2023 22:28:48 +0000 Received: from linux.microsoft.com ([13.77.154.182]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r0UYw-002XWE-0Y for linux-arm-kernel@lists.infradead.org; Tue, 07 Nov 2023 22:28:47 +0000 Received: from [100.64.208.100] (unknown [20.29.225.195]) by linux.microsoft.com (Postfix) with ESMTPSA id EE43A20B74C0; Tue, 7 Nov 2023 14:28:41 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com EE43A20B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1699396122; bh=S9s3c5YNHfRfLceRTHugRNStaMoSl9vmEEBV0lGYlMs=; h=Date:Subject:To:References:From:In-Reply-To:From; b=XtA/Oe8SbUmElUAGnJgU6O4BudYZEW9MerJPkZVPuJBFyH6J4u28iPg3jucGxQefV 1PUwKCALbfRY3zK0NHu6bDP7/DDbvIPGt5RpyrMCzx9WHbaA6QQfuHHKNIROk6cWj0 +CuOHNyK5fsT+DxIt/Na+RUxfyOSXL4ofet19bA0= Message-ID: <6231246b-f8a5-4a6b-a7b2-dc2815ffa85b@linux.microsoft.com> Date: Tue, 7 Nov 2023 14:28:40 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] i2c: iproc: handle invalid slave state Content-Language: en-US To: Wolfram Sang , roman.bacik@broadcom.com, andi.shyti@kernel.org, rjui@broadcom.com, sbranden@broadcom.com, bcm-kernel-feedback-list@broadcom.com, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230824212351.24346-1-roman.bacik@broadcom.com> From: Vijay Balakrishna In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231107_142846_235570_AE667A6F X-CRM114-Status: UNSURE ( 9.58 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 8/28/2023 12:10 PM, Wolfram Sang wrote: > On Thu, Aug 24, 2023 at 02:23:51PM -0700, roman.bacik@broadcom.com wrote: >> From: Roman Bacik >> >> Add the code to handle an invalid state when both bits S_RX_EVENT >> (indicating a transaction) and S_START_BUSY (indicating the end >> of transaction - transition of START_BUSY from 1 to 0) are set in >> the interrupt status register during a slave read. >> >> Signed-off-by: Roman Bacik >> Fixes: 1ca1b4516088 ("i2c: iproc: handle Master aborted error") > > Applied to for-next, thanks! > Hi Wolfram, I don't see this patch neither in I2C for-next nor in linux-next. May be got lost by accident, please update. Thanks, Vijay _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel