From patchwork Sun Feb 23 12:07:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 867990 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 1C59C1C860A; Sun, 23 Feb 2025 12:07:28 +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=1740312448; cv=none; b=FYnnxTnc5DBrEpgxPQ8mVGRJXdLgvy13Ha+zSM3RvTqk0E8f/zd3etUnUCHsO7oYWu2h5J3l7q82qYb4hRcQnyJRF1qSo6LPocqHh6lpJxyYgJxwjxIfU09fnGAjgVeADSGJ5LJ/aY4+Np/oxmlcOPtZ7AsNxko/1VMxzP+KDzA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740312448; c=relaxed/simple; bh=Sm+mRekMzUNTulNeP4v+I6Npn9Dw9WcZsjSEZZcv2EE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=EfCHO8WNSTm4AZlHglyHuE50RSo+leh0QK00YZ8CshsFuee0c8MYgCUaDgfnOoqvSDskb8BHi5AsUMB/c3oUe2FuXVsbLe1LmGXegJgGu0ZHSfTVkY0w4BWiZxwRoAbDi8/smr/ymF3EErdJkWxdmi4dqUGppIq/fh1mdSCiK/4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=vIAypmjN; 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="vIAypmjN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 59A92C4CEDD; Sun, 23 Feb 2025 12:07:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740312447; bh=Sm+mRekMzUNTulNeP4v+I6Npn9Dw9WcZsjSEZZcv2EE=; h=Date:From:To:Cc:Subject:From; b=vIAypmjN5R1Ttb3QZypNq3IyIMO7V+xSVdpwOq+igljr2/oJWSkBTlSvKLGfvgJ1j lSG0XTgOGKGt3zWSNyJN+0Q6xNm5Y0NbBaAmW6/qeIs3rovziU67t+F4KoRg1ttkDH gokwJfoxvYWqZXh27V/I95uhgo3oQOwnx29VsXDhcyXXDWh54aMCUvMkWCR2JcIQ7c hUriy7nIbubcUCswPrL+CGL23yWQhZA1C7m0Ky9yOuZbGyJ/ojPUTDcj0v6P1Hgbs8 +JtTetjXRlDayMzMvA1q3+Fwtuns6u91PH5seeUCLvH/qA/BG6V5pNSwkRI5HrO3qi n2uXKDPYDzkoA== Date: Sun, 23 Feb 2025 13:07:24 +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.14-rc4 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 0ad2507d5d93f39619fc42372c347d6006b64319: Linux 6.14-rc3 (2025-02-16 14:02:44 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.14-rc4 for you to fetch changes up to 781813db7909d945c33d3b035822225f3598774d: i2c: core: Allocate temporary client dynamically (2025-02-22 10:27:37 +0100) ---------------------------------------------------------------- i2c-for-6.14-rc4 Revert one cleanup which turned out to eat too much stack space ---------------------------------------------------------------- Geert Uytterhoeven (1): i2c: core: Allocate temporary client dynamically with much appreciated quality assurance from ---------------------------------------------------------------- Guenter Roeck (1): (Rev.) i2c: core: Allocate temporary client dynamically Su Hui (1): (Rev.) i2c: core: Allocate temporary client dynamically drivers/i2c/i2c-core-base.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)