aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-29iommu/exynos: Add callback for initializing devices from device treeMarek Szyprowski1-0/+28
2015-05-29iommu/exynos: Init from dt-specific callback instead of initcallMarek Szyprowski1-9/+28
2015-05-29iommu/exynos: Add system suspend/resume supportMarek Szyprowski1-0/+31
2015-05-29iommu/exynos: Add support for runtime_pmMarek Szyprowski1-0/+2
2015-05-29iommu/exynos: Add support for binding more than one sysmmu to master deviceMarek Szyprowski1-6/+5
2015-05-29iommu/exynos: Add/remove callbacks should fail if no iommu is availableMarek Szyprowski1-0/+6
2015-05-29iommu/exynos: Document internal structuresMarek Szyprowski1-18/+35
2015-05-29iommu/exynos: Remove excessive includes and sort others alphabeticallyMarek Szyprowski1-9/+5
2015-05-29iommu/exynos: Use struct exynos_iommu_domain in internal structuresMarek Szyprowski1-5/+5
2015-05-29iommu/exynos: Rename variables to reflect their purposeMarek Szyprowski1-93/+94
2015-05-29iommu/exynos: Refactor function parameters to simplify codeMarek Szyprowski1-86/+48
2015-05-29iommu/exynos: Remove useless members from exynos_iommu_owner structureMarek Szyprowski1-19/+2
2015-05-29iommu/exynos: Remove unused functionsMarek Szyprowski1-31/+0
2015-05-29iommu/exynos: Don't read version register on every tlb operationMarek Szyprowski1-8/+5
2015-05-11iommu/exynos: Tell kmemleak to ignore 2nd level page tablesColin Cross1-0/+1
2015-03-31iommu/exynos: Make use of domain_alloc and domain_freeJoerg Roedel1-40/+47
2015-02-25iommu/exynos: Play nice in multi-platform buildsThierry Reding1-0/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan1-0/+1
2014-10-20iommu: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-19iommu/exynos: Fix trivial typosSachin Kamat1-25/+26
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-1/+1
2014-05-26iommu/exynos: Fix checkpatch warningSachin Kamat1-0/+3
2014-05-14iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas1-9/+9
2014-05-13iommu/exynos: Apply workaround of caching fault page table entriesCho KyongHo1-17/+146
2014-05-13iommu/exynos: Turn on useful configuration optionsCho KyongHo1-4/+34
2014-05-13iommu/exynos: Support for device treeCho KyongHo1-125/+158
2014-05-13iommu/exynos: Enhanced error messagesCho KyongHo1-14/+9
2014-05-13iommu/exynos: Add devices attached to the System MMU to an IOMMU groupAntonios Motakis1-0/+28
2014-05-13iommu/exynos: Use exynos-iommu specific typedefCho KyongHo1-42/+59
2014-05-13iommu/exynos: Change rwlock to spinlockCho KyongHo1-13/+14
2014-05-13iommu/exynos: Remove custom fault handlerCho KyongHo1-56/+24
2014-05-13iommu/exynos: Gating clocks of master H/WCho KyongHo1-2/+38
2014-05-13iommu/exynos: Use managed device helper functionsCho KyongHo1-43/+25
2014-05-13iommu/exynos: Remove dbgname from drvdata of a System MMUCho KyongHo1-19/+13
2014-05-13iommu/exynos: Always enable runtime PMCho KyongHo1-2/+1
2014-05-13iommu/exynos: Add missing cache flush for removed page table entriesCho KyongHo1-0/+2
2014-05-13iommu/exynos: Remove prefetch buffer settingCho KyongHo1-14/+0
2014-05-13iommu/exynos: Fix L2TLB invalidationCho KyongHo1-5/+27
2014-05-13iommu/exynos: Allocate lv2 page table from own slabCho KyongHo1-6/+28
2014-05-13iommu/exynos: Change error handling when page table update is failedCho KyongHo1-14/+44
2014-05-13iommu/exynos: Fix build errorsCho KyongHo1-170/+85
2013-08-14iommu/exynos: Remove dead code (set_prefbuf)Grant Grundler1-44/+0
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi1-1/+1
2013-02-07iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat1-1/+1
2012-09-18iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-08-03iommu/exynos: Fix build errorSachin Kamat1-3/+3
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+4
2012-07-24iommu: Fix typo in iommuMasanari Iida1-1/+1
2012-07-11iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+4