mbox series

[V3,0/5] dt-bindings: Document gpi/pdc/scm/smmu for X1E80100

Message ID 20231124100608.29964-1-quic_sibis@quicinc.com
Headers show
Series dt-bindings: Document gpi/pdc/scm/smmu for X1E80100 | expand

Message

Sibi Sankar Nov. 24, 2023, 10:06 a.m. UTC
This series documents gpi/pdc/scm/smmu/soc for the Qualcomm X1E80100
platform, aka Snapdragon X Elite.

Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had
the part number sc8380xp which is now updated to the new part number x1e80100
based on the new branding scheme and refers to the exact same SoC.

v3:
* Extend pattern matching support for the X1E platform. [Konrad]
* Rebased to the latest lnext. [Krzysztof]
* Pickup Rbs.

v2:
* Update the part number from sc8380xp to x1e80100.
* Document PDC bindings as well.
* List the interconnect requirements in bindings. [Krzysztof]
* Pickup Rbs.

Dependencies: https://lore.kernel.org/lkml/20231120100617.47156-1-krzysztof.kozlowski@linaro.org/
Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Rajendra Nayak (1):
  dt-bindings: arm-smmu: Add compatible for X1E80100 SoC

Sibi Sankar (4):
  dt-bindings: arm: qcom-soc: extend pattern matching for X1E80100 SoC
  dt-bindings: dma: qcom: gpi: add compatible for X1E80100
  dt-bindings: firmware: qcom,scm: document SCM on X1E80100 SoCs
  dt-bindings: interrupt-controller: qcom,pdc: document pdc on X1E80100

 Documentation/devicetree/bindings/arm/qcom-soc.yaml       | 8 ++++----
 Documentation/devicetree/bindings/dma/qcom,gpi.yaml       | 1 +
 Documentation/devicetree/bindings/firmware/qcom,scm.yaml  | 2 ++
 .../bindings/interrupt-controller/qcom,pdc.yaml           | 1 +
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml     | 2 ++
 5 files changed, 10 insertions(+), 4 deletions(-)

Comments

Vinod Koul Nov. 24, 2023, 1:33 p.m. UTC | #1
On Fri, 24 Nov 2023 15:36:03 +0530, Sibi Sankar wrote:
> This series documents gpi/pdc/scm/smmu/soc for the Qualcomm X1E80100
> platform, aka Snapdragon X Elite.
> 
> Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had
> the part number sc8380xp which is now updated to the new part number x1e80100
> based on the new branding scheme and refers to the exact same SoC.
> 
> [...]

Applied, thanks!

[3/5] dt-bindings: dma: qcom: gpi: add compatible for X1E80100
      commit: 66fb6eb6fab63ee80fd26cd5bdd9164aead0d207

Best regards,
Bjorn Andersson Dec. 8, 2023, 2:55 p.m. UTC | #2
On Fri, 24 Nov 2023 15:36:03 +0530, Sibi Sankar wrote:
> This series documents gpi/pdc/scm/smmu/soc for the Qualcomm X1E80100
> platform, aka Snapdragon X Elite.
> 
> Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had
> the part number sc8380xp which is now updated to the new part number x1e80100
> based on the new branding scheme and refers to the exact same SoC.
> 
> [...]

Applied, thanks!

[4/5] dt-bindings: firmware: qcom,scm: document SCM on X1E80100 SoCs
      commit: 696945e427e63ebbabad656893fb82da1ee2a980

Best regards,
Will Deacon Dec. 12, 2023, 5:20 p.m. UTC | #3
On Fri, 24 Nov 2023 15:36:03 +0530, Sibi Sankar wrote:
> This series documents gpi/pdc/scm/smmu/soc for the Qualcomm X1E80100
> platform, aka Snapdragon X Elite.
> 
> Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had
> the part number sc8380xp which is now updated to the new part number x1e80100
> based on the new branding scheme and refers to the exact same SoC.
> 
> [...]

Applied SMMU binding change to will (for-joerg/arm-smmu/bindings), thanks!

[2/5] dt-bindings: arm-smmu: Add compatible for X1E80100 SoC
      https://git.kernel.org/will/c/fa27b35c9102

Cheers,