aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/omap-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Gravatar Joerg Roedel 1-30/+294
2019-09-06iommu/omap: Mark pm functions __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2019-08-19iommu/omap: Use the correct type for SLAB_HWCACHE_ALIGNGravatar Suman Anna 1-1/+1
2019-08-09iommu/omap: remove pm_runtime_irq_safe flag for OMAP IOMMUsGravatar Tero Kristo 1-1/+0
2019-08-09iommu/omap: add support for late attachment of iommu devicesGravatar Tero Kristo 1-3/+53
2019-08-09iommu/omap: introduce new API for runtime suspend/resume controlGravatar Suman Anna 1-0/+58
2019-08-09iommu/omap: Add system suspend/resume supportGravatar Suman Anna 1-0/+26
2019-08-09iommu/omap: add logic to save/restore locked TLBsGravatar Suman Anna 1-3/+58
2019-08-09iommu/omap: streamline enable/disable through runtime pm callbacksGravatar Suman Anna 1-40/+99
2019-08-09iommu/omap: fix boot issue on remoteprocs with AMMU/UnicacheGravatar Suman Anna 1-0/+17
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Gravatar Will Deacon 1-1/+1
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Gravatar Joerg Roedel 1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-26iommu/omap: Use dev_get_drvdata()Gravatar Kefeng Wang 1-2/+1
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Gravatar Joerg Roedel 1-3/+2
2018-08-08iommu/omap: Fix cache flushes on L2 table entriesGravatar Ralf Goebel 1-2/+2
2018-08-08iommu: Remove the ->map_sg indirectionGravatar Christoph Hellwig 1-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-03-15iommu/omap: Increase group ref in .device_group()Gravatar Jeffy Chen 1-1/+1
2017-09-19iommu/omap: Add support to program multiple iommusGravatar Suman Anna 1-87/+271
2017-09-19iommu/omap: Change the attach detection logicGravatar Suman Anna 1-6/+11
2017-08-04iommu/omap: Use DMA-API for performing cache flushesGravatar Josue Albarran 1-44/+79
2017-08-04iommu/omap: Fix disabling of MMU upon a faultGravatar Fernando Guzman Lugo 1-1/+1
2017-06-28iommu/omap: Return ERR_PTR in device_group call-backGravatar Joerg Roedel 1-1/+1
2017-04-20iommu/omap: Add iommu-group supportGravatar Joerg Roedel 1-1/+38
2017-04-20iommu/omap: Make use of 'struct iommu_device'Gravatar Joerg Roedel 1-0/+30
2017-04-20iommu/omap: Store iommu_dev pointer in arch_dataGravatar Joerg Roedel 1-33/+23
2017-04-20iommu/omap: Move data structures to omap-iommu.hGravatar Joerg Roedel 1-16/+0
2017-04-20iommu/omap: Drop legacy-style device supportGravatar Suman Anna 1-16/+14
2017-04-20iommu/omap: Register driver before setting IOMMU opsGravatar Suman Anna 1-3/+18
2016-04-05iommu/omap: Use WARN_ON for page table alignment checkGravatar Suman Anna 1-1/+4
2016-04-05iommu/omap: Replace BUG() in iopgtable_store_entry_core()Gravatar Suman Anna 1-1/+3
2016-04-05iommu/omap: Remove iopgtable_clear_entry_all() from driver removeGravatar Suman Anna 1-1/+0
2015-10-14iommu/omap: Add support for configuring dsp iommus on DRA7xxGravatar Suman Anna 1-0/+58
2015-08-03iommu/omap: Align code with open parenthesisGravatar Suman Anna 1-12/+11
2015-08-03iommu/omap: Remove unnecessary error traces on alloc failuresGravatar Suman Anna 1-6/+2
2015-08-03iommu/omap: Move debugfs functions to omap-iommu-debug.cGravatar Suman Anna 1-145/+3
2015-08-03iommu/omap: Remove all module referencesGravatar Suman Anna 1-18/+1
2015-03-31iommu/omap: Make use of domain_alloc and domain_freeGravatar Joerg Roedel 1-20/+29
2015-02-25iommu/omap: Play nice in multi-platform buildsGravatar Thierry Reding 1-0/+7
2015-01-30iommu/omap: Print phys_addr_t using %paGravatar Joerg Roedel 1-1/+1
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Gravatar Joerg Roedel 1-0/+1
2014-11-04iommu/omap: Use dev_get_platdata()Gravatar Kiran Padwal 1-3/+3
2014-11-04iommu: Add iommu_map_sg() functionGravatar Olav Haugan 1-0/+1
2014-10-23iommu/omap: Reset the domain field upon detachingGravatar Suman Anna 1-0/+1
2014-10-23iommu/omap: Do not export unneeded functionsGravatar Suman Anna 1-4/+2
2014-10-23iommu/omap: Remove couple of unused exported functionsGravatar Suman Anna 1-21/+0
2014-10-23iommu/omap: Integrate omap-iommu-debug into omap-iommuGravatar Suman Anna 1-2/+9
2014-10-23iommu/omap: Consolidate OMAP IOMMU modulesGravatar Suman Anna 1-75/+188
2014-10-23iommu/omap: Remove omap_iommu_arch_version() and version fieldGravatar Suman Anna 1-9/+0