From patchwork Sat May 3 19:38:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 887285 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 6812319CC22; Sat, 3 May 2025 19:38:32 +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=1746301112; cv=none; b=Bu1nSach7M7i7uRFGBqs1EQBDpoZp+XfkEBWh7Mrgkebg8DdjmVa0QkjBZvxg57Hl3TNgK3tP20BuHwkguKudODAcqRp/FxK1lqr0MKVH01j6i9rQLnf738xWJevplhoqDZdeumYAABskOfVIviDPYTrvmOAJpeiHBDBGtesTjo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746301112; c=relaxed/simple; bh=wFmHsvoTtpbRFd5tfMpmSxDV6/y1Pa+D6JEA4XNarKo=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Q6CLGb2SE28hb23OAEJd4l8h7gI649jMlB1rrJ31o5WOIaMV6q8aLjhV31KO3G12yfztSrEp/GwnEylMNyMIVSUNVyzZ16i5wi4HoFjwI8aYpsGKMtHPXiCZzSxeWQBOVqFeEcIEz+KAp/NcEYERHwVfcn8JX0MW+3PmLEYt5uc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=m1lW5zvT; 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="m1lW5zvT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6856FC4CEE3; Sat, 3 May 2025 19:38:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1746301111; bh=wFmHsvoTtpbRFd5tfMpmSxDV6/y1Pa+D6JEA4XNarKo=; h=Date:From:To:Cc:Subject:From; b=m1lW5zvT+eHAWt8WnnutFq8vq1ZHzucScmlZ3r39WIic7D8C9T7u5zsyYSIalcO6I e/mOF6puvpg96C5hv32fGkNnaRfqJQRH5R2fTK5LT1nchVI6VAOdIhBYkOKFQq1WXN VEDdMc4+15nv4ySZgY6DM6tzqgly5k3Qevhjo+Pv5H1r8EUMVtuu2p2FhffkL7k6ok 1pfP7qU1YgFBp8Dk+wplMvJspc501JzskMiq94wd3Pvck2sGfNyaxcovsKZk0NwT0+ 7M0wZzu667IC15rJFW7pJbQu3elqKnX50WULTOhFJqHTld1X0g5mHetTqhn2URhsDn 719oNmgmAEOhQ== Date: Sat, 3 May 2025 21:38:26 +0200 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , Andi Shyti Subject: [PULL REQUEST] i2c-for-6.15-rc5 Message-ID: Mail-Followup-To: Wolfram Sang , Linus Torvalds , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, 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 b4432656b36e5cc1d50a1f2dc15357543add530e: Linux 6.15-rc4 (2025-04-27 15:19:23 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.15-rc5 for you to fetch changes up to 8e17493ea2d1c9f72e5e31160f75f8be56f79ffb: Merge tag 'i2c-host-fixes-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2025-05-02 16:31:35 +0200) ---------------------------------------------------------------- i2c-for-6.15-rc5 imx-lpi2c: fix clock error handling sequence in probe ---------------------------------------------------------------- Clark Wang (1): i2c: imx-lpi2c: Fix clock count when probe defers Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current drivers/i2c/busses/i2c-imx-lpi2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)