From patchwork Sat Dec 11 08:50:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 523181 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 8D265C433EF for ; Sat, 11 Dec 2021 08:51:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230104AbhLKIvG (ORCPT ); Sat, 11 Dec 2021 03:51:06 -0500 Received: from sin.source.kernel.org ([145.40.73.55]:47144 "EHLO sin.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbhLKIvG (ORCPT ); Sat, 11 Dec 2021 03:51:06 -0500 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 sin.source.kernel.org (Postfix) with ESMTPS id 04DC0CE2F2C; Sat, 11 Dec 2021 08:51:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 834F5C004DD; Sat, 11 Dec 2021 08:51:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639212663; bh=oJGUsMuzhDiLopzzrBe771arSsE8B8iNDaGa8ER+kHk=; h=Date:From:To:Cc:Subject:From; b=t9MzsQVDBlKb3rzfv8QZQAqPiDAe49brqUFusMBOaHlscPLr6zb/SaLMjQoxQEHoT irTVxdVFvP8sq5EmbKSgvTnDLW2DOwF5wMHbDA/fxSrmVts1SLrpgyEOK3ZImosvDW LO8QVDViPtpNW6dZsoqsiGvVvu/KtNfyC1LQWPcEBUKJQ1gzTxJDAc3pZYr2XooSYE Wt4LJlebZrugmfV5VnkGU3tIRMM/ryEO9FtaB/XgF+jbGSzLkuUS6Bp0cVm3uOFFYq 2dmhfFotzfyYoiraek/nFGwmbYA1b4BE6HLd9nqQZZpdiw9bXWRFwDP1t1JUUYA8CO N3NzbZPZDptgA== Date: Sat, 11 Dec 2021 09:50:55 +0100 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 v5.16 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 Linus, here are two more I2C driver bugfixes. Please pull. Thanks, Wolfram The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1: Linux 5.16-rc4 (2021-12-05 14:08:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current for you to fetch changes up to a74c313aca266fab0d1d1a72becbb8b7b5286b6e: i2c: mpc: Use atomic read and fix break condition (2021-12-10 22:27:30 +0100) ---------------------------------------------------------------- Chris Packham (1): i2c: mpc: Use atomic read and fix break condition Vincent Whitchurch (1): i2c: virtio: fix completion handling with much appreciated quality assurance from ---------------------------------------------------------------- Maxime Bizon (1): (Test) i2c: mpc: Use atomic read and fix break condition drivers/i2c/busses/i2c-mpc.c | 2 +- drivers/i2c/busses/i2c-virtio.c | 32 ++++++++++++-------------------- 2 files changed, 13 insertions(+), 21 deletions(-)