summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/exynos: Add callback for initializing devices from device treeMarek Szyprowski2015-05-291-0/+28
* iommu/exynos: Init from dt-specific callback instead of initcallMarek Szyprowski2015-05-291-9/+28
* iommu/exynos: Add system suspend/resume supportMarek Szyprowski2015-05-291-0/+31
* iommu/exynos: Add support for runtime_pmMarek Szyprowski2015-05-291-0/+2
* iommu/exynos: Add support for binding more than one sysmmu to master deviceMarek Szyprowski2015-05-291-6/+5
* iommu/exynos: Add/remove callbacks should fail if no iommu is availableMarek Szyprowski2015-05-291-0/+6
* iommu/exynos: Document internal structuresMarek Szyprowski2015-05-291-18/+35
* iommu/exynos: Remove excessive includes and sort others alphabeticallyMarek Szyprowski2015-05-291-9/+5
* iommu/exynos: Use struct exynos_iommu_domain in internal structuresMarek Szyprowski2015-05-291-5/+5
* iommu/exynos: Rename variables to reflect their purposeMarek Szyprowski2015-05-291-93/+94
* iommu/exynos: Refactor function parameters to simplify codeMarek Szyprowski2015-05-291-86/+48
* iommu/exynos: Remove useless members from exynos_iommu_owner structureMarek Szyprowski2015-05-291-19/+2
* iommu/exynos: Remove unused functionsMarek Szyprowski2015-05-291-31/+0
* iommu/exynos: Don't read version register on every tlb operationMarek Szyprowski2015-05-291-8/+5
* iommu/exynos: Tell kmemleak to ignore 2nd level page tablesColin Cross2015-05-111-0/+1
* iommu/exynos: Make use of domain_alloc and domain_freeJoerg Roedel2015-03-311-40/+47
* iommu/exynos: Play nice in multi-platform buildsThierry Reding2015-02-251-0/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * iommu: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | iommu: Add iommu_map_sg() functionOlav Haugan2014-11-041-0/+1
|/
* iommu/exynos: Fix trivial typosSachin Kamat2014-08-191-25/+26
* iommu: Constify struct iommu_opsThierry Reding2014-07-071-1/+1
* iommu/exynos: Fix checkpatch warningSachin Kamat2014-05-261-0/+3
* iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas2014-05-141-9/+9
* iommu/exynos: Apply workaround of caching fault page table entriesCho KyongHo2014-05-131-17/+146
* iommu/exynos: Turn on useful configuration optionsCho KyongHo2014-05-131-4/+34
* iommu/exynos: Support for device treeCho KyongHo2014-05-131-125/+158
* iommu/exynos: Enhanced error messagesCho KyongHo2014-05-131-14/+9
* iommu/exynos: Add devices attached to the System MMU to an IOMMU groupAntonios Motakis2014-05-131-0/+28
* iommu/exynos: Use exynos-iommu specific typedefCho KyongHo2014-05-131-42/+59
* iommu/exynos: Change rwlock to spinlockCho KyongHo2014-05-131-13/+14
* iommu/exynos: Remove custom fault handlerCho KyongHo2014-05-131-56/+24
* iommu/exynos: Gating clocks of master H/WCho KyongHo2014-05-131-2/+38
* iommu/exynos: Use managed device helper functionsCho KyongHo2014-05-131-43/+25
* iommu/exynos: Remove dbgname from drvdata of a System MMUCho KyongHo2014-05-131-19/+13
* iommu/exynos: Always enable runtime PMCho KyongHo2014-05-131-2/+1
* iommu/exynos: Add missing cache flush for removed page table entriesCho KyongHo2014-05-131-0/+2
* iommu/exynos: Remove prefetch buffer settingCho KyongHo2014-05-131-14/+0
* iommu/exynos: Fix L2TLB invalidationCho KyongHo2014-05-131-5/+27
* iommu/exynos: Allocate lv2 page table from own slabCho KyongHo2014-05-131-6/+28
* iommu/exynos: Change error handling when page table update is failedCho KyongHo2014-05-131-14/+44
* iommu/exynos: Fix build errorsCho KyongHo2014-05-131-170/+85
* iommu/exynos: Remove dead code (set_prefbuf)Grant Grundler2013-08-141-44/+0
* iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi2013-04-021-1/+1
* iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat2013-02-071-1/+1
* iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun2012-09-181-2/+1
* iommu/exynos: Fix build errorSachin Kamat2012-08-031-3/+3
* Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-241-0/+4
|\
| * iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel2012-07-111-0/+4
* | iommu: Fix typo in iommuMasanari Iida2012-07-241-1/+1
|/
OpenPOWER on IntegriCloud