aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/rockchip-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15iommu/rockchip: 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/rockchip: Update to {map,unmap}_pagesRobin Murphy1-4/+7
2023-09-25iommu/rockchip: Convert to generic_single_device_group()Jason Gunthorpe1-20/+2
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe1-5/+2
2023-09-25iommu: Allow an IDENTITY domain as the default_domain in ARM32Jason Gunthorpe1-10/+0
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe1-8/+1
2023-07-14iommu: rockchip: Allocate tables from all available memory for IOMMU v2Jonas Karlman1-2/+5
2023-07-14iommu: rockchip: Fix directory table address encodingJonas Karlman1-38/+5
2023-05-22iommu/rockchip: Fix unwind goto issueChao Wang1-6/+8
2023-04-13iommu/rockchip: Add missing set_platform_dma_ops callbackSteven Price1-14/+47
2023-01-13iommu: Remove detach_dev callbacksLu Baolu1-1/+0
2022-11-03iommu/rockchip: fix permission bits in page table entries v2Michael Riesch1-6/+4
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy1-2/+0
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-12/+9
2022-02-28iommu: Split struct iommu_opsLu Baolu1-6/+8
2022-02-14iommu/rockchip: : Use standard driver registrationRobin Murphy1-6/+1
2021-11-26iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568Alex Bee1-2/+2
2021-08-18iommu/rockchip: Drop IOVA cookie managementRobin Murphy1-11/+1
2021-07-14iommu/rockchip: Fix physical address decodingBenjamin Gaignard1-2/+4
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-26/+149
2021-06-09iommu: rockchip: Add support for iommu v2Benjamin Gaignard1-0/+85
2021-06-09iommu: rockchip: Add internal ops to handle variantsBenjamin Gaignard1-22/+64
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-06-04iommu/rockchip: Remove redundant DMA syncsRobin Murphy1-3/+0
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-4/+1
2020-06-30iommu/rockchip: Use dev_iommu_priv_get/set()Joerg Roedel1-4/+4
2020-05-05iommu/rockchip: Convert to probe/release_device() call-backsJoerg Roedel1-19/+7
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-4/+7
2019-11-12iommu/rockchip: Don't provoke WARN for harmless IRQsRobin Murphy1-1/+1
2019-10-16iommu: rockchip: Free domain on .domain_freeEzequiel Garcia1-2/+5
2019-10-15iommu/rockchip: Don't use platform_get_irq to implicitly count irqsHeiko Stuebner1-5/+14
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-1/+1
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-1/+2
2018-12-03iommu/rockchip: Make it explicitly non-modularPaul Gortmaker1-7/+6
2018-09-25iommu/rockchip: Free irqs in shutdown handlerHeiko Stuebner1-0/+6
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds1-17/+28
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2018-08-24iommu/rockchip: Move irq request past pm_runtime_enableMarc Zyngier1-11/+13
2018-08-24iommu/rockchip: Handle errors returned from PM frameworkMarc Zyngier1-6/+15
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring1-2/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-05-03iommu: rockchip: fix building without CONFIG_OFArnd Bergmann1-1/+1
2018-05-03iommu/rockchip: Make clock handling optionalHeiko Stuebner1-1/+8
2018-03-29iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen1-2/+20
2018-03-29iommu/rockchip: Add runtime PM supportJeffy Chen1-52/+129
2018-03-29iommu/rockchip: Fix error handling in initJeffy Chen1-13/+2
2018-03-29iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen1-95/+40
2018-03-29iommu/rockchip: Use IOMMU device for dma mapping operationsJeffy Chen1-61/+24
2018-03-29iommu/rockchip: Control clocks needed to access the IOMMUTomasz Figa1-3/+47
2018-03-29iommu/rockchip: Fix TLB flush of secondary IOMMUsTomasz Figa1-5/+7
2018-03-29iommu/rockchip: Use iopoll helpers to wait for hardwareTomasz Figa1-36/+39
2018-03-29iommu/rockchip: Fix error handling in attachTomasz Figa1-4/+4
2018-03-29iommu/rockchip: Request irqs in rk_iommu_probe()Jeffy Chen1-29/+9
2018-03-29iommu/rockchip: Fix error handling in probeJeffy Chen1-0/+2
2018-03-29iommu/rockchip: Prohibit unbind and removeJeffy Chen1-20/+1
2018-03-15iommu/rockchip: Perform a reset on shutdownMarc Zyngier1-0/+18
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel1-14/+38
2017-07-27iommu/rockchip: ignore isp mmu reset operationSimon Xue1-0/+7
2017-07-27iommu/rockchip: add multi irqs supportSimon Xue1-9/+26
2017-07-26iommu: Convert to using %pOF instead of full_nameRob Herring1-5/+5
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel1-2/+29
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel1-0/+1
2017-04-03iommu/rockchip: Make use of 'struct iommu_device'Joerg Roedel1-2/+28
2016-06-27iommu/rockchip: Prepare to support generic DMA mappingShunqian Zheng1-5/+11
2016-06-27iommu/rockchip: Use DMA API to manage coherencyShunqian Zheng1-39/+123
2016-06-27iommu/rockchip: Fix allocation of bases array in driver probeShunqian Zheng1-2/+4
2016-06-27iommu/rockchip: Add map_sg callback for rk_iommu_opsSimon Xue1-0/+1
2016-06-27iommu/rockchip: Fix devm_{request,free}_irq parameterSimon Xue1-2/+2
2016-06-15iommu/rockchip: Fix zap cache during device attachJohn Keeping1-1/+1
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Joerg Roedel1-4/+6
2016-04-07iommu/rockchip: Fix "is stall active" checkJohn Keeping1-4/+4
2016-04-05iommu/rockchip: Don't feed NULL res pointers to devresTomeu Vizoso1-0/+2
2016-01-29iommu/rockchip: Reconstruct to support multi slavesZhengShunQian1-79/+135
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Joerg Roedel1-3/+1
2015-05-29iommu/rockchip: Silence attaching and detaching of devicesHeiko Stuebner1-2/+2
2015-05-05iommu/rockchip: Make sure that page table state is coherentTomasz Figa1-6/+17
2015-05-05iommu/rockchip: Fix build without CONFIG_OFArnd Bergmann1-3/+1
2015-03-31iommu/rockchip: Make use of domain_alloc and domain_freeJoerg Roedel1-16/+24
2015-02-25iommu/rockchip: Play nice in multi-platform buildsThierry Reding1-0/+7
2015-01-05iommu/rockchip: Drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-11-03iommu/rockchip: rk3288 iommu driverDaniel Kurtz1-0/+1038