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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 9A38CC83013 for ; Tue, 1 Dec 2020 08:09:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 56B352087C for ; Tue, 1 Dec 2020 08:09:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728315AbgLAIJW convert rfc822-to-8bit (ORCPT ); Tue, 1 Dec 2020 03:09:22 -0500 Received: from mailout05.rmx.de ([94.199.90.90]:37150 "EHLO mailout05.rmx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728309AbgLAIJV (ORCPT ); Tue, 1 Dec 2020 03:09:21 -0500 X-Greylist: delayed 1962 seconds by postgrey-1.27 at vger.kernel.org; Tue, 01 Dec 2020 03:09:21 EST Received: from kdin02.retarus.com (kdin02.dmz1.retloc [172.19.17.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout05.rmx.de (Postfix) with ESMTPS id 4ClYms0Rytz9vZl; Tue, 1 Dec 2020 08:35:57 +0100 (CET) Received: from mta.arri.de (unknown [217.111.95.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by kdin02.retarus.com (Postfix) with ESMTPS id 4ClYmS2TjMz2TTLk; Tue, 1 Dec 2020 08:35:36 +0100 (CET) Received: from n95hx1g2.localnet (192.168.54.19) by mta.arri.de (192.168.100.104) with Microsoft SMTP Server (TLS) id 14.3.487.0; Tue, 1 Dec 2020 08:34:53 +0100 From: Christian Eggers To: Wolfram Sang , CC: Oleksij Rempel , Oleksij Rempel , Shawn Guo , Sascha Hauer , Fabio Estevam , Uwe =?ISO-8859-1?Q?Kleine=2DK=F6nig?= , "David Laight" , Pengutronix Kernel Team , NXP Linux Team , , , , Krzysztof Kozlowski , Subject: Re: [PATCH v6 1/3] i2c: imx: Fix reset of I2SR_IAL flag Date: Tue, 1 Dec 2020 08:34:52 +0100 Message-ID: <18285740.IRuNKOj0Az@n95hx1g2> Organization: Arnold & Richter Cine Technik GmbH & Co. Betriebs KG In-Reply-To: <20201010110920.GB4669@ninjato> References: <20201009110320.20832-1-ceggers@arri.de> <20201009110320.20832-2-ceggers@arri.de> <20201010110920.GB4669@ninjato> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" X-Originating-IP: [192.168.54.19] X-RMX-ID: 20201201-083538-4ClYmS2TjMz2TTLk-0@kdin02 X-RMX-SOURCE: 217.111.95.66 Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Saturday, 10 October 2020, 13:09:20 CET, Wolfram Sang wrote: > On Fri, Oct 09, 2020 at 01:03:18PM +0200, Christian Eggers wrote: > > According to the "VFxxx Controller Reference Manual" (and the comment > > block starting at line 97), Vybrid requires writing a one for clearing > > an interrupt flag. Syncing the method for clearing I2SR_IIF in > > i2c_imx_isr(). > > > > Signed-off-by: Christian Eggers > > Fixes: 4b775022f6fd ("i2c: imx: add struct to hold more configurable quirks") > > Reviewed-by: Uwe Kleine-König > > Acked-by: Oleksij Rempel > > Cc: stable@vger.kernel.org > > Applied to for-next, thanks! > I cannot find my patches in kernel/git/wsa/linux.git, branch "for-next". Did they get lost? regards Christian