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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 86EA1C3A5A2 for ; Tue, 3 Sep 2019 20:42:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 554B022CF7 for ; Tue, 3 Sep 2019 20:42:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567543321; bh=hacBga48Uc3LJOoZFb92m9QP4Dp3i3Joebu1u7hIPJw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Vl1ERpS9bdXaxr/TygZ8cGoPxm9IPahzBM0IemgeSnfJ6mxeSuyIjli90jt0Hlr1/ 7NRi211RlC9HsQNlbRpNJb/EkuyC8U/kxtqP2lFxB4rMM8T0GQWyJCgg3Yw1sXrdOm s0FosSLUZ4AmjCWGYP3SwaMh8mKvUdNphrft3uh0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726451AbfICUmA (ORCPT ); Tue, 3 Sep 2019 16:42:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:33080 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725953AbfICUmA (ORCPT ); Tue, 3 Sep 2019 16:42:00 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 9E8EA21897; Tue, 3 Sep 2019 20:41:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567543319; bh=hacBga48Uc3LJOoZFb92m9QP4Dp3i3Joebu1u7hIPJw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=noD2YVZMFzLRblxzHtyodU2l1fv0ywlOfkVsW7hb8hD8b5M2RBtYZjJUIUQ7T24Z2 4NbYuL02sfIYg5WD841Wjs2l+vCqbrrHLbAZNbHsolsDcrkNWL43W3SvjiY1BjchLZ rXpYUo2vLgU4hmWKURCOBSFNMumym/bVZD5ysVqI= Date: Tue, 3 Sep 2019 16:41:58 -0400 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: chunyan.zhang@unisoc.com, baolin.wang@linaro.org, ulf.hansson@linaro.org, zhang.lyra@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mmc: sdhci-sprd: clear the UHS-I modes read from registers" failed to apply to 5.2-stable tree Message-ID: <20190903204158.GN5281@sasha-vm> References: <15675368231148@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <15675368231148@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Sep 03, 2019 at 08:53:43PM +0200, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 5.2-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . I've fixed it up and queued it up for 5.2, it's not needed on older kernels. No real conflicts, the code just moved around a bit in drivers/mmc/host/sdhci-sprd.c . -- Thanks, Sasha