From patchwork Fri Dec 22 10:59:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1879617 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=RXMwN4t4; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=147.75.199.223; helo=ny.mirrors.kernel.org; envelope-from=linux-i2c+bounces-961-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from ny.mirrors.kernel.org (ny.mirrors.kernel.org [147.75.199.223]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SxPTB1tR6z1ySd for ; Fri, 22 Dec 2023 21:59:58 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ny.mirrors.kernel.org (Postfix) with ESMTPS id 187851C22162 for ; Fri, 22 Dec 2023 10:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E54D5171B8; Fri, 22 Dec 2023 10:59:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RXMwN4t4" X-Original-To: linux-i2c@vger.kernel.org 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 90A1A168BE; Fri, 22 Dec 2023 10:59:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D33D3C433C8; Fri, 22 Dec 2023 10:59:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703242790; bh=jRrcN8BEhS4Elwu3Zef7+SN1MWujMXAU+sDNch4RE4A=; h=Date:From:To:Cc:Subject:From; b=RXMwN4t4cdOeP0eYU73mmBpOHlMOjj2G+nwBoG4dARUJF6xYgvso83Au0K1WOJY52 rTZw6XyyVJjEZYv+w4CrWjGwHd3UpuRqX2DkRHDyIxtcuM0Bo+vhktsILxnfEZyLri LEtOZsrRI/lQmdyE4BVD2N968i2A1x+BXt2fgvlHe5VcDhbfVrULikLk3fpDCrAgMV +zqYKLAwp50zkMPacZQ5ouIbxPcJumgVKe+H7gBu09Ap0VdbvBoC1Slf2uH9aCjv19 cxpe04fMyAZ6hDbGXR+G2Vv+8686wR+z/YBscqOrd3KmNe/uBym5EKfvBsyKs/E9Ly J7D/Tnjc8yIzg== Date: Fri, 22 Dec 2023 11:59: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.7-rc8 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 ceb6a6f023fd3e8b07761ed900352ef574010bcb: Linux 6.7-rc6 (2023-12-17 15:19:28 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.7-rc8 for you to fetch changes up to b4cc1cbba5195a4dd497cf2f8f09e7807977d543: i2c: aspeed: Handle the coalesced stop conditions with the start conditions. (2023-12-19 21:54:57 +0100) ---------------------------------------------------------------- i2c-qcom-geni gets error path fixes, i2c-rk3x fixes polling mode, i2c-aspeed gets state machine fixes in target mode ---------------------------------------------------------------- Jensen Huang (1): i2c: rk3x: fix potential spinlock recursion on poll Quan Nguyen (1): i2c: aspeed: Handle the coalesced stop conditions with the start conditions. Yang Yingliang (1): i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off() with much appreciated quality assurance from ---------------------------------------------------------------- Andi Shyti (3): (Rev.) i2c: aspeed: Handle the coalesced stop conditions with the start conditions. (Rev.) i2c: rk3x: fix potential spinlock recursion on poll (Rev.) i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off() Andrew Jeffery (1): (Rev.) i2c: aspeed: Handle the coalesced stop conditions with the start conditions. Heiko Stuebner (1): (Rev.) i2c: rk3x: fix potential spinlock recursion on poll drivers/i2c/busses/i2c-aspeed.c | 48 +++++++++++++++++++++++++------------- drivers/i2c/busses/i2c-qcom-geni.c | 8 ++++++- drivers/i2c/busses/i2c-rk3x.c | 13 +++++++++-- 3 files changed, 50 insertions(+), 19 deletions(-)