From patchwork Sun Oct 2 11:29:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 612059 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 5E789C433FE for ; Sun, 2 Oct 2022 11:29:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229782AbiJBL3m (ORCPT ); Sun, 2 Oct 2022 07:29:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229594AbiJBL3l (ORCPT ); Sun, 2 Oct 2022 07:29:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 229F2B94; Sun, 2 Oct 2022 04:29:35 -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 dfw.source.kernel.org (Postfix) with ESMTPS id A1B3C60EA9; Sun, 2 Oct 2022 11:29:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51FA6C433D6; Sun, 2 Oct 2022 11:29:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664710174; bh=fy71kW7rrk1uK/MRKd3SWFSxGADZtmPjR9+a5izFAl8=; h=Date:From:To:Cc:Subject:From; b=aroHOWqwoG6YkxEe7Vr9H0LW37mj6u0cmRfieX+CqgyBLQbCDjtGN/ij59bENOePA C2pOcJw1znfWtBK1VFVk+796H8tEK1THk0DFcRT76rrSV6qda6hhRBTjrUDMXEM+rP Oy8baroivow+Uqz/xXMAZfsmUD/YRnGq8zLPtlxhXMCHIVpZcBgzoq9esN5FPkTuw/ 7hkGifbR+6zuC1/DUI9X8wItOxXU1aUmt9OblNtJNAcphJvnGtPfclTW0Cgv2Q6uXo orNsc0lUCAbuQSRRn4c0o/JZ3AlvCqL0wd6DRrBO3JmbufevgEA/cTkJAOBf140wCq Zk+XefK7MOe2w== Date: Sun, 2 Oct 2022 13:29:29 +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-6.0-rc8 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 f76349cf41451c5c42a99f18a9163377e4b364ff: Linux 6.0-rc7 (2022-09-25 14:01:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.0-rc8 for you to fetch changes up to e2062df704dea47efe16edcaa2316d7b5ecca64f: i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probe (2022-10-02 00:46:42 +0200) ---------------------------------------------------------------- Add missing DT bindings for STM32 and a resource leak fix for DaVinci ---------------------------------------------------------------- Marek Vasut (2): dt-bindings: i2c: st,stm32-i2c: Document interrupt-names property dt-bindings: i2c: st,stm32-i2c: Document wakeup-source property Zhang Qilong (1): i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probe with much appreciated quality assurance from ---------------------------------------------------------------- Bartosz Golaszewski (1): (Rev.) i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probe Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 7 +++++++ drivers/i2c/busses/i2c-davinci.c | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-)