All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] rework mailbox compatibles for Qualcomm IPQ SoCs
@ 2023-03-14  5:00 Kathiravan T
  2023-03-14  5:00 ` [PATCH V2 1/3] dt-bindings: mailbox: qcom: use fallback for IPQ8074 SoC Kathiravan T
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kathiravan T @ 2023-03-14  5:00 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, jassisinghbrar, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, linux-kernel, devicetree
  Cc: Kathiravan T

As suggested by Krzysztof[1], we can use the fallback compatible to
avoid duplicating the same device data.

Krzysztof already submitted a series[2] for this by reworking entire
binding and driver and it is conflicting with the Dmitry's series as
mentioned by Krzysztof[3].

So this series addresses IPQ SoCs alone, as I see no dependency with it.

[1]
https://lore.kernel.org/linux-arm-msm/1b75ab1a-44c9-c4a8-7fa4-d601fc710d2a@linaro.org/
[2]
https://lore.kernel.org/linux-arm-msm/20230202161856.385825-1-krzysztof.kozlowski@linaro.org/
[3]
https://lore.kernel.org/linux-arm-msm/fa6dc60c-3799-d384-da24-f282b7cbd3ef@linaro.org/

Kathiravan T (2):
  dt-bindings: mailbox: qcom: use fallback for IPQ8074 SoC
  mailbox: qcom-apcs-ipc: drop the IPQ8074 and IPQ5332 compatible

Krzysztof Kozlowski (1):
  arm64: dts: qcom: ipq8074: add compatible fallback to mailbox

 .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml    | 4 +---
 arch/arm64/boot/dts/qcom/ipq8074.dtsi                         | 3 ++-
 drivers/mailbox/qcom-apcs-ipc-mailbox.c                       | 2 --
 3 files changed, 3 insertions(+), 6 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-14  8:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14  5:00 [PATCH V2 0/3] rework mailbox compatibles for Qualcomm IPQ SoCs Kathiravan T
2023-03-14  5:00 ` [PATCH V2 1/3] dt-bindings: mailbox: qcom: use fallback for IPQ8074 SoC Kathiravan T
2023-03-14  8:14   ` Krzysztof Kozlowski
2023-03-14  8:38     ` Kathiravan T
2023-03-14  5:00 ` [PATCH V2 2/3] mailbox: qcom-apcs-ipc: drop the IPQ8074 and IPQ5332 compatible Kathiravan T
2023-03-14  8:14   ` Krzysztof Kozlowski
2023-03-14  5:00 ` [PATCH V2 3/3] arm64: dts: qcom: ipq8074: add compatible fallback to mailbox Kathiravan T
2023-03-14  6:44   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.