summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/exynos: Use device dependency links to control runtime pmMarek Szyprowski2016-11-141-10/+10
* iommu/exynos: Add runtime pm supportMarek Szyprowski2016-11-141-9/+36
* iommu/exynos: Rework and fix internal lockingMarek Szyprowski2016-11-141-8/+19
* iommu/exynos: Set master device once on bootMarek Szyprowski2016-11-141-7/+9
* iommu/exynos: Simplify internal enable/disable functionsMarek Szyprowski2016-11-141-75/+29
* iommu/exynos: Remove dead codeMarek Szyprowski2016-11-141-48/+17
* iommu/exynos: Remove excessive, useless debugMarek Szyprowski2016-11-141-3/+0
* iommu/exynos: Add support for page access protection bitsMarek Szyprowski2016-11-141-12/+51
* iommu/exynos: Fix error handling for of_platform_device_createAmitoj Kaur Chawla2016-08-091-2/+2
* iommu/exynos: update to use iommu big-endianBen Dooks2016-06-211-1/+5
* iommu/exynos: Prepare for deferred probe supportMarek Szyprowski2016-06-151-1/+4
* iommu/exynos: Prepare clocks when needed, not in driver probeMarek Szyprowski2016-06-151-28/+26
* iommu/exynos: Fix master clock management for inactive SYSMMUMarek Szyprowski2016-06-151-5/+4
* iommu/exynos: Return proper errors from getting clocksMarek Szyprowski2016-06-151-32/+24
* iommu/exynos: Suppress unbinding to prevent system failureMarek Szyprowski2016-06-151-0/+1
* iommu/exynos: Use proper readl/writel register interfaceMarek Szyprowski2016-02-291-19/+19
* iommu/exynos: Pointers are nto physical addressesArnd Bergmann2016-02-291-1/+1
* iommu/exynos: Support multiple attach_device callsMarek Szyprowski2016-02-251-32/+40
* iommu/exynos: Add support for v5 SYSMMUMarek Szyprowski2016-02-251-48/+139
* iommu/exynos: Add support for SYSMMU controller with bogus version regMarek Szyprowski2016-02-251-1/+23
* iommu/exynos: Unify code for fldp cache invalidationMarek Szyprowski2016-02-251-9/+4
* iommu/exynos: Refactor init config codeMarek Szyprowski2016-02-251-16/+9
* iommu/exynos: Refactor fault handling codeMarek Szyprowski2016-02-251-68/+41
* iommu/exynos: Refactor code (no direct register access)Marek Szyprowski2016-02-251-21/+19
* iommu/exynos: Simplify master clock operationsMarek Szyprowski2016-02-251-20/+12
* iommu/exynos: Remove ARM-specific cache flush interfaceMarek Szyprowski2016-02-251-25/+49
* iommu/exynos: Add support for IOMMU_DOMAIN_DMA domain typeMarek Szyprowski2016-02-251-4/+15
* iommu/exynos: Rework iommu group initializationMarek Szyprowski2016-02-251-11/+16
* 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