From patchwork Fri Feb 23 22:53:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 776069 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 762E1145B1B; Fri, 23 Feb 2024 22:53:50 +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=1708728830; cv=none; b=NouMQeNhHjQM2eQ8HnDqZ+kyQhy1+pnXkUD71UDpSaPkbJWzsj7AxE0cCO5WynK5Oi9Fh2tLCxp4+HxyTkHHsKE4R2VVLs6++thLmQfxzubO2f34QqAN57Jnfcs+nbMAItNDijQtoH/vEJT0y701nCK6a5DX20X3/sOw5YfA9kU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708728830; c=relaxed/simple; bh=8fI90c/X8hnq40ZoYMZVuBQV6bfsiyXr3g1YwmXe9gA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=WRqqxEb/DaLNoJoEI8PG8HKDsjqcwwDTixLrSoWEJt8IUe+i4j+HtDTBJ7FuMQDpwe4kgpuF5+PdpZZgFZ39Wzz+k2g5tjLBpxwCXqUMGQFtH3jtO+Ul4ZIwiQZUY+Uo7/kXd8BGrQYmbhPXaPb/N7ncfNeAk6i4VUOL7CzumOU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gAofBZiN; 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="gAofBZiN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90C8BC433F1; Fri, 23 Feb 2024 22:53:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708728830; bh=8fI90c/X8hnq40ZoYMZVuBQV6bfsiyXr3g1YwmXe9gA=; h=Date:From:To:Cc:Subject:From; b=gAofBZiN7cVAP4fKdDIZemGEMo13V0vKOsp4JmYY7W6TfmCJ3Fb1lnL3knaYqFNMA L9/41+JTv2xGcvxTfDHF8N6X5K0H56AOwltAs34gAVBTQmZCDcxTeDe2oJW/uewVBn cAaAxyFtY936OgNZXdy2ssSEZPkIR5dmqZlj3+nuf9QBo/1GnvVreqrV5wMgyVFjsK c+5ofxMbDwdjWRI4wYvra/aNGCFht/Bv7U83bzbjBw26cRnLhuZY2TIW0IH53+WmQR jiA3G/m9d8V3eIc3jolsenmmKdOebO+zdaEJhsKlBNtpWYi24hfyBViAgvDVigbpd7 wKlji5ZvK/K6w== Date: Fri, 23 Feb 2024 23:53:47 +0100 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski , Andi Shyti Subject: [PULL REQUEST] i2c-for-6.8-rc6 Message-ID: Mail-Followup-To: Wolfram Sang , Linus Torvalds , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski , Andi Shyti Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d: Linux 6.8-rc5 (2024-02-18 12:56:25 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.8-rc6 for you to fetch changes up to 87aec499368d488c20292952d6d4be7cb9e49c5e: i2c: imx: when being a target, mark the last read as processed (2024-02-23 23:39:35 +0100) ---------------------------------------------------------------- Passing on a bugfix for host drivers Andi's PR comment: 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 with much appreciated quality assurance from ---------------------------------------------------------------- Andrew Manley (2): (Test) i2c: imx: when being a target, mark the last read as processed (Rev.) i2c: imx: when being a target, mark the last read as processed Oleksij Rempel (1): (Rev.) i2c: imx: when being a target, mark the last read as processed drivers/i2c/busses/i2c-imx.c | 5 +++++ 1 file changed, 5 insertions(+)