From patchwork Fri Jul 7 19:59:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 700688 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 B4C9FEB64D9 for ; Fri, 7 Jul 2023 19:59:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230443AbjGGT7s (ORCPT ); Fri, 7 Jul 2023 15:59:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229963AbjGGT7r (ORCPT ); Fri, 7 Jul 2023 15:59:47 -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 74D0619A5; Fri, 7 Jul 2023 12:59:46 -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 0C97261A60; Fri, 7 Jul 2023 19:59:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4DA8C433C7; Fri, 7 Jul 2023 19:59:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688759985; bh=Gj9r++PLp0gDGijn6hoj8s8BlnCK0mdoLOL3p3Jnr98=; h=Date:From:To:Cc:Subject:From; b=hBHgB6JvVfQTGLO1zfbzjIbcXefzNCpltyP33mOZdCg9mPKm7MP33r2N6vV/efIi0 DXNKbavP4hX0NtEXhRH3D9FEFG9sTYHKfnxRUIr4BUFJ21hp5pWH/I4YpgGiN5LEol o4f8It+93g3gL1Vdnxbjldvsd3m5okeLQ9b8VkFYsYIxtA0jiH+5y5k24KyUCHGk4q ilng+P3LSNgtixKxaHunOIuJtkzMx0//bxCkuqhZipx655/9KhUuC2etdagBUhTSQx w3mhyV7hMFkXxd3kO3Ll+6W7Rn8QrIPa3owFFobUFbJD1Mee0234/O6ls2mxSfzsOG I6HaIOFaU6WTw== Date: Fri, 7 Jul 2023 21:59:35 +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.5-rc1-part2 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 7b82e90411826deee07c180ec35f64d31051d154: Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic (2023-07-06 10:06:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.5-rc1-part2 for you to fetch changes up to 6537ed3904a3b3720e5e238dd5d542448fcf94c2: i2c: mpc: Drop unused variable (2023-07-06 21:45:05 +0200) ---------------------------------------------------------------- Part 2 of I2C patches for 6.5 * xiic patch should have been in part 1 but slipped through * mpc patch fixes a build regression from part 1 * nomadik is a fix which needed a rebase after part 1 ---------------------------------------------------------------- Christophe JAILLET (1): i2c: nomadik: Remove a useless call in the remove function Guenter Roeck (1): i2c: mpc: Drop unused variable Robert Hancock (1): i2c: xiic: Don't try to handle more interrupt events after error with much appreciated quality assurance from ---------------------------------------------------------------- Andi Shyti (1): (Rev.) i2c: nomadik: Remove a useless call in the remove function drivers/i2c/busses/i2c-mpc.c | 1 - drivers/i2c/busses/i2c-nomadik.c | 2 -- drivers/i2c/busses/i2c-xiic.c | 2 ++ 3 files changed, 2 insertions(+), 3 deletions(-)