aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18iommu/exynos: Drop IOVA cookie managementRobin Murphy1-15/+4
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-4/+1
2021-04-15iommu/exynos: Remove unneeded local variable initializationKrzysztof Kozlowski1-1/+1
2020-09-24iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai1-2/+6
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/exynos', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-16/+16
2020-07-22iommu/exynos: Rename update_pte()Robin Murphy1-6/+6
2020-06-30iommu/exynos: Use dev_iommu_priv_get/set()Joerg Roedel1-10/+10
2020-05-05iommu/exynos: Convert to probe/release_device() call-backsJoerg Roedel1-20/+6
2020-05-05iommu/exynos: Use first SYSMMU in controllers list for IOMMU coreJoerg Roedel1-0/+10
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qcom', 'arm/renesas', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-5/+4
2019-08-20Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into coreJoerg Roedel1-1/+2
2019-08-14iommu/exynos: Remove __init annotation from exynos_sysmmu_probe()Marek Szyprowski1-1/+1
2019-08-09iommu: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
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