From patchwork Sat Oct 5 07:30:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 1993015 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=SSnL0W+I; 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-7229-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 4XLHC41Nb5z1xtN for ; Sat, 5 Oct 2024 17:30:56 +1000 (AEST) 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 677C31F2381A for ; Sat, 5 Oct 2024 07:30:51 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 397C9136349; Sat, 5 Oct 2024 07:30:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SSnL0W+I" 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 C9B6F56B8C; Sat, 5 Oct 2024 07:30:44 +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=1728113445; cv=none; b=ek+PQ+Rh/NzsBUEJCDm5MvomxDtZ5S4dbL0LR8x5V9aBzNeAWxoUnSo7waHXorO4C4HcgkJRODmSkvXO0ek/6ye/ZmJiByBOdxWp5fpD1zMOHcqckopTsGLwXcG+ceP91tAPspNJUyCdyEn4eTyUO7zcciIXJWh7A1xgDakbYkc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728113445; c=relaxed/simple; bh=IaRodO8zs1D5uZKeUKOqrdSbOZfR7VBTuCIDdSro5y4=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=UOtFpbWwe/NHfyqArz6wRSJez3T76J4bWxfjLcuBLOLETTFmiGoZ6jHphB+R24SN9MyJhlNV+haEFpKjtUsx+nQ96g2EyHHoBv2R8OhBibA6VffocpnZ8vBALK+my+2/Tn48RX2st6Htw1KtJFDH4n0rjnXtUhiJFP73tAR3GdE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SSnL0W+I; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04039C4CECC; Sat, 5 Oct 2024 07:30:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728113444; bh=IaRodO8zs1D5uZKeUKOqrdSbOZfR7VBTuCIDdSro5y4=; h=Date:From:To:Cc:Subject:From; b=SSnL0W+I0bvEfGGTh7oTm/ScD+STK03FsB9tenD/E0umI10iG079ogJUkUFZCVs2l BLvVNE9AtwRZRUq8ARIESW7YDs+YCVCmm5bKuw/zgQGpXVIQJT7ncfel/qM+KrvFtn lV/Xq2eBpBMRMIbs7uO3cIgy4qy8rXQfHouhhWedpOMf2ijDb6R3sZHAvbCeMKW8+8 MRdAd4TfsgwubpWk7nUeVNALpX74vvIZ6/NlPd5wwhjNeb/kU/iq7PMn4ua9ALQiWb GoHFZl57cbYfldHwM2hdtEp39s49ovLSOS3dyZZl/c8N05dEdAEgSWghDbJiqN4LZM VEgw+PxZEVn+w== Date: Sat, 5 Oct 2024 09:30:34 +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.12-rc2 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 9852d85ec9d492ebef56dc5f229416c925758edc: Linux 6.12-rc1 (2024-09-29 15:06:19 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.12-rc2 for you to fetch changes up to 3689245dedfd6157bb6060b62e523a68f1d674b2: Merge tag 'i2c-host-fixes-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-10-04 18:30:37 +0200) ---------------------------------------------------------------- i2c-for-6.12-rc2 i2c-host fixes (from Andi) In the stm32f7 a potential deadlock is fixed during runtime suspend and resume. ---------------------------------------------------------------- Marek Vasut (1): i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current drivers/i2c/busses/i2c-stm32f7.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)