From patchwork Sat Jul 6 13:20:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 810982 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 0998520310; Sat, 6 Jul 2024 13:20:07 +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=1720272008; cv=none; b=DDF0JLTBDr3nK3GPQhA/+VXYwlyimn/G38trcxsVUG5brD4hIVfXcwnwEnS54NJ3VA74qS7Bwtek9hLx7megtp29L0lBIim+8TEavhN6fwe6HrPTPfGZ2vA+AOf/TLjXsDaMGw+zI+Gi1JGDMfamD7/eUEkUl2amt1VRmwCzFmc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720272008; c=relaxed/simple; bh=00wVXN6YqZ9RBRgNtXKe7jf8xE6Yk1q+OFE7F8SzS/E=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Ovo34QCw+rtcgmoYwb/tjDKy+aw7cXh4wAOTT4hW1rO7mayfUq5Ewol5oel9QGWib6WjvmCC6Cmsi5qMVB7q7YNssaoBtlrLWELb8XgMEy1VtILGu62n7MQ/LFHCMn2Pz22BOXwo0HCS6L/mONXF78Ng3s7RCCXHJgXBLpaHJ6A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=auu5pH2j; 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="auu5pH2j" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BAD01C2BD10; Sat, 6 Jul 2024 13:20:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720272007; bh=00wVXN6YqZ9RBRgNtXKe7jf8xE6Yk1q+OFE7F8SzS/E=; h=Date:From:To:Cc:Subject:From; b=auu5pH2j+VLw3CSQ5KtkOaoHMVt9jaMp3mM+CNsDPd+aWDFK2WV1PQUM7RinsRB13 xLpPUjg/yD5VZT0QfnkR7cZtEDPd0tDdQFGIBfrrbHk9tTX9FbPkJg2SRrLtMathlO LWJw+lMQjCqtjf64/7vQfMkiZHFvfhMzNoBdkJ676ryfdfKRpYfCtPz7AdC7XWaxxe 2DSIXaGjpaBmhD2mFOkuG44W6V9/NBXR5fUo/fLMTvdjtcuFbwxovBFW42h2Kt9+zT KocV7H9g24Sj91HSb2jRO8sZNvq/o2/tioNaKPDI/VDlOO69dobH/sRhGc3nSuREYq SQljuWyxS9JCw== Date: Sat, 6 Jul 2024 15:20:02 +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.10-rc7 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 22a40d14b572deb80c0648557f4bd502d7e83826: Linux 6.10-rc6 (2024-06-30 14:40:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.10-rc7 for you to fetch changes up to b46803320c6ee2251de72d68f576a41aadbba17d: Merge tag 'i2c-host-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-07-05 16:08:55 +0200) ---------------------------------------------------------------- Passing through an I2C driver fix ---------------------------------------------------------------- Piotr Wojtaszczyk (1): i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current drivers/i2c/busses/i2c-pnx.c | 48 +++++++++----------------------------------- 1 file changed, 10 insertions(+), 38 deletions(-)