aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-05-07iommu: Remove <common.h> and add needed includesTom Rini3-3/+0
2024-04-23iommu: qcom-smmu: add qcom generic compatibleCaleb Connolly1-0/+1
2024-03-22iommu: qcom-smmu: fix debuggingCaleb Connolly1-1/+1
2024-01-18iommu: dont fail silentlyCaleb Connolly1-5/+8
2023-12-21iommu: add qcom-hyp-smmuCaleb Connolly3-0/+413
2023-12-21iommu: add a connect opCaleb Connolly1-0/+11
2023-12-21iommu: fix compilation when CONFIG_PCI disabledCaleb Connolly1-2/+3
2023-01-27iommu: Implement mapping IOMMUs for PCI devicesMark Kettenis1-0/+65
2023-01-27iommu: apple: Implement DMA mapping operations for Apple DARTMark Kettenis1-34/+277
2023-01-27test: Add test for IOMMU uclass map/unmap opsMark Kettenis1-0/+58
2023-01-27iommu: Add DMA mapping operationsMark Kettenis1-0/+28
2022-07-25iommu: Add M2 support to Apple DART driverJanne Grunau1-1/+17
2022-02-21iommu: Add M1 Pro/Max support to Apple DART driverJanne Grunau1-0/+1
2021-10-31iommu: Add Apple DART driverMark Kettenis3-0/+70
2021-10-31test: Add tests for IOMMU uclassMark Kettenis2-0/+20
2021-10-31iommu: Add IOMMU uclassMark Kettenis3-0/+65