Hi Joerg,
This is an updated version of the pull request I previously sent here:
https://lore.kernel.org/r/20230120161527.GA22266@willie-the-truck
The branch is now based on your iommu/fixes branch rather than the
arm-smmu-fixes tag. I've also picked up an additional DT bindings patch
which came in since last time.
Summary in the tag.
Cheers,
Will
--->8
The following changes since commit 142e821f68cf5da79ce722cb9c1323afae30e185:
iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe() (2023-01-13 13:46:32 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates
for you to fetch changes up to 8a24401701aa67c3bf8daa56c54d7bd1d6e69c23:
Merge branch 'for-joerg/arm-smmu/bindings' into for-joerg/arm-smmu/updates (2023-01-24 11:45:41 +0000)
----------------------------------------------------------------
Arm SMMU updates for 6.3
- Device-tree binding updates:
* Cater for three power domains on SM6375
* Document existing compatible strings for Qualcomm SoCs
* Tighten up clocks description for platform-specific compatible strings
- Enable Qualcomm workarounds for some additional platforms that need them
----------------------------------------------------------------
Bartosz Golaszewski (1):
dt-bindings: arm-smmu: document the smmu on Qualcomm SA8775P
Bjorn Andersson (1):
iommu/arm-smmu-qcom: Select identity domain for sc8280xp MDSS
Konrad Dybcio (1):
dt-bindings: arm-smmu: Allow 3 power domains on SM6375 MMU500
Krzysztof Kozlowski (1):
dt-bindings: arm-smmu: disallow clocks when not used
Luca Weiss (1):
dt-bindings: iommu: qcom: Add Qualcomm MSM8953 compatible
Manivannan Sadhasivam (1):
dt-bindings: arm-smmu: Fix binding for SDX55 and SDX65
Marijn Suijten (2):
dt-bindings: arm-smmu: Add sm8150-smmu-500 to the list of Adreno smmus
iommu/arm-smmu-qcom: Add SM8150 DPU compatible
Martin Botka (1):
dt-bindings: arm-smmu: Document smmu-500 binding for SM6125
Will Deacon (1):
Merge branch 'for-joerg/arm-smmu/bindings' into for-joerg/arm-smmu/updates
.../devicetree/bindings/iommu/arm,smmu.yaml | 66 +++++++++++++++++++---
.../devicetree/bindings/iommu/qcom,iommu.txt | 1 +
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 2 +
3 files changed, 60 insertions(+), 9 deletions(-)
On Tue, Jan 24, 2023 at 02:29:59PM +0000, Will Deacon wrote:
> git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git tags/arm-smmu-updates
Pulled. Thanks a lot, Will.