mbox series

[0/3] SDM670 shared memory and socinfo

Message ID 20240524012023.318965-5-mailingradian@gmail.com (mailing list archive)
Headers show
Series SDM670 shared memory and socinfo | expand

Message

Richard Acayan May 24, 2024, 1:20 a.m. UTC
This adds the smem region to the SDM670 device tree and adds the SDM670
SoC ID to the socinfo driver. In addition to socinfo, the shared memory
region is also used for SMP2P and the remote processors, but they are
not added yet.

Richard Acayan (3):
  dt-bindings: arm: qcom,ids: Add SoC ID for SDM670
  soc: qcom: socinfo: Add SDM670 SoC ID table entry
  arm64: dts: qcom: sdm670: add smem region

 arch/arm64/boot/dts/qcom/sdm670.dtsi | 18 ++++++++++++++++++
 drivers/soc/qcom/socinfo.c           |  1 +
 include/dt-bindings/arm/qcom,ids.h   |  1 +
 3 files changed, 20 insertions(+)

Comments

Bjorn Andersson May 28, 2024, 3:32 a.m. UTC | #1
On Thu, 23 May 2024 21:20:24 -0400, Richard Acayan wrote:
> This adds the smem region to the SDM670 device tree and adds the SDM670
> SoC ID to the socinfo driver. In addition to socinfo, the shared memory
> region is also used for SMP2P and the remote processors, but they are
> not added yet.
> 
> Richard Acayan (3):
>   dt-bindings: arm: qcom,ids: Add SoC ID for SDM670
>   soc: qcom: socinfo: Add SDM670 SoC ID table entry
>   arm64: dts: qcom: sdm670: add smem region
> 
> [...]

Applied, thanks!

[3/3] arm64: dts: qcom: sdm670: add smem region
      commit: 265d9989df5012adc5bec8e894dff0572c195a0c

Best regards,
Bjorn Andersson May 28, 2024, 2:13 p.m. UTC | #2
On Thu, 23 May 2024 21:20:24 -0400, Richard Acayan wrote:
> This adds the smem region to the SDM670 device tree and adds the SDM670
> SoC ID to the socinfo driver. In addition to socinfo, the shared memory
> region is also used for SMP2P and the remote processors, but they are
> not added yet.
> 
> Richard Acayan (3):
>   dt-bindings: arm: qcom,ids: Add SoC ID for SDM670
>   soc: qcom: socinfo: Add SDM670 SoC ID table entry
>   arm64: dts: qcom: sdm670: add smem region
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: arm: qcom,ids: Add SoC ID for SDM670
      commit: 1866407831deb945a16c60c38246f28c2475b28a
[2/3] soc: qcom: socinfo: Add SDM670 SoC ID table entry
      commit: 48e4da7919bea2f5c0e20b218385ffe8d5492ab2

Best regards,