mbox series

[v2,0/4] Fix SMEM hwlock index for IPQ platforms

Message ID 20230904172516.479866-1-quic_viswanat@quicinc.com (mailing list archive)
Headers show
Series Fix SMEM hwlock index for IPQ platforms | expand

Message

Vignesh Viswanathan Sept. 4, 2023, 5:25 p.m. UTC
SMEM uses lock index 3 of the TCSR Mutex hwlock for allocations
in SMEM region shared by the Host and FW.

Fix the SMEM hwlock index to 3 for IPQ5332, IPQ6018, IPQ8074 and IPQ9574.

Vignesh Viswanathan (4):
  arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM
  arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM
  arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM
  arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM

 arch/arm64/boot/dts/qcom/ipq5332.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
 arch/arm64/boot/dts/qcom/ipq9574.dtsi | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Bjorn Andersson Sept. 20, 2023, 3:58 a.m. UTC | #1
On Mon, 04 Sep 2023 22:55:11 +0530, Vignesh Viswanathan wrote:
> SMEM uses lock index 3 of the TCSR Mutex hwlock for allocations
> in SMEM region shared by the Host and FW.
> 
> Fix the SMEM hwlock index to 3 for IPQ5332, IPQ6018, IPQ8074 and IPQ9574.
> 
> Vignesh Viswanathan (4):
>   arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM
>   arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM
>   arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM
>   arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM
> 
> [...]

Applied, thanks!

[1/4] arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM
      commit: d08afd80158399a081b478a19902364e3dd0f84c
[2/4] arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM
      commit: 95d97b111e1e184b0c8656137033ed64f2cf21e4
[4/4] arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM
      commit: 5fe8508e2bc8eb4208b0434b6c1ca306c1519ade

Best regards,