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=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, 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 A8AAEC433DB for ; Mon, 8 Feb 2021 10:14:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4A6F464E54 for ; Mon, 8 Feb 2021 10:14:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230329AbhBHKOD (ORCPT ); Mon, 8 Feb 2021 05:14:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:34152 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232084AbhBHKLQ (ORCPT ); Mon, 8 Feb 2021 05:11:16 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A23F964EA6; Mon, 8 Feb 2021 10:10:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612779008; bh=tMxc3S1e31WxzYE/14ZpSGhbdS7WJYlNk8g+2H0VQEI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eaxZ/2y3XP2buhtrfYYhVbLfoQzLZmGToMECqWY0hhrEZ/w+R0SlTd+B4URKIfKq4 UO9186X7VgJw2c1ey8DQlKmjTLfsFw5v554vNEtkvMVTm7BOl2/v0y1jFc9a+Za7zr 6DREYb/qPrOLFUFYZvup0QlDOey6ymCvATwgcHJg= Date: Mon, 8 Feb 2021 11:09:52 +0100 From: Greg KH To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: mathias.nyman@linux.intel.com, stable@vger.kernel.org, tmn505@gmail.com, yoshihiro.shimoda.uh@renesas.com Subject: Re: FAILED: patch "[PATCH] usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada" failed to apply to 5.4-stable tree Message-ID: References: <1612711854148237@kroah.com> <20210207155621.m4or6ktctyqnejhk@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210207155621.m4or6ktctyqnejhk@pali> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Feb 07, 2021 at 04:56:21PM +0100, Pali Rohár wrote: > On Sunday 07 February 2021 16:30:54 gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 5.4-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 . > > > > thanks, > > > > greg k-h > ... > > Fixes: bd3d25b07342 ("arm64: dts: marvell: armada-37xx: link USB hosts with their PHYs") > > Cc: # 5.1+: ea17a0f153af: phy: marvell: comphy: Convert internal SMCC firmware return codes to errno > > Cc: # 5.1+: f768e718911e: usb: host: xhci-plat: add priv quirk for skip PHY initialization > > Hello Greg! Seems that you have forgot to apply some dependency patches. You are right, I had one, not the other, now fixed up...