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 stable@vger.kernel.org.
thanks,
greg k-h
...
Fixes: bd3d25b07342 ("arm64: dts: marvell: armada-37xx: link USB hosts with their PHYs") Cc: stable@vger.kernel.org # 5.1+: ea17a0f153af: phy: marvell: comphy: Convert internal SMCC firmware return codes to errno Cc: stable@vger.kernel.org # 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