[PATCH] iommu/msm: simplify with dev_err_probe()

2022-02-06 Thread David Heidelberg
Use the dev_err_probe() helper to simplify error handling during probe. This also handle scenario, when EDEFER is returned and useless error is printed. Fixes warnings as: msm_iommu 750.iommu: could not get smmu_pclk Signed-off-by: David Heidelberg --- drivers/iommu/msm_iommu.c | 24

[PATCH v3] dt-bindings: iommu: Convert msm,iommu-v0 to yaml

2022-01-08 Thread David Heidelberg
Convert Qualcomm IOMMU v0 implementation to yaml format. Signed-off-by: David Heidelberg --- v2: - fix wrong path in binding $id - comment qcom,mdp4 node example (we don't want to validate it yet) v3: - I kept the name as -v0, since we have other binding -v1 and it look good, I can change

[PATCH v2] dt-bindings: iommu: Convert msm,iommu-v0 to yaml

2021-12-25 Thread David Heidelberg
Convert Qualcomm IOMMU v0 implementation to yaml format. Signed-off-by: David Heidelberg --- v2: - fix wrong path in binding $id - comment qcom,mdp4 node example (we don't want to validate it yet) .../bindings/iommu/msm,iommu-v0.txt | 64 - .../bindings/iommu/qcom

[PATCH] dt-bindings: iommu: Convert msm,iommu-v0 to yaml

2021-12-24 Thread David Heidelberg
Convert Qualcomm IOMMU v0 implementation to yaml format. Signed-off-by: David Heidelberg --- .../bindings/iommu/msm,iommu-v0.txt | 64 - .../bindings/iommu/qcom,iommu-v0.yaml | 96 +++ 2 files changed, 96 insertions(+), 64 deletions(-) delete mode

[PATCH] dt-bindings: arm-smmu: Add compatible for the SDX55 SoC

2021-10-20 Thread David Heidelberg
Add missing compatible for the SDX55 SoC. Signed-off-by: David Heidelberg --- Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml