aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01IOMMU: Make dwo drivers use stateless device linksRafael J. Wysocki1-0/+1
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+0
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring1-2/+0
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-12/+1
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-0/+1
2018-02-13iommu/exynos: Use generic group callbackRobin Murphy1-12/+1
2018-01-17Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-1/+8
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy1-1/+1
2018-01-17iommu/exynos: Don't unconditionally steal bus opsRobin Murphy1-0/+7
2017-10-13Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-7/+16
2017-10-12iommu/exynos: Remove initconst attribute to avoid potential kernel oopsMarek Szyprowski1-1/+1
2017-09-19iommu/exynos: Rework runtime PM links managementMarek Szyprowski1-7/+16
2017-08-30iommu/exynos: Constify iommu_opsArvind Yadav1-2/+2
2017-08-04iommu/exynos: Remove custom platform device registration codeMarek Szyprowski1-27/+9
2017-08-04iommu/exynos: prevent building on big-endian kernelsArnd Bergmann1-4/+0
2017-07-26iommu/exynos: Replace non-existing big-endian Kconfig optionKrzysztof Kozlowski1-1/+1
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-1/+7
2017-03-24iommu/exynos: Use smarter TLB flush method for v5 SYSMMUMarek Szyprowski1-4/+16
2017-03-24iommu/exynos: Don't open-code loop unrollingMarek Szyprowski1-10/+2
2017-03-22iommu/exynos: Workaround FLPD cache flush issues for SYSMMU v5Marek Szyprowski1-1/+4
2017-03-22iommu/exynos: Block SYSMMU while invalidating FLPD cacheMarek Szyprowski1-1/+4
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-8/+47
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel1-2/+0
2017-02-10iommu/exynos: Make use of iommu_device_register interfaceJoerg Roedel1-0/+14
2017-01-26iommu: Drop the of_iommu_{set/get}_ops() interfaceLorenzo Pieralisi1-1/+1
2017-01-10iommu/exynos: Properly release device from the default domain in ->removeMarek Szyprowski1-0/+12
2017-01-10iommu/exynos: Ensure that SYSMMU is added only once to its master deviceMarek Szyprowski1-1/+5
2017-01-10iommu/exynos: Fix warnings from DMA-debugMarek Szyprowski1-1/+11
2017-01-10iommu/exynos: Improve page fault debug messageMarek Szyprowski1-4/+5
2016-11-14iommu/exynos: Use device dependency links to control runtime pmMarek Szyprowski1-10/+10
2016-11-14iommu/exynos: Add runtime pm supportMarek Szyprowski1-9/+36
2016-11-14iommu/exynos: Rework and fix internal lockingMarek Szyprowski1-8/+19
2016-11-14iommu/exynos: Set master device once on bootMarek Szyprowski1-7/+9
2016-11-14iommu/exynos: Simplify internal enable/disable functionsMarek Szyprowski1-75/+29
2016-11-14iommu/exynos: Remove dead codeMarek Szyprowski1-48/+17
2016-11-14iommu/exynos: Remove excessive, useless debugMarek Szyprowski1-3/+0
2016-11-14iommu/exynos: Add support for page access protection bitsMarek Szyprowski1-12/+51
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