devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add support for Qualcomm's legacy IOMMU v2
@ 2022-11-11 14:59 AngeloGioacchino Del Regno
  2022-11-11 14:59 ` [PATCH v2 1/8] dt-bindings: iommu: qcom,iommu: Document qcom,ctx-num property AngeloGioacchino Del Regno
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-11-11 14:59 UTC (permalink / raw)
  To: agross
  Cc: andersson, konrad.dybcio, joro, will, robin.murphy, robh+dt,
	krzysztof.kozlowski+dt, robdclark, linux-arm-msm, iommu,
	devicetree, linux-kernel, linux-arm-kernel, marijn.suijten,
	kernel, luca, a39.skl, phone-devel, ~postmarketos/upstreaming,
	AngeloGioacchino Del Regno

This series adds support for handling "v2" firmware's IOMMU, found
on at least MSM8956 and MSM8976 (some other SoCs also need the same
but I honestly don't remember which ones precisely).

This is strictly required to get functional IOMMUs on these SoCs.

I'm sorry for not performing a much needed schema conversion on
qcom,iommu.txt, but I really didn't have time to do that :-(

This series was tested on Sony Xperia X and X Compact (MSM8956):
ADSP, LPASS, Venus, MSS, MDP and GPU are happy :-)

Changes in v2:
 - Added back Marijn's notes (sorry man!)
 - Added ARM_SMMU_CB_FSRRESTORE definition
 - Changed context bank reset to properly set FSR and FSRRESTORE

AngeloGioacchino Del Regno (8):
  dt-bindings: iommu: qcom,iommu: Document qcom,ctx-num property
  iommu/qcom: Use the asid read from device-tree if specified
  iommu/arm-smmu: Add definition for ARM_SMMU_CB_FSRRESTORE
  iommu/qcom: Properly reset the IOMMU context
  iommu/qcom: Index contexts by asid number to allow asid 0
  dt-bindings: iommu: qcom,iommu: Document QSMMU v2 compatibles
  iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts
  dt-bindings: iommu: qcom,iommu: Document MSM8976 compatible

 .../devicetree/bindings/iommu/qcom,iommu.txt  | 11 ++-
 drivers/iommu/arm/arm-smmu/arm-smmu.h         |  1 +
 drivers/iommu/arm/arm-smmu/qcom_iommu.c       | 78 +++++++++++++++----
 3 files changed, 71 insertions(+), 19 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2022-11-15  9:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 14:59 [PATCH v2 0/8] Add support for Qualcomm's legacy IOMMU v2 AngeloGioacchino Del Regno
2022-11-11 14:59 ` [PATCH v2 1/8] dt-bindings: iommu: qcom,iommu: Document qcom,ctx-num property AngeloGioacchino Del Regno
2022-11-14  8:18   ` Krzysztof Kozlowski
2022-11-11 14:59 ` [PATCH v2 2/8] iommu/qcom: Use the asid read from device-tree if specified AngeloGioacchino Del Regno
2022-11-11 14:59 ` [PATCH v2 3/8] iommu/arm-smmu: Add definition for ARM_SMMU_CB_FSRRESTORE AngeloGioacchino Del Regno
2022-11-11 15:18   ` Robin Murphy
2022-11-14 10:48     ` AngeloGioacchino Del Regno
2022-11-11 14:59 ` [PATCH v2 4/8] iommu/qcom: Properly reset the IOMMU context AngeloGioacchino Del Regno
2022-11-11 14:59 ` [PATCH v2 5/8] iommu/qcom: Index contexts by asid number to allow asid 0 AngeloGioacchino Del Regno
2022-11-11 14:59 ` [PATCH v2 6/8] dt-bindings: iommu: qcom,iommu: Document QSMMU v2 compatibles AngeloGioacchino Del Regno
2022-11-14  8:21   ` Krzysztof Kozlowski
2022-11-11 14:59 ` [PATCH v2 7/8] iommu/qcom: Add support for QSMMUv2 and QSMMU-500 secured contexts AngeloGioacchino Del Regno
2022-11-11 14:59 ` [PATCH v2 8/8] dt-bindings: iommu: qcom,iommu: Document MSM8976 compatible AngeloGioacchino Del Regno
2022-11-14  8:22   ` Krzysztof Kozlowski
2022-11-15  9:52     ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).