summaryrefslogtreecommitdiff
path: root/drivers/iommu/omap-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe1-1/+0
2023-09-25iommu/omap: Update to {map,unmap}_pagesRobin Murphy1-4/+7
2023-09-25iommu/omap: Convert to generic_single_device_group()Jason Gunthorpe1-26/+4
2023-09-25iommu: Convert remaining simple drivers to domain_alloc_paging()Jason Gunthorpe1-5/+2
2023-09-25iommu/omap: Implement an IDENTITY domainJason Gunthorpe1-3/+18
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-4/+3
2023-03-31iommu/omap: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-22iommu/omap: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-01-13iommu: Add set_platform_dma_ops callbacksLu Baolu1-3/+3
2022-11-01iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen1-1/+1
2022-11-01iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen1-2/+2
2022-09-07iommu/omap: Clean up bus_set_iommu()Robin Murphy1-6/+0
2022-04-08iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren1-1/+1
2022-02-28iommu: Split struct iommu_opsLu Baolu1-6/+8
2022-01-31iommu: Fix some W=1 warningsJohn Garry1-1/+1
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-4/+1
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel1-11/+11
2020-07-10iommu/omap: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-30iommu/omap: Use dev_iommu_priv_get/set()Joerg Roedel1-10/+10
2020-05-18iommu/omap: Add registration for DT fwnode pointerTero Kristo via iommu1-0/+1
2020-05-18iommu/omap: Add check for iommu group when no IOMMU in useTero Kristo via iommu1-0/+3
2020-05-05iommu/omap: Convert to probe/release_device() call-backsJoerg Roedel1-36/+13
2020-05-05iommu/omap: Remove orphan_dev trackingJoerg Roedel1-50/+4
2020-03-04iommu/omap: Fix printing format for size_t on 64-bitKrzysztof Kozlowski1-4/+4
2020-03-04iommu/omap: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski1-1/+1
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel1-30/+294
2019-09-06iommu/omap: Mark pm functions __maybe_unusedArnd Bergmann1-2/+2
2019-08-19iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGNSuman Anna1-1/+1
2019-08-09iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUsTero Kristo1-1/+0
2019-08-09iommu/omap: add support for late attachment of iommu devicesTero Kristo1-3/+53
2019-08-09iommu/omap: introduce new API for runtime suspend/resume controlSuman Anna1-0/+58
2019-08-09iommu/omap: Add system suspend/resume supportSuman Anna1-0/+26
2019-08-09iommu/omap: add logic to save/restore locked TLBsSuman Anna1-3/+58
2019-08-09iommu/omap: streamline enable/disable through runtime pm callbacksSuman Anna1-40/+99
2019-08-09iommu/omap: fix boot issue on remoteprocs with AMMU/UnicacheSuman Anna1-0/+17
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-1/+1
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-26iommu/omap: Use dev_get_drvdata()Kefeng Wang1-2/+1
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel1-3/+2
2018-08-08iommu/omap: Fix cache flushes on L2 table entriesRalf Goebel1-2/+2
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-15iommu/omap: Increase group ref in .device_group()Jeffy Chen1-1/+1
2017-09-19iommu/omap: Add support to program multiple iommusSuman Anna1-87/+271
2017-09-19iommu/omap: Change the attach detection logicSuman Anna1-6/+11
2017-08-04iommu/omap: Use DMA-API for performing cache flushesJosue Albarran1-44/+79
2017-08-04iommu/omap: Fix disabling of MMU upon a faultFernando Guzman Lugo1-1/+1