aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c
AgeCommit message (Expand)Author
2016-06-21iommu/exynos: update to use iommu big-endianBen Dooks
2016-06-15iommu/exynos: Prepare for deferred probe supportMarek Szyprowski
2016-06-15iommu/exynos: Prepare clocks when needed, not in driver probeMarek Szyprowski
2016-06-15iommu/exynos: Fix master clock management for inactive SYSMMUMarek Szyprowski
2016-06-15iommu/exynos: Return proper errors from getting clocksMarek Szyprowski
2016-06-15iommu/exynos: Suppress unbinding to prevent system failureMarek Szyprowski
2016-02-29iommu/exynos: Use proper readl/writel register interfaceMarek Szyprowski
2016-02-29iommu/exynos: Pointers are nto physical addressesArnd Bergmann
2016-02-25iommu/exynos: Support multiple attach_device callsMarek Szyprowski
2016-02-25iommu/exynos: Add support for v5 SYSMMUMarek Szyprowski
2016-02-25iommu/exynos: Add support for SYSMMU controller with bogus version regMarek Szyprowski
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