aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/omap-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-16iommu/omap: Correct init value of iotlb_entry valid fieldSuman Anna1-1/+1
2014-03-05iommu/omap: Check for NULL in iopte_free()Zhouyi Zhou1-1/+2
2014-03-04iommu/omap: Allocate archdata on the fly for DT-based devicesLaurent Pinchart1-0/+45
2014-03-04iommu/omap: Enable bus-error back on supported iommusSuman Anna1-0/+2
2014-03-04iommu/omap: Add devicetree supportFlorian Vaussard1-4/+38
2014-03-04iommu/omap: Allow enable/disable even without pdataFlorian Vaussard1-8/+2
2014-03-04iommu/omap: Fix error return paths in omap_iommu_attach()Suman Anna1-3/+5
2014-03-04iommu/omap: Convert to devm_* interfacesSuman Anna1-42/+10
2013-09-11drivers/iommu: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-06-20iommu/omap: fix checkpatch warnings in omap iommu codeSuman Anna1-5/+4
2013-06-20iommu/omap: fix printk formats for dma_addr_tSuman Anna1-2/+4
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi1-1/+1
2013-01-28iommu/omap: Remove unnecessary null pointer checkCong Ding1-2/+2
2013-01-03Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-03iommu/omap: Adapt to runtime pmOmar Ramirez Luna1-21/+19
2012-12-03iommu/omap: Migrate to hwmod frameworkOmar Ramirez Luna1-5/+18
2012-12-03iommu/omap: Keep mmu enabled when requestedOmar Ramirez Luna1-3/+0
2012-12-03iommu/omap: Remove redundant clock handling on ISROmar Ramirez Luna1-2/+0
2012-11-20ARM: OMAP2+: Move iommu/iovmm headers to platform_dataTony Lindgren1-1/+1
2012-11-20ARM: OMAP2+: Make some definitions localIdo Yariv1-0/+15
2012-11-20ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.cTony Lindgren1-0/+19
2012-11-20ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.hTony Lindgren1-0/+1
2012-11-20ARM: OMAP2+: Move iopgtable header to drivers/iommu/Ido Yariv1-1/+1
2012-07-11iommu/omap: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+4
2012-04-19iommu: OMAP: device detach on domain destroyOmar Ramirez Luna1-9/+23
2012-02-27ARM: OMAP: make iommu subsys_initcall to fix builtin omap3ispOhad Ben-Cohen1-1/+2
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel1-43/+37
2011-12-06iommu/omap: be verbose when omap_iommu_iova_to_phys failsOhad Ben-Cohen1-2/+2
2011-12-05iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen1-32/+26
2011-11-10iommu/omap: announce supported page sizesOhad Ben-Cohen1-0/+4
2011-11-10iommu/core: stop converting bytes to page order back and forthOhad Ben-Cohen1-9/+5
2011-10-21Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into nextJoerg Roedel1-0/+1245
2011-10-21iommu/omap: Use bus_set_iommu instead of register_iommuJoerg Roedel1-1/+1
2011-10-10iommu/omap: always provide iommu debug codeArnd Bergmann1-1/+1
2011-09-14iommu/omap: Migrate to the generic fault report mechanismOhad Ben-Cohen1-28/+3
2011-09-05iommu/omap: ->unmap() should return order of unmapped pageOhad Ben-Cohen1-9/+4
2011-09-05iommu/omap: cleanup: remove a redundant statementOhad Ben-Cohen1-4/+2