aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/tegra-smmu.c
AgeCommit message (Expand)Author
2013-11-01iommu/tegra-smmu: Staticize tegra_smmu_pm_opsSachin Kamat
2013-09-24iommu/tegra: Print phys_addr_t using %paThierry Reding
2013-08-15tegra: simplify use of devm_ioremap_resourceJulia Lawall
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel
2013-05-02iommu/tegra: Fix printk formats for dma_addr_tVarun Sethi
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-02-26tegra: don't wank with d_find_alias()Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2013-02-19iommu/tegra: assume CONFIG_OF in SMMU driverStephen Warren
2013-02-07iommu/tegra: smmu: Fix incorrect mask for regbaseHiroshi Doyu
2013-02-05iommu/tegra: smmu: Use helper function to check for valid register offsetJoerg Roedel
2013-02-05iommu/tegra: smmu: Support variable MMIO ranges/blocksHiroshi Doyu
2013-02-04iommu/tegra: Add missing spinlock initializationSami Liedes
2013-01-25iommu: Convert to devm_ioremap_resource()Thierry Reding
2013-01-03Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-11-28iommu/tegra: smmu: Move bus_set_iommu after probe for multi archHiroshi Doyu
2012-11-28iommu/tegra: smmu: Remove unnecessary PTC/TLB flush allHiroshi Doyu
2012-11-25Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson
2012-11-17iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().Cyril Roelandt
2012-11-05ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/Stephen Warren
2012-11-05iommu: tegra: remove include of <mach/iomap.h>Stephen Warren
2012-10-24iommu/tegra: smmu: Fix deadly typoHiro Sugawara
2012-10-02Merge branches 'dma-debug', 'iommu/fixes', 'arm/tegra', 'arm/exynos', 'x86/am...Joerg Roedel
2012-09-18dma: tegra: move smmu.h into SMMU driverStephen Warren
2012-09-18iommu/tegra: smmu: Use debugfs_create_dir for directoryHiroshi Doyu
2012-08-03iommu/tegra: smmu: debugfs for TLB/PTC statisticsHiroshi Doyu
2012-08-03iommu/tegra: smmu: Fix error initial value at domain_initHiroshi Doyu
2012-08-03iommu/tegra: smmu: Cleanup with lesser nestHiroshi Doyu
2012-08-03iommu/tegra: remove invalid reference to list iterator variableJulia Lawall
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel
2012-07-17iommu/tegra: Don't call alloc_pdir with as->lockJoerg Roedel
2012-07-17iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()Hiroshi DOYU
2012-07-17iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir()Hiroshi DOYU
2012-07-11iommu/tegra: Implement DOMAIN_ATTR_GEOMETRY attributeHiroshi DOYU
2012-07-02iommu/tegra: smmu: Fix unsleepable memory allocationHiroshi DOYU
2012-06-25iommu/tegra: smmu: Fix uninitialized var warningHiroshi Doyu
2012-06-25iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()Hiroshi Doyu
2012-06-25iommu/tegra: smmu: Simplify allocation at onceHiroshi Doyu
2012-06-25iommu/tegra: smmu: Add device tree support for SMMUHiroshi Doyu
2012-04-16iommu/tegra: smmu: Print device name correctlyHiroshi DOYU
2012-01-26ARM: IOMMU: Tegra30: Add iommu_ops for SMMU driverHiroshi DOYU