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=-10.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 8E8B6C64E7C for ; Wed, 2 Dec 2020 15:06:06 +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 121D9221EB for ; Wed, 2 Dec 2020 15:06:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 121D9221EB 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=EJacdaqocDSWVwbIfb7GIyDRanlo6PPyjRrx0hVHwmQ=; b=K01VlN7JaPjpC13YVhadyxH5a XfOSb6lkuIkRFFxS50JbF4RatV8RVR2EraSNRVzYefGv6SSYC4IPyWQ2ARbUDjdrZMUXKdDPK3iRJ Wev9dcenPyouuyIe0NFRqC5rgvjUZI5vs9RMz8g0vkIOyULKxANs3BPpJ7L0OzxlbPrsCNJ7HxijZ VuoMwkOIFIFp6SHyMZ8P5+8sWiOnNyvCJ8j+mpKFGpf8WQQq6WgaPJ2Yfk6P32H+URG/JShl22qYP lKVozXxNEtt41RdgrSW51wqiAfwOh03ZkcmNET0BTUtkorD+EnzRnAJTc8AYMbzOmAN2eeA02kf7r lcxZYYSRg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kkTg0-0006KZ-Mr; Wed, 02 Dec 2020 15:04:16 +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 1kkTfz-0006Jz-2i for linux-arm-kernel@lists.infradead.org; Wed, 02 Dec 2020 15:04:15 +0000 Date: Wed, 2 Dec 2020 16:04:09 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606921453; bh=Me6ioMBcD1xjBiZBNjZz4qGyOW40j2fz16WXis1EvgA=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=A6Nm1e/8VCsSoL4Dyvo29gkEpT2FWZoPsH58dKsfXJrjdUNQmIcjd7XyoFTRG0gWL aSLNSzWCcGOJZr1Io9S/1MpjoVPEL3GUvjkaIyJcimpTf3/5mtusSg7ryOAWzbLYNA yfDVzEAKJBPRXJL4KDPjRc5gAuAI30/5hsxmDTXE= From: Wolfram Sang To: Christian Eggers Subject: Re: [PATCH v6 1/3] i2c: imx: Fix reset of I2SR_IAL flag Message-ID: <20201202150409.GB874@kunai> Mail-Followup-To: Wolfram Sang , Christian Eggers , Oleksij Rempel , Oleksij Rempel , Shawn Guo , Sascha Hauer , Fabio Estevam , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , David Laight , Pengutronix Kernel Team , NXP Linux Team , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , stable@vger.kernel.org References: <20201009110320.20832-1-ceggers@arri.de> <20201009110320.20832-2-ceggers@arri.de> <20201010110920.GB4669@ninjato> <18285740.IRuNKOj0Az@n95hx1g2> MIME-Version: 1.0 In-Reply-To: <18285740.IRuNKOj0Az@n95hx1g2> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201202_100415_241985_44EC1CC0 X-CRM114-Status: UNSURE ( 9.42 ) X-CRM114-Notice: Please train this message. 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?= , stable@vger.kernel.org, Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org Content-Type: multipart/mixed; boundary="===============4450040164324495776==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============4450040164324495776== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > > Applied to for-next, thanks! > > > I cannot find my patches in kernel/git/wsa/linux.git, branch "for-next". > Did they get lost? It seems like it :( I seem to have forgotten to push out and then continued to to work on another computer with an older state. It is highly embarassing but I can't find out what exactly happened. I hope I didn't lose more patches. I am really sorry! Pushed to for-next again. --UugvWAfsgieZRqgk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl/HrN8ACgkQFA3kzBSg KbabCg/7BbTFqzvSLDsd8ooftIfdeb+JkCdWlguMzBwqdSFFs9jXv8SJMWVVfmVB tKgLTqD1HCe/PpbuPPuZrIdNvy5WQ0qq0mknlXreAh++tn7xUjaQ6uUP9aZeSmKP jIAwdg0Q9LF70ojW8oQfAvgZ70+LBOFH+VKcW4eag0/eR9axmhUf08kcML5PsKaG ctJczn6Ni0Xba7JI+0yzU6ZkM14RDZzMMLXUf1BVj+f0oi0h8sCUH+8oL+Aq5NtF X46xk35SPD27LewXqWXMHgDBGvlk+xgs9t1yVOuE61zfhDuH3YCUIQtd67HB3iGb cb86kuWzOjtBj+Rxrv5RaHrcjunusVwCRCEKsQIuHJESoqhtqI1vtwjWlkfA5pJ+ lOH54Gnah42aJ4aHbLQtkBDmIIctX1GlU7bAP3O7falAH/ezR89zLxYiFiYJtsnI 3/YNzIIaRH8w4yVZntj7zEC58nb0+VeSuOOUxdVTKIFoV4/gJUG06yCzpRAlEvJ7 14o9oWSwC1TzVRAURC0CvHS5Tbx7R18Uq9e+KQEmagBt7X6Mb7UvGqh5z3B89+yI IpvqFOFUuSRUo3ckj1XLZlbRAk1GP1GIG91faiWtoEe8/STjJph7I0z1hoJUOEpy Ptc+G5i33CDsXkh1H05Qp0Qoj8tDlC0TqypdWHhIFww9GUGHv+A= =LYvd -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- --===============4450040164324495776== 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 --===============4450040164324495776==--