aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/omap-iommu.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-23iommu/omap: Remove refcount field from omap_iommu objectGravatar Suman Anna 1-12/+3
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Gravatar Joerg Roedel 1-12/+15
2014-09-25iommu: Make of_device_id array constGravatar Kiran Padwal 1-1/+1
2014-09-25iommu/omap: Remove omap_iommu unused owner fieldGravatar Laurent Pinchart 1-10/+0
2014-09-05iommu/omap: Fix iommu archdata name for DT-based devicesGravatar Suman Anna 1-1/+9
2014-09-05iommu/omap: Check for valid archdata in attach_devGravatar Suman Anna 1-0/+5
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Gravatar Joerg Roedel 1-13/+0
2014-07-29iommu/omap: Remove virtual memory managerGravatar Laurent Pinchart 1-13/+0
2014-07-07iommu: Constify struct iommu_opsGravatar Thierry Reding 1-1/+1
2014-04-16iommu/omap: Fix map protection value handlingGravatar Laurent Pinchart 1-10/+7
2014-04-16iommu/omap: Remove comment about supporting single page mappings onlyGravatar Laurent Pinchart 1-1/+0
2014-04-16iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()Gravatar Laurent Pinchart 1-0/+1
2014-04-16iommu/omap: Move to_iommu definition from omap-iopgtable.hGravatar Suman Anna 1-0/+3
2014-04-16iommu/omap: Remove omap_iommu_domain_has_cap() functionGravatar Suman Anna 1-7/+0
2014-04-16iommu/omap: Correct init value of iotlb_entry valid fieldGravatar Suman Anna 1-1/+1
2014-03-05iommu/omap: Check for NULL in iopte_free()Gravatar Zhouyi Zhou 1-1/+2
2014-03-04iommu/omap: Allocate archdata on the fly for DT-based devicesGravatar Laurent Pinchart 1-0/+45
2014-03-04iommu/omap: Enable bus-error back on supported iommusGravatar Suman Anna 1-0/+2
2014-03-04iommu/omap: Add devicetree supportGravatar Florian Vaussard 1-4/+38
2014-03-04iommu/omap: Allow enable/disable even without pdataGravatar Florian Vaussard 1-8/+2
2014-03-04iommu/omap: Fix error return paths in omap_iommu_attach()Gravatar Suman Anna 1-3/+5
2014-03-04iommu/omap: Convert to devm_* interfacesGravatar Suman Anna 1-42/+10
2013-09-11drivers/iommu: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-06-20iommu/omap: fix checkpatch warnings in omap iommu codeGravatar Suman Anna 1-5/+4
2013-06-20iommu/omap: fix printk formats for dma_addr_tGravatar Suman Anna 1-2/+4
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Gravatar Varun Sethi 1-1/+1
2013-01-28iommu/omap: Remove unnecessary null pointer checkGravatar Cong Ding 1-2/+2
2013-01-03Drivers: iommu: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-12-03iommu/omap: Adapt to runtime pmGravatar Omar Ramirez Luna 1-21/+19
2012-12-03iommu/omap: Migrate to hwmod frameworkGravatar Omar Ramirez Luna 1-5/+18
2012-12-03iommu/omap: Keep mmu enabled when requestedGravatar Omar Ramirez Luna 1-3/+0
2012-12-03iommu/omap: Remove redundant clock handling on ISRGravatar Omar Ramirez Luna 1-2/+0
2012-11-20ARM: OMAP2+: Move iommu/iovmm headers to platform_dataGravatar Tony Lindgren 1-1/+1
2012-11-20ARM: OMAP2+: Make some definitions localGravatar Ido Yariv 1-0/+15