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 133EDC433DB for ; Mon, 8 Feb 2021 14:56:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B52AD64E45 for ; Mon, 8 Feb 2021 14:56:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232072AbhBHO43 (ORCPT ); Mon, 8 Feb 2021 09:56:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:49976 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232871AbhBHOyx (ORCPT ); Mon, 8 Feb 2021 09:54:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id DCFEA64E45; Mon, 8 Feb 2021 14:54:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612796052; bh=rygwTEZ0cNZvD4SNSIkNc2FbFMYuVcvnd4GHYV5EChc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NX8iM5B/f91DHXSyRDG1Qu673EEf0dntodq4iRQbx0RtJpXj3d7ofwFDPp2Z5RAim 9A2ZWamNU4UcN6XCQwKO8vfrvBHRzBaMmYUh+eJ0F7vUBRjamWLXCh5MrFKB33hQLh qeWZVSiBtkmt6d8KKvxkphqADm0bjtFykR4Vymso= Date: Mon, 8 Feb 2021 15:54:10 +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> <20210208110709.2ce5h3fdm3ftipcf@pali> <20210208143705.xi4jjy6unz5ueph4@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210208143705.xi4jjy6unz5ueph4@pali> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Feb 08, 2021 at 03:37:05PM +0100, Pali Rohár wrote: > On Monday 08 February 2021 12:07:09 Pali Rohár wrote: > > On Monday 08 February 2021 11:16:20 Greg KH wrote: > > > On Mon, Feb 08, 2021 at 11:09:52AM +0100, Greg KH wrote: > > > > 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... > > > > > > Nope, of_phy_put(phy) is not present in 5.4, so it needs a "real" > > > backport. > > > > > > Can you do that? > > > > Ok, I will look at it. > > Now I have backported this patch to 5.4 version and tested it with old > arm trusted firmware (for which this patch is fixing support) and also > with the new arm trusted firmware. It is working fine in both cases. > > Still this patch depends on two mentioned commits which are required. This worked, thanks! greg k-h