aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15iommu/exynos: use page allocation function provided by iommu-pages.hPasha Tatashin1-6/+8
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski1-1/+1
2023-09-25iommu/exynos: Update to {map,unmap}_pagesRobin Murphy1-4/+6
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe1-5/+2
2023-09-25iommu/exynos: Implement an IDENTITY domainJason Gunthorpe1-34/+32
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-16/+8
2023-04-13iommu/exynos: Use the devm_clk_get_optional() helperChristophe JAILLET1-16/+8
2023-03-28iommu/exynos: Fix set_platform_dma_ops() callbackMarek Szyprowski1-7/+10
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-67/+149
2023-02-03iommu/exynos: Add missing set_platform_dma_ops callbackMarek Szyprowski1-0/+5
2023-01-25iommu/exynos: Implement fault handling on SysMMU v7Sam Protsenko1-4/+44
2023-01-25iommu/exynos: Abstract getting the fault infoSam Protsenko1-62/+100
2023-01-20iommu/exynos: Fix error handling in exynos_iommu_init()Yang Yingliang1-1/+1
2023-01-13iommu: Remove detach_dev callbacksLu Baolu1-1/+0
2022-11-19iommu/exynos: Fix driver initialization sequenceMarek Szyprowski1-14/+12
2022-09-07iommu/exynos: Clean up bus_set_iommu()Robin Murphy1-9/+0
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel1-46/+136
2022-07-15iommu/exynos: Enable default VM instance on SysMMU v7Sam Protsenko1-0/+16
2022-07-15iommu/exynos: Add SysMMU v7 register setSam Protsenko1-3/+47
2022-07-15iommu/exynos: Abstract non-common registers on different variantsSam Protsenko1-40/+60
2022-07-15iommu/exynos: Set correct dma mask for SysMMU v5+Sam Protsenko1-0/+10
2022-07-15iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko1-1/+5
2022-07-15iommu/exynos: Reuse SysMMU constants for page size and orderSam Protsenko1-2/+2
2022-07-06iommu/exynos: Make driver independent of the system page sizeMarek Szyprowski1-3/+2
2022-07-06iommu: Clean up release_device checksRobin Murphy1-3/+0
2022-02-28iommu: Split struct iommu_opsLu Baolu1-6/+8
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/ex...Joerg 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/qco...Joerg Roedel1-5/+4
2019-08-20Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/...Joerg 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/...Linus 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/...Linus 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'...Joerg 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'...Joerg 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...Joerg 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/m...Joerg 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
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...Linus 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
2014-05-13iommu/exynos: Change rwlock to spinlockCho KyongHo1-13/+14
2014-05-13iommu/exynos: Remove custom fault handlerCho KyongHo1-56/+24
2014-05-13iommu/exynos: Gating clocks of master H/WCho KyongHo1-2/+38
2014-05-13iommu/exynos: Use managed device helper functionsCho KyongHo1-43/+25
2014-05-13iommu/exynos: Remove dbgname from drvdata of a System MMUCho KyongHo1-19/+13
2014-05-13iommu/exynos: Always enable runtime PMCho KyongHo1-2/+1
2014-05-13iommu/exynos: Add missing cache flush for removed page table entriesCho KyongHo1-0/+2
2014-05-13iommu/exynos: Remove prefetch buffer settingCho KyongHo1-14/+0
2014-05-13iommu/exynos: Fix L2TLB invalidationCho KyongHo1-5/+27
2014-05-13iommu/exynos: Allocate lv2 page table from own slabCho KyongHo1-6/+28
2014-05-13iommu/exynos: Change error handling when page table update is failedCho KyongHo1-14/+44
2014-05-13iommu/exynos: Fix build errorsCho KyongHo1-170/+85
2013-08-14iommu/exynos: Remove dead code (set_prefbuf)Grant Grundler1-44/+0
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi1-1/+1
2013-02-07iommu/exynos: Make exynos_sysmmu_disable staticSachin Kamat1-1/+1
2012-09-18iommu/exynos: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-08-03iommu/exynos: Fix build errorSachin Kamat1-3/+3
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2012-07-24iommu: Fix typo in iommuMasanari Iida1-1/+1
2012-07-11iommu/exynos: Implement DOMAIN_ATTR_GEOMETRY attributeJoerg Roedel1-0/+4
2012-05-12iommu/exynos: Add iommu driver for EXYNOS PlatformsKyongHo Cho1-0/+1076