From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E36393AEF46; Thu, 19 Mar 2026 23:03:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773961386; cv=none; b=CnbwhXq4zl/1GkOieg/QuajPAMDXHy+Udvrqt9QZZ4xjJNkqcAcKKwWTH79Co9NL+8rhhSXcqxC117VX4uzd4Mri0rJpr37es52dd85Mtt4qsMUKdy+QrTKEa51/E8D2NWDrdKqQahzlX+PXfRSf7aND4yFo5bEMNMv9GIdgR4M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773961386; c=relaxed/simple; bh=4z7FT567dS5vlr7HalD/BlGQW0hDW6XnMyUGAseCIis=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gHMNGhPsicnzodK7BjYKS03WYl7p+56k7Hkg7dLJLDQvf7f1sNBhebNh/C6AklLD0TJ85O4lN1/GjKj7LXr5VMRPiAFRt03zkaiVZB9qQqPtw2cpowuAencv6NsNstuYePb/wR7eu8/pVY2fcyFeclMQJ7xLw0YAOMjZWRst9c0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YzVVW9G5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YzVVW9G5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C437C19424; Thu, 19 Mar 2026 23:03:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773961385; bh=4z7FT567dS5vlr7HalD/BlGQW0hDW6XnMyUGAseCIis=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YzVVW9G5ffgHdcvppH8RWNQj0rnk/0/dDS/ycv+oUzbF33vjp5Ac70gA1J9WCatoA uxXcAK/NHguxV116k7TbmnqlaAuuB5P5O7XERe3Kr/O3vUIlbEd6UJL1gc9eFRrh3i UZP2cUJ8p7SXX3Dgnvswi1koS+utB8gX4tJRwVLI9Hl9q+2xHbxVuxyayC2gqRjpP5 RntrFej53D87UdPGUCrqrrJEug6CQhbvpgLRe2HRsAPcFU5bcdbxyxziwxbXrMqwPB jtmDHxQ5MX6+LGwmSy3+BRzAEVm8rM7TCyeyIeMcn1kAd/XK/CzYhfwsnSC8vARFoA YzmsQOEt7q4/g== Date: Fri, 20 Mar 2026 00:03:00 +0100 From: Andi Shyti To: Gabor Juhos Cc: Wolfram Sang , Wolfram Sang , Andy Shevchenko , Russell King , Andrew Lunn , Hanna Hawa , Robert Marko , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Walleij , stable@vger.kernel.org, Imre Kaloz Subject: Re: [PATCH v4 0/2] i2c: pxa: fix I2C communication on Armada 3700 Message-ID: References: <20260226-i2c-pxa-fix-i2c-communication-v4-0-797a091dae87@gmail.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260226-i2c-pxa-fix-i2c-communication-v4-0-797a091dae87@gmail.com> Hi Gabor, > Gabor Juhos (2): > i2c: pxa: defer reset on Armada 3700 when recovery is used I merged this in i2c/i2c-host-fixes. > i2c: pxa: handle 'Early Bus Busy' condition on Armada 3700 This one can't really be considered as a fix and I removed the "Cc: stable" tag from the commit log. As of now I merged it in my i2c/i2c-host-next, which is my testing branch. Once the fix will be taken, I will move it to the i2c/i2c-host for the next merge window. Thanks, Andi