From patchwork Sat Apr 6 09:54:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1920385 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=gTlxPVzi; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:4601:e00::3; helo=am.mirrors.kernel.org; envelope-from=linux-i2c+bounces-2798-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from am.mirrors.kernel.org (am.mirrors.kernel.org [IPv6:2604:1380:4601:e00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VBW173r1Rz1yYy for ; Sat, 6 Apr 2024 20:54:51 +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 am.mirrors.kernel.org (Postfix) with ESMTPS id 1AF0B1F21BEB for ; Sat, 6 Apr 2024 09:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4D36C249F5; Sat, 6 Apr 2024 09:54:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gTlxPVzi" 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 E22811EB3F; Sat, 6 Apr 2024 09:54:39 +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=1712397280; cv=none; b=kDEVUsrAQM8b7m3d39pM9YPAd3VZn7ZnbGF3l21IJpfadicHTqtTbSdbuUbzPSczMgDGW9nRRXCT+ZLI+KoBIxAHXOlgK21MCXcSt8yHUp1x41GvVLBOYtkZYAWmsS/xNqw9+34fYdZqjFM8lytgu+zHVzgqmVAzoLxEIjGuSi8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712397280; c=relaxed/simple; bh=CtiTRJU16cbEHxhAXjKhFe3P15kf9+LcvQjsVXNhgkk=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=B2nVuSDZRPmgTMGZa+K/k1eIYY7CW372KQTF6bQYV7tIhD9RU36HkS/mt3VSkMxE/5iZUJm8VK93PS5xUTZdJSSN9uqdK50fOal9q3oNpfU4r6xepp+Vz6ScDjSeAkvH4KCtWoswgdv6v0YlEOZXSMq5U14bJniBEmLhXUtHC7k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gTlxPVzi; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3702C433C7; Sat, 6 Apr 2024 09:54:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712397279; bh=CtiTRJU16cbEHxhAXjKhFe3P15kf9+LcvQjsVXNhgkk=; h=Date:From:To:Cc:Subject:From; b=gTlxPVzi5QBcM4Z8pD3uXjMGSfPBK46cGG/Uqh1ZdPTeZoVWf8T21rmcje7vi71qD qckoRf9jDGJAptFDFUyhJPuvsS09+PgkN8ZLqf5fLFCy7ue2fpqBQ4AZRftt7VuYz4 IzC7ara/MWndIzF5GSfDKIPre0j2fHNBflQqo2ii7+6uz9VCxIYTCGu4gq3z8GW1dl gtxolD/GYTc+vUBo1xCkhGuN2Ti+SbTvdnHrreiatAN7Vk/3YMud4nUwN9z2VtT6ZW x21yvj6Qcoyx8taIH5sQaIKOSmSpUu4kHFuq5uiZSMYaBarmaniiyJM9tuke5d33qE 3X3HjlaKGbIgQ== Date: Sat, 6 Apr 2024 11:54:35 +0200 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.9-rc3 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 39cd87c4eb2b893354f3b850f916353f2658ae6f: Linux 6.9-rc2 (2024-03-31 14:32:39 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.9-rc3 for you to fetch changes up to 5ceeabb0eb2e1982d25c384048735b9da66911f9: Merge tag 'i2c-host-fixes-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-04-06 11:29:15 +0200) ---------------------------------------------------------------- Passing through a host driver build fix ---------------------------------------------------------------- Arnd Bergmann (1): i2c: pxa: hide unused icr_bits[] variable Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current drivers/i2c/busses/i2c-pxa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)