From patchwork Fri Feb 23 15:17:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andi Shyti X-Patchwork-Id: 775356 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 F24DC7AE45; Fri, 23 Feb 2024 15:17:18 +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=1708701439; cv=none; b=jAnxuUBerDfYldL09+SVQV9wV28GiNPgWQkb3bURaKxDOjKkvTjqGDIyRqkH5V3ovYXny2/IshYLgDqM8ooMWmXkOA+4Y435wsgHznYmZmQEOsjsTw9XCV5wX7ehAB9oLE1Z4iS7Tf3flD7Jfx50W/BYD2SmASV30W5biG7qIjY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708701439; c=relaxed/simple; bh=OV1fSw39yRcqVKZ2KQKzAQRhjYBZ7zpGKGfHCvDO4b0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=amDC+MlnIm+XyvC/e2HZYNBj+Itj6CdOpTqemJ7WHYJ51P2Mf6SA1KfnIxMcBfjLOLoEzMYgOzMCsh1LN6EKYlL6ENoKInJRp37vOVoVNLlPQHiyVBSH6d7x15FBja0GrmlIpipHG0xKuq2WHuStLFP/HHFJlBdTB2qyzuCWmKk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TTWOJknj; 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="TTWOJknj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF072C433F1; Fri, 23 Feb 2024 15:17:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708701438; bh=OV1fSw39yRcqVKZ2KQKzAQRhjYBZ7zpGKGfHCvDO4b0=; h=Date:From:To:Cc:Subject:From; b=TTWOJknjoVLYywSERHNKUPukDJoLHL34cJ2sF+qvRpDIZ+ToTEpxjl08OOqYMGYko PHZQ/8c5pTnw2NTlVhPSKFRyf2HHr8nLswbbrfo20UkiiDQ/zlugmU/Vc+zHHbZ2MJ j1LiSNAQXaMnsEdZ2qMWngvtvmFaIpaGafVFlHhBsUjGELrcyKAjHsL+Q0NBoIVAiB Ib6StbZyt9IdL2j7m+y32PxCDcRf4g5FfEahXe/kogA3Wcgxi+BqqPxLeMHX3I7VzC 3FdFr+gsc9prtEMBZziQj8Q48BmpzZgD7WKKO0xgE5fBrPzy5UO3FedyX/AHRv5NfP 69WCrtS38D6WA== Date: Fri, 23 Feb 2024 16:17:14 +0100 From: Andi Shyti To: Wolfram Sang Cc: Andi Shyti , linux-i2c , lkml Subject: [GIT PULL] i2c-host fixes for v6.8-rc6 Message-ID: Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hi Wolfram, In this pull request a last-minute fix for which I received positive tests from the testbot. Thanks! Andi The following changes since commit eb9f7f654f251b57db310eab90bbae5876898ae3: i2c: i801: Fix block process call transactions (2024-02-14 22:15:38 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.8-rc6 for you to fetch changes up to cf8281b1aeab93a03c87033a741075c39ace80d4: i2c: imx: when being a target, mark the last read as processed (2024-02-22 09:02:16 +0100) ---------------------------------------------------------------- One fix in i2c-imx marks the last read as 'processed' to ensure proper indexing of the transfers. ---------------------------------------------------------------- Corey Minyard (1): i2c: imx: when being a target, mark the last read as processed drivers/i2c/busses/i2c-imx.c | 5 +++++ 1 file changed, 5 insertions(+)