From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6782EC433E7 for ; Sat, 10 Oct 2020 11:09:13 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0DB97215A4 for ; Sat, 10 Oct 2020 11:09:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BO6ckM5F"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="dbdOdhsq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0DB97215A4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FcDgt3Kxs5UQjWiwtlEZw0f9WiEDMEhO+SHh35hsqAw=; b=BO6ckM5Fel9Ea8JUKMPvGxTQ/ D8UFsYcpN9gBqAmUQWuKab49xkV1xrB75zyNHLN4fyYqbECHIx7Xvdu0h8GKtP+47eUm0RxSQkomE on7iTZk+wLh0TMQtP6cZafyWs87ITCNYobAcCCuPHBrZCQXxNWNurfuINyWtS7vV1np7b74TyI5Sp 2xUBY+EYSLmgjGSZ91xUT53taK9kseF5Vc8LzS6l+89ou/wqB4tckGO5pihPrKdK2QGJamlsbUOe3 icYrWTlWuvnt8vjPSRxpbduvxtA8cwunj1wbmNp8ClodlcB19MSxE+7sfA/rLfpVA4/s0UZaMKUIn A9MnYLIBg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kRCiU-00031q-9J; Sat, 10 Oct 2020 11:07:10 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kRCiR-00031G-NN for linux-arm-kernel@lists.infradead.org; Sat, 10 Oct 2020 11:07:08 +0000 Received: from localhost (p5486c996.dip0.t-ipconnect.de [84.134.201.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 30DD4206E9; Sat, 10 Oct 2020 11:07:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602328025; bh=OhiXebBRx8Rwbg2KldieQ1pJi0vUNsaPUawJWNFRIrE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dbdOdhsqfqvFpcp7uWLq89PmR60s0gXqn3TtPMkzBgHhb4noKNOROcOr2nTuQG+WM EO3wOcn9pdnRovQPAVvbmnk3iHvEo7sjngIJBwcSSTw/P6DGa/sozIbNE0cb9/n3oq ZzdJ3SmqkdgpVGqzcdrZtnohwsRSrxjivK3tvG44= Date: Sat, 10 Oct 2020 13:06:58 +0200 From: Wolfram Sang To: Christian Eggers Subject: Re: [PATCH v6 0/3] i2c: imx: Fix handling of arbitration loss Message-ID: <20201010110658.GA4669@ninjato> References: <20201009110320.20832-1-ceggers@arri.de> MIME-Version: 1.0 In-Reply-To: <20201009110320.20832-1-ceggers@arri.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201010_070707_908120_B9BAE0C5 X-CRM114-Status: GOOD ( 10.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , Sascha Hauer , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Oleksij Rempel , Oleksij Rempel , David Laight , NXP Linux Team , Pengutronix Kernel Team , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org Content-Type: multipart/mixed; boundary="===============0192358356020030734==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0192358356020030734== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Changes in v5: Changes in v6 were missing... Because patch 1 was updated, I reverted it =66rom for-current and will apply this series to for-next instead to give it some more time for testing. --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl+Blc4ACgkQFA3kzBSg KbaokA/+OH8pJeBlEf2ZMBAFVh+s8Dd1uVh5pyrEHmJ6zX6p8sJeSBnicetzeLdu r4GtmZiOIChX885ANS+zAWsvfZpxoW2ltN7OCk7ZPugYSD1TOICrHwwyKAw2hr/2 MEs3OEeCYpR9kPAf9l7RBQvTAZEGezhIUkiKHNZ70QVZeE0ASd+ozlGD9Sx3s0aa 3ayPcsis8aYIFrioZfZIqT51mxv3Sz4c8KKpt6hs98End++5HoP3k5YNgEJslwuX HHmG+Mh3YPSMxbAJEAeJPCFOw4a5LwH3A+y8OL4/WmUY0qwckZiAxFDYNNjKmUdV 11gRXC7k80IlfDoG2/tymleKMj49pL4OYKtZrb+vuOBnf2riwd3jI/SBcpxqGsre wKSAAeM1xMy/62UVRIU1OnWkMWDkzTlKgrbPwwYT6r+fsVH2xRJ8Ug6OXeu12pKl 1G6LNa2y3pI82gubBWoChwATnAoPFqKcElDnoQYl5RlTcUFolJEXRwRcOSEvR1Sh qJ52U4jVy1Wd5/CF0mnfduo7aDd/XQLCNVW7xHcxO9yLJz13TqFAaJE+dVuc9FqE LrLEbULC7D9/RE75LQdn02Xv+e14z4O2aZnsq8zvWfYd5PdnjPVf5NP2HYCe4x07 1U/237cIyy2jSrJtKEi5+K+J8p9uBPyWZqZA0N6j13EZBpuKmTc= =PkoP -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- --===============0192358356020030734== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============0192358356020030734==--