mbox series

[0/5] Use mboxes in smsm node for all dtsi where possible

Message ID 20240619-smsm-mbox-dts-v1-0-268ab7eef779@lucaweiss.eu (mailing list archive)
Headers show
Series Use mboxes in smsm node for all dtsi where possible | expand

Message

Luca Weiss June 19, 2024, 4:42 p.m. UTC
With the binding and driver patches queued for 6.11[0][1], it's time to
update the dtsi files to use the new binding.

[0] https://lore.kernel.org/linux-arm-msm/171840533352.102487.9576671528001022676.b4-ty@kernel.org/
[1] https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/log/?h=drivers-for-6.11

@Bjorn: I think this makes sense to only apply these patches for 6.12 so
that also in the arm64 tree the driver will exist already, so git bisect
is not impeded by that.

Patches are just compile-tested.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
---
Luca Weiss (5):
      ARM: dts: qcom: msm8974: Use mboxes in smsm node
      arm64: dts: qcom: msm8916: Use mboxes in smsm node
      arm64: dts: qcom: msm8939: Use mboxes in smsm node
      arm64: dts: qcom: msm8953: Use mboxes in smsm node
      arm64: dts: qcom: msm8976: Use mboxes in smsm node

 arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 4 +---
 arch/arm64/boot/dts/qcom/msm8916.dtsi    | 3 +--
 arch/arm64/boot/dts/qcom/msm8939.dtsi    | 3 +--
 arch/arm64/boot/dts/qcom/msm8953.dtsi    | 3 +--
 arch/arm64/boot/dts/qcom/msm8976.dtsi    | 4 +---
 5 files changed, 5 insertions(+), 12 deletions(-)
---
base-commit: 2102cb0d050d34d50b9642a3a50861787527e922
change-id: 20240619-smsm-mbox-dts-3ee9daadf81b

Best regards,

Comments

Konrad Dybcio June 19, 2024, 7:17 p.m. UTC | #1
On 6/19/24 18:42, Luca Weiss wrote:
> With the binding and driver patches queued for 6.11[0][1], it's time to
> update the dtsi files to use the new binding.
> 
> [0] https://lore.kernel.org/linux-arm-msm/171840533352.102487.9576671528001022676.b4-ty@kernel.org/
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/log/?h=drivers-for-6.11
> 
> @Bjorn: I think this makes sense to only apply these patches for 6.12 so
> that also in the arm64 tree the driver will exist already, so git bisect
> is not impeded by that.
> 
> Patches are just compile-tested.
> 
> Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
Bjorn Andersson June 23, 2024, 9:02 p.m. UTC | #2
On Wed, 19 Jun 2024 18:42:26 +0200, Luca Weiss wrote:
> With the binding and driver patches queued for 6.11[0][1], it's time to
> update the dtsi files to use the new binding.
> 
> [0] https://lore.kernel.org/linux-arm-msm/171840533352.102487.9576671528001022676.b4-ty@kernel.org/
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/log/?h=drivers-for-6.11
> 
> @Bjorn: I think this makes sense to only apply these patches for 6.12 so
> that also in the arm64 tree the driver will exist already, so git bisect
> is not impeded by that.
> 
> [...]

Applied, thanks!

[2/5] arm64: dts: qcom: msm8916: Use mboxes in smsm node
      commit: d605f9c75949997150dbb32bf082695326d3e110
[3/5] arm64: dts: qcom: msm8939: Use mboxes in smsm node
      commit: 9f8b7c4e3d8bbb6eb787752ad14a82e714d917ff
[4/5] arm64: dts: qcom: msm8953: Use mboxes in smsm node
      commit: e36402b55684c64af23575f39e0a6ce27272b5f7
[5/5] arm64: dts: qcom: msm8976: Use mboxes in smsm node
      commit: 585141c57a49315f6522d5f7265a3f1aa05424c1

Best regards,