aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/sun50i-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-07iommu: Clean up bus_set_iommu()Gravatar Robin Murphy 1-2/+0
2022-07-06iommu: Make .release_device optionalGravatar Robin Murphy 1-3/+0
2022-02-28iommu: Split struct iommu_opsGravatar Lu Baolu 1-8/+10
2021-08-18iommu/sun50i: Drop IOVA cookie managementGravatar Robin Murphy 1-12/+1
2021-04-16iommu: Streamline registration interfaceGravatar Robin Murphy 1-4/+1
2020-09-04iommu/sun50i: Fix set-but-not-used variable warningGravatar Joerg Roedel 1-8/+7
2020-06-30iommu/sun50i: Remove unused variableGravatar Maxime Ripard 1-2/+0
2020-06-30iommu/sun50i: Change the readl timeout to the atomic variantGravatar Maxime Ripard 1-3/+3
2020-05-27iommu/sun50i: Constify sun50i_iommu_opsGravatar Rikard Falkeborn 1-1/+1
2020-05-19iommu/sun50i: Fix return value check in sun50i_iommu_probe()Gravatar Wei Yongjun 1-1/+1
2020-05-14iommu/sun50i: Use __GFP_ZERO instead of memset()Gravatar Joerg Roedel 1-2/+1
2020-05-14iommu/sun50i: Fix compile warningsGravatar Joerg Roedel 1-3/+0
2020-05-14iommu: Add Allwinner H6 IOMMU driverGravatar Maxime Ripard 1-0/+1027