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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 3C294C433DF for ; Mon, 12 Oct 2020 08:20:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E8B97214D8 for ; Mon, 12 Oct 2020 08:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602490820; bh=fS2jbBI9B2wB59Mx6/O3VLCQ1yFoeZoyHQyLYKDnzQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=briuY1Qm3kbA8Barxu01OigP0cEXGm4Y74hZYrMwipqG+WHmVy7qqouqAjpEJLqIQ HIKXbkUxi1FGAge2BDf2CQIIYbw7iafxwJ36BoD4+f6Zml8nb5Swh1tfS9TMdR/N/M c9AUpkBsJvGos3xU7RnEtFzURtK47BR0eSzHnzn0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726332AbgJLIUU (ORCPT ); Mon, 12 Oct 2020 04:20:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:51732 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726098AbgJLIUU (ORCPT ); Mon, 12 Oct 2020 04:20:20 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 68B0E208FE; Mon, 12 Oct 2020 08:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602490819; bh=fS2jbBI9B2wB59Mx6/O3VLCQ1yFoeZoyHQyLYKDnzQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uIhOyiKk7o5vSVy5auB1oVxK2gW4keuz1uMiPlWUcKfrGT/vw3vZdWDnqFsucKLr0 qKEZit2rxIlFN0LgN/1MJgPv7L1Rt5VqM1pBpr8k/yg36foSnKtaYeGKWDBNnltB/4 7UmPv8k8CW+dylPaIrwYoXX90z56VaBcZH5WyaVc= Date: Mon, 12 Oct 2020 10:20:59 +0200 From: Greg KH To: Christian Eggers Cc: u.kleine-koenig@pengutronix.de, wsa@kernel.org, stable-commits@vger.kernel.org, stable@vger.kernel.org Subject: Re: Patch "i2c: imx: Fix reset of I2SR_IAL flag" has been added to the 5.8-stable tree Message-ID: <20201012082059.GA3798940@kroah.com> References: <1602406113214120@kroah.com> <6827529.2cDsNes8Pd@n95hx1g2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6827529.2cDsNes8Pd@n95hx1g2> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Oct 12, 2020 at 09:38:30AM +0200, Christian Eggers wrote: > Hi Greg, > > the patch below has meanwhile been reverted by Wolfram Sang [1], because it has > been superseded. Although the patch itself is not wrong, you also may want to > revert it in order to avoid conflicts with the next version. > > Best regards > Christian > > [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5a02e7c429cb5e082e5d7be6e5b768828014ba70 Thanks for letting me know, now dropped. greg k-h