Message ID | 20240424-apcs-mboxes-v1-0-6556c47cb501@z3ntu.xyz |
---|---|
Headers | show |
Series | Use mboxes instead of syscon for APCS (arm32 & arm64) | expand |
On Wed, 24 Apr 2024 18:23:53 +0200, Luca Weiss wrote: > The first patch is for removing a bogus error warning I've noticed while > developing this on msm8226 - there the patches are also coming later for > this SoC since apcs is getting hooked up to cpufreq there also. > > Apart from usages from the qcom,smsm driver (patches coming!) all other > usages of the apcs mailbox now go via the mailbox driver - where one is > used, so some arm32 boards will continue using "qcom,ipc*" properties in > the short or long term. > > [...] Applied, thanks! [3/7] arm64: dts: qcom: msm8916: Use mboxes properties for APCS commit: 3e971470619d80dd343e3abd80cb997bcb48f200 [4/7] arm64: dts: qcom: msm8939: Use mboxes properties for APCS commit: 22e4e43484c4dd1f29a72cc62411072758e0681a [5/7] arm64: dts: qcom: msm8953: Use mboxes properties for APCS commit: 11dff973ebe21950c7c5221919141fb0cb16354e [6/7] arm64: dts: qcom: msm8976: Use mboxes properties for APCS commit: a3d5570d8c8c6efc3d15d015b517f4e8bd11898f [7/7] arm64: dts: qcom: msm8994: Use mboxes properties for APCS commit: ba5d9a91f8c3caf6867b3b87dce080d056222561 Best regards,
The first patch is for removing a bogus error warning I've noticed while developing this on msm8226 - there the patches are also coming later for this SoC since apcs is getting hooked up to cpufreq there also. Apart from usages from the qcom,smsm driver (patches coming!) all other usages of the apcs mailbox now go via the mailbox driver - where one is used, so some arm32 boards will continue using "qcom,ipc*" properties in the short or long term. Only compile-tested apart from msm8953 (tested on sdm632-fairphone-fp3) and msm8974 (tested on msm8974pro-fairphone-fp2), but I don't expect any complications with this. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Luca Weiss (7): rpmsg: qcom_smd: Don't print error during probe deferral ARM: dts: qcom: msm8974: Use mboxes properties for APCS arm64: dts: qcom: msm8916: Use mboxes properties for APCS arm64: dts: qcom: msm8939: Use mboxes properties for APCS arm64: dts: qcom: msm8953: Use mboxes properties for APCS arm64: dts: qcom: msm8976: Use mboxes properties for APCS arm64: dts: qcom: msm8994: Use mboxes properties for APCS arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 14 +++++++------- arch/arm64/boot/dts/qcom/msm8916.dtsi | 10 +++++----- arch/arm64/boot/dts/qcom/msm8939.dtsi | 4 ++-- arch/arm64/boot/dts/qcom/msm8953.dtsi | 10 +++++----- arch/arm64/boot/dts/qcom/msm8976.dtsi | 8 ++++---- arch/arm64/boot/dts/qcom/msm8994.dtsi | 6 +++--- drivers/rpmsg/qcom_smd.c | 3 ++- 7 files changed, 28 insertions(+), 27 deletions(-) --- base-commit: 43173e6dbaa227f3107310d4df4a3bacd5e0df33 change-id: 20240423-apcs-mboxes-12ee6c01a5b3 Best regards,