aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-09iommu/exynos: Fix error handling for of_platform_device_createAmitoj Kaur Chawla1-2/+2
2016-06-21iommu/exynos: update to use iommu big-endianBen Dooks1-1/+5
2016-06-15iommu/exynos: Prepare for deferred probe supportMarek Szyprowski1-1/+4
2016-06-15iommu/exynos: Prepare clocks when needed, not in driver probeMarek Szyprowski1-28/+26
2016-06-15iommu/exynos: Fix master clock management for inactive SYSMMUMarek Szyprowski1-5/+4
2016-06-15iommu/exynos: Return proper errors from getting clocksMarek Szyprowski1-32/+24
2016-06-15iommu/exynos: Suppress unbinding to prevent system failureMarek Szyprowski1-0/+1
2016-02-29iommu/exynos: Use proper readl/writel register interfaceMarek Szyprowski1-19/+19
2016-02-29iommu/exynos: Pointers are nto physical addressesArnd Bergmann1-1/+1
2016-02-25iommu/exynos: Support multiple attach_device callsMarek Szyprowski1-32/+40
2016-02-25iommu/exynos: Add support for v5 SYSMMUMarek Szyprowski1-48/+139
2016-02-25iommu/exynos: Add support for SYSMMU controller with bogus version regMarek Szyprowski1-1/+23
2016-02-25iommu/exynos: Unify code for fldp cache invalidationMarek Szyprowski1-9/+4
2016-02-25iommu/exynos: Refactor init config codeMarek Szyprowski1-16/+9
2016-02-25iommu/exynos: Refactor fault handling codeMarek Szyprowski1-68/+41
2016-02-25iommu/exynos: Refactor code (no direct register access)Marek Szyprowski1-21/+19
2016-02-25iommu/exynos: Simplify master clock operationsMarek Szyprowski1-20/+12
2016-02-25iommu/exynos: Remove ARM-specific cache flush interfaceMarek Szyprowski1-25/+49
2016-02-25iommu/exynos: Add support for IOMMU_DOMAIN_DMA domain typeMarek Szyprowski1-4/+15
2016-02-25iommu/exynos: Rework iommu group initializationMarek Szyprowski1-11/+16
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