From patchwork Sat Mar 22 22:40:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 875538 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 9E96417BEB6; Sat, 22 Mar 2025 22:40:14 +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=1742683214; cv=none; b=DCDxnKdAYm9R+3+cicA1avT0KmZx8yV2SrV3lf4Cd9IewnW4iCYYZUld0Yr44rgt/bU+QfHYaKogPoPYLmodsvPd3GepOaLkkL21x5uFfvrZ4KkFxc30L92DtSad4GmgLRT7+NryoP2Qc+qLeas9XVgTAvniNR36RCxVDw9aoCs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742683214; c=relaxed/simple; bh=k0RMfzIK44lnIUZqkCOSsSj3l6l0m4YWwTIV4C2RYq8=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=bsMtbpvprk+2ancI3UxsFyGcqB96oEujO21N5QTFFC7t5N9TDfm/FEXJOUydhhhtrrBQ1TFvbdkmZnfv2ac+SpUdw/D+WS4x7DI20Qn6xIbR1ROKq8wbNWngiKZ1khXxvVO9lhzQhSjauQF+YAkJmkEW8JKoBmBktNkuQ4AJEsM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DO22zueR; 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="DO22zueR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95B8DC4CEDD; Sat, 22 Mar 2025 22:40:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1742683214; bh=k0RMfzIK44lnIUZqkCOSsSj3l6l0m4YWwTIV4C2RYq8=; h=Date:From:To:Cc:Subject:From; b=DO22zueRnS6QT9WBFkXGNpOEWC9ByDqcP9u9K5uJ6fs9GUGkeaZAw8m7C8TGWdM0E fNg/VCIKEY9/bGg87a6RALdrl/xgYuXVQ89AuNmnI/qnpC7P/I9vV7s+A0kMveloBa sw206w4cQBTFDufy/NOgd5ifkd3wbD70PqtSfOJAEaOYyKRI3J0AsodxSt/BLM+lcl 18uP+qLpRpW9p3z/QortACxi1JVxKbRgTpL3g6ufX08i33LqhJ9hXp/qSWQ01HsmQh zYnus4O42nlGVfbfhpMcltpisidyYMqQLpxEmQ6r+wvf+GbzZVHLA1w/bmWJTF7yWM I9cc5ov7BJ+CQ== Date: Sat, 22 Mar 2025 23:40:09 +0100 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.14-rc8 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 4701f33a10702d5fc577c32434eb62adde0a1ae1: Linux 6.14-rc7 (2025-03-16 12:55:17 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.14-rc8 for you to fetch changes up to 807d47a6dc054859eef90066516ae4f44fe22e6d: Merge tag 'i2c-host-fixes-6.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2025-03-21 16:18:59 +0100) ---------------------------------------------------------------- i2c-for-6.14-rc8 amd-mp2 driver: fix double free of irq ---------------------------------------------------------------- Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current Yang Yingliang (1): i2c: amd-mp2: drop free_irq() of devm_request_irq() allocated irq drivers/i2c/busses/i2c-amd-mp2-pci.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)