From patchwork Sun Jun 25 11:23:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 696741 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 ED260EB64DD for ; Sun, 25 Jun 2023 11:23:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230058AbjFYLXR (ORCPT ); Sun, 25 Jun 2023 07:23:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231855AbjFYLXP (ORCPT ); Sun, 25 Jun 2023 07:23:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8A89133; Sun, 25 Jun 2023 04:23:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7E4B560BAF; Sun, 25 Jun 2023 11:23:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E43EC433C0; Sun, 25 Jun 2023 11:23:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687692193; bh=1MeKyPZTwUPOeHRX2s/4oRDIL12xjFvKee/Z39b7lSI=; h=Date:From:To:Cc:Subject:From; b=lk05HdoLyE47oU94/t/25s7ER5wIDmoVi7etCnFI+HjrpCnSv/eCmrmerWbn16DlS 7cbWaLUI2mjGGogARMON0y0S8OYxMQyn/kZ2I+TopSKhWZJMaxLv7+shDzGGi/FTo9 EjAaGdCRe+EAD6Ccwc6kgT/qmlYTI3Oo9i+PrAi1W2bgZrqbjYiEu2KnDWCeDb17kI wKSjrp3IpvGbvBxfAS0OH22domBWQcRUJLVEHe6kWG6CEfzlgkjpjQ7pThaRN1SV52 RcY3NfcMT06k2h+ZP9y1hgI8PZt+8sBoLRvojxk020VnpATJxLphroh7otf6+khr5T tVNX7X5+VVMTg== Date: Sun, 25 Jun 2023 13:23:03 +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.4-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 45a3e24f65e90a047bef86f927ebdc4c710edaa1: Linux 6.4-rc7 (2023-06-18 14:06:27 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.4-rc8 for you to fetch changes up to e69b9bc170c6d93ee375a5cbfd15f74c0fb59bdd: i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle (2023-06-23 12:58:24 +0200) ---------------------------------------------------------------- Nothing fancy. Two driver and one DT binding fix. ---------------------------------------------------------------- Clark Wang (1): i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle Rob Herring (1): dt-bindings: i2c: opencores: Add missing type for "regstep" Shuai Jiang (1): i2c: qup: Add missing unwind goto in qup_i2c_probe() with much appreciated quality assurance from ---------------------------------------------------------------- Andi Shyti (2): (Rev.) i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle (Rev.) i2c: qup: Add missing unwind goto in qup_i2c_probe() Andrew Lunn (1): (Rev.) dt-bindings: i2c: opencores: Add missing type for "regstep" Conor Dooley (1): (Rev.) dt-bindings: i2c: opencores: Add missing type for "regstep" Dongliang Mu (1): (Rev.) i2c: qup: Add missing unwind goto in qup_i2c_probe() Peter Korsgaard (1): (Rev.) dt-bindings: i2c: opencores: Add missing type for "regstep" .../bindings/i2c/opencores,i2c-ocores.yaml | 1 + drivers/i2c/busses/i2c-imx-lpi2c.c | 4 ++-- drivers/i2c/busses/i2c-qup.c | 21 ++++++++++++++------- 3 files changed, 17 insertions(+), 9 deletions(-)