From patchwork Sat Oct 28 06:24:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 739442 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 D83CDC0032E for ; Sat, 28 Oct 2023 06:24:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229475AbjJ1GYP (ORCPT ); Sat, 28 Oct 2023 02:24:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjJ1GYP (ORCPT ); Sat, 28 Oct 2023 02:24:15 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5141F11B; Fri, 27 Oct 2023 23:24:13 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4BAF3C433C8; Sat, 28 Oct 2023 06:24:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698474252; bh=huMuC9eD6QFppqGFj2d2KbgVfFm/ibyW7QtYs7CXVjE=; h=Date:From:To:Cc:Subject:From; b=Ijwcilxu5csfY0vEjKFFyc18dKh4m0JPxe13OG1jiI1Kj3zWAcXwXDwX8HlDcwgAo XjVlN1yI8WwjejOJUlkSKgz5yLl0YyWmuS/8R9WdrFs0HW/jA7Dn5bpoZQUjUw34ay g37Dnh8jJ+wayTF5AWs2SsO/Q1jdnuCc/21YQd5zTiyvp/JksFagn7x3ecpotkMPxa Xlh0z3L7a3cysgY8njfbfKemsKLyXvLZwAdTF+Uyuwh4dI/bhFB979oSpsaJM92+CH R/pcYkFevSZjwuDTWuSZLKnJbWeIVOG/LdajAX6txTjErnrxwJ/UqPqYq+/Y9znIzG /qRl0uGFVWJPg== Date: Sat, 28 Oct 2023 08:24:04 +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.6-rc8 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 MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3: Linux 6.6-rc5 (2023-10-08 13:49:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.6-rc8 for you to fetch changes up to c896ff2dd8f30a6b0a922c83a96f6d43f05f0e92: i2c: stm32f7: Fix PEC handling in case of SMBUS transfers (2023-10-21 20:31:04 +0200) ---------------------------------------------------------------- Bugfixes for Axxia when it is a target and for PEC handling of stm32f7. Plus, fixing an of node leak pattern in the mux subsystem. ---------------------------------------------------------------- Alain Volmat (1): i2c: stm32f7: Fix PEC handling in case of SMBUS transfers Herve Codina (3): i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() Jian Zhang (1): i2c: aspeed: Fix i2c bus hang in slave read with much appreciated quality assurance from ---------------------------------------------------------------- Andrew Jeffery (2): (Test) i2c: aspeed: Fix i2c bus hang in slave read (Rev.) i2c: aspeed: Fix i2c bus hang in slave read Jonathan Cameron (3): (Rev.) i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() (Rev.) i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() (Rev.) i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() Pierre-Yves MORDRET (1): (Rev.) i2c: stm32f7: Fix PEC handling in case of SMBUS transfers drivers/i2c/busses/i2c-aspeed.c | 3 ++- drivers/i2c/busses/i2c-stm32f7.c | 9 ++++++--- drivers/i2c/muxes/i2c-demux-pinctrl.c | 2 +- drivers/i2c/muxes/i2c-mux-gpmux.c | 2 +- drivers/i2c/muxes/i2c-mux-pinctrl.c | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-)