summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/sun50i-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle2023-10-021-2/+4
* iommu/sun50i: Update to {map,unmap}_pagesRobin Murphy2023-09-251-4/+6
* iommu/sun50i: Convert to generic_single_device_group()Jason Gunthorpe2023-09-251-23/+6
* iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe2023-09-251-6/+3
* iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe2023-09-251-7/+19
* iommu/sun50i: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* iommu: Remove detach_dev callbacksLu Baolu2023-01-131-1/+0
* iommu/sun50i: Remove IOMMU_DOMAIN_IDENTITYJason Gunthorpe2022-12-051-1/+0
* iommu/sun50i: Implement .iotlb_sync_mapJernej Skrabec2022-11-031-0/+73
* iommu/sun50i: Fix flush sizeJernej Skrabec2022-11-031-1/+1
* iommu/sun50i: Fix R/W permission checkJernej Skrabec2022-11-031-1/+1
* iommu/sun50i: Consider all fault sources for resetJernej Skrabec2022-11-031-2/+6
* iommu/sun50i: Fix reset releaseJernej Skrabec2022-11-031-1/+2
* iommu: Clean up bus_set_iommu()Robin Murphy2022-09-071-2/+0
* iommu: Make .release_device optionalRobin Murphy2022-07-061-3/+0
* iommu: Split struct iommu_opsLu Baolu2022-02-281-8/+10
* iommu/sun50i: Drop IOVA cookie managementRobin Murphy2021-08-181-12/+1
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-4/+1
* iommu/sun50i: Fix set-but-not-used variable warningJoerg Roedel2020-09-041-8/+7
* iommu/sun50i: Remove unused variableMaxime Ripard2020-06-301-2/+0
* iommu/sun50i: Change the readl timeout to the atomic variantMaxime Ripard2020-06-301-3/+3
* iommu/sun50i: Constify sun50i_iommu_opsRikard Falkeborn2020-05-271-1/+1
* iommu/sun50i: Fix return value check in sun50i_iommu_probe()Wei Yongjun2020-05-191-1/+1
* iommu/sun50i: Use __GFP_ZERO instead of memset()Joerg Roedel2020-05-141-2/+1
* iommu/sun50i: Fix compile warningsJoerg Roedel2020-05-141-3/+0
* iommu: Add Allwinner H6 IOMMU driverMaxime Ripard2020-05-141-0/+1027