summaryrefslogtreecommitdiff
path: root/drivers/iommu/exynos-iommu.c
AgeCommit message (Expand)Author
2016-02-25iommu/exynos: Unify code for fldp cache invalidationMarek Szyprowski
2016-02-25iommu/exynos: Refactor init config codeMarek Szyprowski
2016-02-25iommu/exynos: Refactor fault handling codeMarek Szyprowski
2016-02-25iommu/exynos: Refactor code (no direct register access)Marek Szyprowski
2016-02-25iommu/exynos: Simplify master clock operationsMarek Szyprowski
2016-02-25iommu/exynos: Remove ARM-specific cache flush interfaceMarek Szyprowski
2016-02-25iommu/exynos: Add support for IOMMU_DOMAIN_DMA domain typeMarek Szyprowski
2016-02-25iommu/exynos: Rework iommu group initializationMarek Szyprowski
2015-05-29iommu/exynos: Add callback for initializing devices from device treeMarek Szyprowski
2015-05-29iommu/exynos: Init from dt-specific callback instead of initcallMarek Szyprowski
2015-05-29iommu/exynos: Add system suspend/resume supportMarek Szyprowski
2015-05-29iommu/exynos: Add support for runtime_pmMarek Szyprowski
2015-05-29iommu/exynos: Add support for binding more than one sysmmu to master deviceMarek Szyprowski
2015-05-29iommu/exynos: Add/remove callbacks should fail if no iommu is availableMarek Szyprowski
2015-05-29iommu/exynos: Document internal structuresMarek Szyprowski
2015-05-29iommu/exynos: Remove excessive includes and sort others alphabeticallyMarek Szyprowski
2015-05-29iommu/exynos: Use struct exynos_iommu_domain in internal structuresMarek Szyprowski
2015-05-29iommu/exynos: Rename variables to reflect their purposeMarek Szyprowski
2015-05-29iommu/exynos: Refactor function parameters to simplify codeMarek Szyprowski
2015-05-29iommu/exynos: Remove useless members from exynos_iommu_owner structureMarek Szyprowski
2015-05-29iommu/exynos: Remove unused functionsMarek Szyprowski
2015-05-29iommu/exynos: Don't read version register on every tlb operationMarek Szyprowski
2015-05-11iommu/exynos: Tell kmemleak to ignore 2nd level page tablesColin Cross
2015-03-31iommu/exynos: Make use of domain_alloc and domain_freeJoerg Roedel
2015-02-25iommu/exynos: Play nice in multi-platform buildsThierry Reding
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan
2014-10-20iommu: drop owner assignment from platform_driversWolfram Sang
2014-08-19iommu/exynos: Fix trivial typosSachin Kamat
2014-07-07iommu: Constify struct iommu_opsThierry Reding
2014-05-26iommu/exynos: Fix checkpatch warningSachin Kamat
2014-05-14iommu/exynos: Remove unnecessary "&" from function pointersBjorn Helgaas
2014-05-13iommu/exynos: Apply workaround of caching fault page table entriesCho KyongHo
2014-05-13iommu/exynos: Turn on useful configuration optionsCho KyongHo
2014-05-13iommu/exynos: Support for device treeCho KyongHo
2014-05-13iommu/exynos: Enhanced error messagesCho KyongHo
2014-05-13iommu/exynos: Add devices attached to the System MMU to an IOMMU groupAntonios Motakis
2014-05-13iommu/exynos: Use exynos-iommu specific typedefCho KyongHo
2014-05-13iommu/exynos: Change rwlock to spinlockCho KyongHo
2014-05-13iommu/exynos: Remove custom fault handlerCho KyongHo
2014-05-13iommu/exynos: Gating clocks of master H/WCho KyongHo
2014-05-13iommu/exynos: Use managed device helper functionsCho KyongHo
2014-05-13iommu/exynos: Remove dbgname from drvdata of a System MMUCho KyongHo
2014-05-13iommu/exynos: Always enable runtime PMCho KyongHo
2014-05-13iommu/exynos: Add missing cache flush for removed page table entriesCho KyongHo
2014-05-13iommu/exynos: Remove prefetch buffer settingCho KyongHo
2014-05-13iommu/exynos: Fix L2TLB invalidationCho KyongHo
2014-05-13iommu/exynos: Allocate lv2 page table from own slabCho KyongHo
2014-05-13iommu/exynos: Change error handling when page table update is failedCho KyongHo
2014-05-13iommu/exynos: Fix build errorsCho KyongHo