From patchwork Sat Jul 9 18:04:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 589582 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBE1AC43334 for ; Sat, 9 Jul 2022 18:04:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229503AbiGISEl (ORCPT ); Sat, 9 Jul 2022 14:04:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbiGISEl (ORCPT ); Sat, 9 Jul 2022 14:04:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D0C415FC8; Sat, 9 Jul 2022 11:04:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EC716B802C8; Sat, 9 Jul 2022 18:04:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E73BAC3411C; Sat, 9 Jul 2022 18:04:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657389877; bh=dmcRENbX3SD+tyNzNV8F9NilX0Wb2fPp67H8wEd2Wxw=; h=Date:From:To:Cc:Subject:From; b=BQDoG9rF23dTPGjI3CgLt4sEw+wyhJRSfWWwnWQa7yuJZkATa2BPI3L+V2GaKrhHz iaMgxhRXTzGWFGpoZCJnvmAi2EE8pMPXkB+aYkXFW1DluJ0ybW60jJF/Ju6OZlUIbb Ca8yTxMSmo9q4Y17ziEMTWFo1ZmO7q4o3C99NOFYMTqy0wpqJnoG2tD1DBqH0xV67q fTTvEE0b8rH/z8PBX3Zi9nHKV2nFFaL3FMp2jCXFWcZcInPMjIFh9Vik5FaZMm/snE v2udjIaBY62nkt3mSkU4v3C7maX1NjQR78J0Qwh0zkVtmFl9jxoH5GSWWdnVpsLwYY VtPe3Ae+Ypd2A== Date: Sat, 9 Jul 2022 20:04:33 +0200 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski Subject: [PULL REQUEST] i2c-for-5.19-rc6 Message-ID: Mail-Followup-To: Wolfram Sang , Linus Torvalds , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a: Linux 5.19-rc4 (2022-06-26 14:22:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-5.19-rc6 for you to fetch changes up to 3501f0c663063513ad604fb1b3f06af637d3396d: i2c: cadence: Unregister the clk notifier in error path (2022-07-07 23:06:34 +0200) ---------------------------------------------------------------- Two I2C driver bugfixes preventing resource leaks ---------------------------------------------------------------- Jean Delvare (1): i2c: piix4: Fix a memory leak in the EFCH MMIO support Satish Nagireddy (1): i2c: cadence: Unregister the clk notifier in error path with much appreciated quality assurance from ---------------------------------------------------------------- Lars-Peter Clausen (1): (Test) i2c: cadence: Unregister the clk notifier in error path Michal Simek (1): (Rev.) i2c: cadence: Unregister the clk notifier in error path Terry Bowman (2): (Rev.) i2c: piix4: Fix a memory leak in the EFCH MMIO support (Test) i2c: piix4: Fix a memory leak in the EFCH MMIO support Yi Zhang (1): (Test) i2c: piix4: Fix a memory leak in the EFCH MMIO support drivers/i2c/busses/i2c-cadence.c | 1 + drivers/i2c/busses/i2c-piix4.c | 16 +++++++--------- 2 files changed, 8 insertions(+), 9 deletions(-)