From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7A9FE19AD62 for ; Thu, 25 Jul 2024 12:50:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721911857; cv=none; b=nCCSFwL1MLS8xNRojlD7QQtwnCEkzLatIBQPs30t92Y7uKo5z5qpbkEpJ05ybsF11a7bluEhgjOSTKUrSeJ5/BtIxWeTTcau+PBmF+LTlHriLHcZYOfaikQ4N0ow49OhKOAvlE9CQqVqrQjbmFhFRgDGhdyovYcU0Sa4jyNtxNQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721911857; c=relaxed/simple; bh=Y3A/zpYmv/N1guu64W2vPn8CT7BCaNH8tNBvUgY7xRE=; h=Subject:To:Cc:From:Date:Message-ID:MIME-Version:Content-Type; b=QN38vgmffgCkg7GXaEK145zWgjuFDXGF134oPHkvk5+XuDljbMeDEOXuGBEKiJLtkfyDlXz2NwggVxEZxpwYNPe/zIgm93g7KzLOjthUDQXYrjyODV9f6SHfg8bSus6nCOLP5acUp8Ys2bXCdc5+lMCSSqY3uytwCeun5xvIKyU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=vqdsjoxJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="vqdsjoxJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02F41C32782; Thu, 25 Jul 2024 12:50:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721911857; bh=Y3A/zpYmv/N1guu64W2vPn8CT7BCaNH8tNBvUgY7xRE=; h=Subject:To:Cc:From:Date:From; b=vqdsjoxJtdwYv04ZT6+6MbcGMgLUSyt/7vo4+rO2a0xefy0auh7C1+iXOZGklwDb5 acvPXP4g6+4yuSGCHzEUZaZIVQFXiz6PgXnWZvrZPqDUSaNfJ/j2KJ6NdPYqWpAHIB 2FU5LnZlUYPFUWLInV5wuJrYcGVuD7hhabvC5Ds8= Subject: FAILED: patch "[PATCH] arm64: dts: qcom: msm8998: Disable SS instance in Parkmode" failed to apply to 5.15-stable tree To: quic_kriskura@quicinc.com,andersson@kernel.org,konrad.dybcio@linaro.org Cc: From: Date: Thu, 25 Jul 2024 14:50:09 +0200 Message-ID: <2024072509-coach-bronzing-2797@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit The patch below does not apply to the 5.15-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 . To reproduce the conflict and resubmit, you may use the following commands: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-5.15.y git checkout FETCH_HEAD git cherry-pick -x 0046325ae52079b46da13a7f84dd7b2a6f7c38f8 # git commit -s git send-email --to '' --in-reply-to '2024072509-coach-bronzing-2797@gregkh' --subject-prefix 'PATCH 5.15.y' HEAD^.. Possible dependencies: 0046325ae520 ("arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB") b7efebfeb2e8 ("arm64: dts: qcom: msm8998: switch USB QMP PHY to new style of bindings") ed9cbbcb8c6a ("arm64: dts: qcom: msm8998: drop USB PHY clock index") 1351512f29b4 ("arm64: dts: qcom: Correct QMP PHY child node name") 82d61e19fccb ("arm64: dts: qcom: msm8996: Move '#clock-cells' to QMP PHY child node") thanks, greg k-h ------------------ original commit in Linus's tree ------------------ >From 0046325ae52079b46da13a7f84dd7b2a6f7c38f8 Mon Sep 17 00:00:00 2001 From: Krishna Kurapati Date: Thu, 4 Jul 2024 20:58:43 +0530 Subject: [PATCH] arm64: dts: qcom: msm8998: Disable SS instance in Parkmode for USB For Gen-1 targets like MSM8998, it is seen that stressing out the controller in host mode results in HC died error: xhci-hcd.12.auto: xHCI host not responding to stop endpoint command xhci-hcd.12.auto: xHCI host controller not responding, assume dead xhci-hcd.12.auto: HC died; cleaning up And at this instant only restarting the host mode fixes it. Disable SuperSpeed instance in park mode for MSM8998 to mitigate this issue. Cc: stable@vger.kernel.org Fixes: 026dad8f5873 ("arm64: dts: qcom: msm8998: Add USB-related nodes") Signed-off-by: Krishna Kurapati Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240704152848.3380602-4-quic_kriskura@quicinc.com Signed-off-by: Bjorn Andersson diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi index 99f811a57ac5..7f44807b1b97 100644 --- a/arch/arm64/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi @@ -2144,6 +2144,7 @@ usb3_dwc3: usb@a800000 { interrupts = ; snps,dis_u2_susphy_quirk; snps,dis_enblslpm_quirk; + snps,parkmode-disable-ss-quirk; phys = <&qusb2phy>, <&usb3phy>; phy-names = "usb2-phy", "usb3-phy"; snps,has-lpm-erratum;