aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/tegra-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-05ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/Stephen Warren1-2/+1
2012-11-05iommu: tegra: remove include of <mach/iomap.h>Stephen Warren1-1/+0
2012-10-24iommu/tegra: smmu: Fix deadly typoHiro Sugawara1-1/+1
2012-10-02Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'x86/amd-irq-remapping' into nextJoerg Roedel1-13/+248
2012-09-18dma: tegra: move smmu.h into SMMU driverStephen Warren1-1/+40
2012-09-18iommu/tegra: smmu: Use debugfs_create_dir for directoryHiroshi Doyu1-17/+35
2012-08-03iommu/tegra: smmu: debugfs for TLB/PTC statisticsHiroshi Doyu1-12/+190
2012-08-03iommu/tegra: smmu: Fix error initial value at domain_initHiroshi Doyu1-1/+1
2012-08-03iommu/tegra: smmu: Cleanup with lesser nestHiroshi Doyu1-5/+8
2012-08-03iommu/tegra: remove invalid reference to list iterator variableJulia Lawall1-1/+1
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domain-attr' into nextJoerg Roedel1-131/+154
2012-07-17iommu/tegra: Don't call alloc_pdir with as->lockJoerg Roedel1-13/+16
2012-07-17iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()Hiroshi DOYU1-32/+45
2012-07-17iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir()Hiroshi DOYU1-3/+0
2012-07-11iommu/tegra: Implement DOMAIN_ATTR_GEOMETRY attributeHiroshi DOYU1-0/+5
2012-07-02iommu/tegra: smmu: Fix unsleepable memory allocationHiroshi DOYU1-2/+2
2012-06-25iommu/tegra: smmu: Fix uninitialized var warningHiroshi Doyu1-2/+2
2012-06-25iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()Hiroshi Doyu1-31/+6
2012-06-25iommu/tegra: smmu: Simplify allocation at onceHiroshi Doyu1-20/+9
2012-06-25iommu/tegra: smmu: Add device tree support for SMMUHiroshi Doyu1-54/+95
2012-04-16iommu/tegra: smmu: Print device name correctlyHiroshi DOYU1-1/+1
2012-01-26ARM: IOMMU: Tegra30: Add iommu_ops for SMMU driverHiroshi DOYU1-0/+1034