aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/omap-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg 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
2017-06-28iommu/omap: Return ERR_PTR in device_group call-backJoerg Roedel1-1/+1
2017-04-20iommu/omap: Add iommu-group supportJoerg Roedel1-1/+38
2017-04-20iommu/omap: Make use of 'struct iommu_device'Joerg Roedel1-0/+30
2017-04-20iommu/omap: Store iommu_dev pointer in arch_dataJoerg Roedel1-33/+23
2017-04-20iommu/omap: Move data structures to omap-iommu.hJoerg Roedel1-16/+0
2017-04-20iommu/omap: Drop legacy-style device supportSuman Anna1-16/+14
2017-04-20iommu/omap: Register driver before setting IOMMU opsSuman Anna1-3/+18
2016-04-05iommu/omap: Use WARN_ON for page table alignment checkSuman Anna1-1/+4
2016-04-05iommu/omap: Replace BUG() in iopgtable_store_entry_core()Suman Anna1-1/+3
2016-04-05iommu/omap: Remove iopgtable_clear_entry_all() from driver removeSuman Anna1-1/+0
2015-10-14iommu/omap: Add support for configuring dsp iommus on DRA7xxSuman Anna1-0/+58
2015-08-03iommu/omap: Align code with open parenthesisSuman Anna1-12/+11
2015-08-03iommu/omap: Remove unnecessary error traces on alloc failuresSuman Anna1-6/+2
2015-08-03iommu/omap: Move debugfs functions to omap-iommu-debug.cSuman Anna1-145/+3
2015-08-03iommu/omap: Remove all module referencesSuman Anna1-18/+1
2015-03-31iommu/omap: Make use of domain_alloc and domain_freeJoerg Roedel1-20/+29
2015-02-25iommu/omap: Play nice in multi-platform buildsThierry Reding1-0/+7
2015-01-30iommu/omap: Print phys_addr_t using %paJoerg Roedel1-1/+1
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-0/+1
2014-11-04iommu/omap: Use dev_get_platdata()Kiran Padwal1-3/+3
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan1-0/+1
2014-10-23iommu/omap: Reset the domain field upon detachingSuman Anna1-0/+1
2014-10-23iommu/omap: Do not export unneeded functionsSuman Anna1-4/+2
2014-10-23iommu/omap: Remove couple of unused exported functionsSuman Anna1-21/+0
2014-10-23iommu/omap: Integrate omap-iommu-debug into omap-iommuSuman Anna1-2/+9
2014-10-23iommu/omap: Consolidate OMAP IOMMU modulesSuman Anna1-75/+188
2014-10-23iommu/omap: Remove omap_iommu_arch_version() and version fieldSuman Anna1-9/+0
2014-10-23iommu/omap: Remove refcount field from omap_iommu objectSuman Anna1-12/+3
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-12/+15
2014-09-25iommu: Make of_device_id array constKiran Padwal1-1/+1
2014-09-25iommu/omap: Remove omap_iommu unused owner fieldLaurent Pinchart1-10/+0
2014-09-05iommu/omap: Fix iommu archdata name for DT-based devicesSuman Anna1-1/+9
2014-09-05iommu/omap: Check for valid archdata in attach_devSuman Anna1-0/+5
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'arm/exynos' and 'core' into nextJoerg Roedel1-13/+0
2014-07-29iommu/omap: Remove virtual memory managerLaurent Pinchart1-13/+0
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-1/+1
2014-04-16iommu/omap: Fix map protection value handlingLaurent Pinchart1-10/+7
2014-04-16iommu/omap: Remove comment about supporting single page mappings onlyLaurent Pinchart1-1/+0
2014-04-16iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()Laurent Pinchart1-0/+1
2014-04-16iommu/omap: Move to_iommu definition from omap-iopgtable.hSuman Anna1-0/+3
2014-04-16iommu/omap: Remove omap_iommu_domain_has_cap() functionSuman Anna1-7/+0