From patchwork Sun Feb 18 06:52:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1900591 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=CPICGprb; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:45e3:2400::1; helo=sv.mirrors.kernel.org; envelope-from=linux-i2c+bounces-1850-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [IPv6:2604:1380:45e3:2400::1]) (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 4TcxDx6LWNz1ybl for ; Sun, 18 Feb 2024 17:52:33 +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 sv.mirrors.kernel.org (Postfix) with ESMTPS id 549402813C1 for ; Sun, 18 Feb 2024 06:52:32 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D198BDF55; Sun, 18 Feb 2024 06:52:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="CPICGprb" 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 659E8CA62; Sun, 18 Feb 2024 06:52:25 +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=1708239146; cv=none; b=Cb8FDirEh9T/iOJfnkAICvxzLugae9sTOQyL5CaiU/m72a4qqFS/RJRSgvGuXg8IiH7LBZI90xapNdnzdQR+uY+3zw3lgi+JR3iH79N9mu+mXRYZkGTPZbTQYNPNd5TfCZ/p8iUV2GxNMjk0bzXa8P21/nzjPj2TpTBJ58zpKzI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708239146; c=relaxed/simple; bh=Wn+TuRelVfypXU6KRa5w6LDlFMshvKNrXnne3jvo13U=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=CNCMOQ3bfb5twvH/EwuHIAquaLvT32vcjJ5s+zUKNx3u6twLRLcvISnZtXoanLpI3zJVhAuMHi0ISAxEJ/pMtSSL5stHaeg7U91CKCxYZ6AL6OWOAZsxEgDK52xoInMmrb3eZgs4iWeMnhoO1KsUGi572HRc3QiCkmv+TYMstG0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CPICGprb; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC0D4C433F1; Sun, 18 Feb 2024 06:52:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708239145; bh=Wn+TuRelVfypXU6KRa5w6LDlFMshvKNrXnne3jvo13U=; h=Date:From:To:Cc:Subject:From; b=CPICGprbMz+0rnknSQnCdT9ak4WNjeKygLL0kAEamdPLLtQoB3nqdBWR7OilGUatQ JQl+AuC4EYrmdlVSF1orOcrP4bfHGReiZxtrX713GH0wOXCGvXCETUWXKrwaR7ay2M +FrrcorFIXkrgRW20xk5qdZNkVxGWY8quAh3n25ugAi1j412Zd9IEkjpQKH7D9HB04 b4YRBidmMAEoM3oc6LONZxJfG6xyLkY5V/ZR2E4mk6OYwaqqLD9tPhTm6zYaipg36y osFZIY43t27eHaD1I767XpwfoNYxDTwmyIBYNfLR5RsFSYIGceOn40u/ZWfHalGduS hx5yKSPsKQ3bQ== Date: Sun, 18 Feb 2024 07:52:22 +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-rc5 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 841c35169323cd833294798e58b9bf63fa4fa1de: Linux 6.8-rc4 (2024-02-11 12:18:13 -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-rc5 for you to fetch changes up to 67ec505fae32419354f4172c06c853def2541300: Merge tag 'i2c-host-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-02-17 13:13:33 +0100) ---------------------------------------------------------------- From Andi: Three fixes are included here. Two are strictly hardware-related for the i801 and qcom-geni devices. Meanwhile, a fix from Arnd addresses a compilation error encountered during compile test on powerpc. ---------------------------------------------------------------- Arnd Bergmann (1): i2c: pasemi: split driver into two separate modules Jean Delvare (1): i2c: i801: Fix block process call transactions Viken Dadhaniya (1): i2c: qcom-geni: Correct I2C TRE sequence Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current with much appreciated quality assurance from ---------------------------------------------------------------- Alexander Sverdlin (1): (Rev.) i2c: i801: Fix block process call transactions Andi Shyti (1): (Rev.) i2c: qcom-geni: Correct I2C TRE sequence Bryan O'Donoghue (2): (Rev.) i2c: qcom-geni: Correct I2C TRE sequence (Test) i2c: qcom-geni: Correct I2C TRE sequence Dmitry Baryshkov (1): (Rev.) i2c: qcom-geni: Correct I2C TRE sequence Sven Peter (1): (Rev.) i2c: pasemi: split driver into two separate modules drivers/i2c/busses/Makefile | 6 ++---- drivers/i2c/busses/i2c-i801.c | 4 ++-- drivers/i2c/busses/i2c-pasemi-core.c | 6 ++++++ drivers/i2c/busses/i2c-qcom-geni.c | 14 +++++++------- 4 files changed, 17 insertions(+), 13 deletions(-)