From patchwork Sun Oct 9 18:13:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 613991 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 7EBCEC433FE for ; Sun, 9 Oct 2022 18:13:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229605AbiJISNm (ORCPT ); Sun, 9 Oct 2022 14:13:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiJISNl (ORCPT ); Sun, 9 Oct 2022 14:13:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B60023BF4; Sun, 9 Oct 2022 11:13: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 dfw.source.kernel.org (Postfix) with ESMTPS id 66AD760C38; Sun, 9 Oct 2022 18:13:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11CD3C433D6; Sun, 9 Oct 2022 18:13:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665339219; bh=GQErVvLD+yTmsxHoJjsw2fsJ8p3oi70DsLzpF/U9rBM=; h=Date:From:To:Cc:Subject:From; b=BZ7soU0Ul+4LmuAFEufAvMqTyV44vzFaHEMLctzrZZApuIySJSli2RZmwSnJqKvFq toZV6V3+cQI297dtpGMLTk+RnXbWsSSMpE5fo3Hj+dj3Q2oDff/SusUqWVvcB4ZaWY iJ6Mwe2WYPEn25F085AVMOuK0D8QyfysB3xHMeK8G6h6jXdzWWLXgx8N2mCIKLmVY+ DNC+ZYou661ZGgMYG2AH8sPf3wxmkldq3N3F25SvbRWy8bLe2nyyZk1Iw6GKtt040j EAk3Mas69AQynhRmWoS/U4JCH5jlemOG8tDfFt7qeQuhGXaG0wVMYrjMy3QoC9BjI8 79FegUVsWeSaQ== Date: Sun, 9 Oct 2022 20:13:35 +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.1-rc1-batch2 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 2bca25eaeba6190efbfcb38ed169bd7ee43b5aaf: Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (2022-10-04 19:36:53 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc1-batch2 for you to fetch changes up to fd66bd74afe880de4f008f96a795fedee887ff44: i2c: aspeed: Assert NAK when slave is busy (2022-10-05 21:06:46 +0200) ---------------------------------------------------------------- - correct a variable type in the new pci1xxxx driver - add a new SoC to the qcom-cci driver - fix an issue with the designware driver which now got enough testing - the aspeed driver handles now busy target backends better ---------------------------------------------------------------- Colin Ian King (1): i2c: microchip: pci1xxxx: Fix comparison of -EPERM against an unsigned variable Jarkko Nikula (1): i2c: designware: Fix handling of real but unexpected device interrupts Matti Lehtimäki (2): dt-bindings: i2c: qcom,i2c-cci: Document MSM8226 compatible dt-bindings: i2c: qcom,i2c-cci: Document clocks for MSM8974 Quan Nguyen (1): i2c: aspeed: Assert NAK when slave is busy Rayyan Ansari (1): i2c: qcom-cci: Add MSM8226 compatible with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (1): (Rev.) i2c: designware: Fix handling of real but unexpected device interrupts Krzysztof Kozlowski (2): (Rev.) dt-bindings: i2c: qcom,i2c-cci: Document clocks for MSM8974 (Rev.) dt-bindings: i2c: qcom,i2c-cci: Document MSM8226 compatible Loic Poulain (1): (Rev.) i2c: qcom-cci: Add MSM8226 compatible .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 23 ++++++++++++++++++++-- drivers/i2c/busses/i2c-aspeed.c | 9 ++++++++- drivers/i2c/busses/i2c-designware-core.h | 7 +++++-- drivers/i2c/busses/i2c-designware-master.c | 13 ++++++++++++ drivers/i2c/busses/i2c-mchp-pci1xxxx.c | 2 +- drivers/i2c/busses/i2c-qcom-cci.c | 1 + 6 files changed, 49 insertions(+), 6 deletions(-)