summaryrefslogtreecommitdiff
path: root/drivers/iommu/rockchip-iommu.c
AgeCommit message (Expand)Author
2023-09-25iommu/rockchip: Update to {map,unmap}_pagesRobin Murphy
2023-09-25iommu/rockchip: Convert to generic_single_device_group()Jason Gunthorpe
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu: Allow an IDENTITY domain as the default_domain in ARM32Jason Gunthorpe
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe
2023-07-14iommu: rockchip: Allocate tables from all available memory for IOMMU v2Jonas Karlman
2023-07-14iommu: rockchip: Fix directory table address encodingJonas Karlman
2023-05-22iommu/rockchip: Fix unwind goto issueChao Wang
2023-04-13iommu/rockchip: Add missing set_platform_dma_ops callbackSteven Price
2023-01-13iommu: Remove detach_dev callbacksLu Baolu
2022-11-03iommu/rockchip: fix permission bits in page table entries v2Michael Riesch
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2022-02-28iommu: Split struct iommu_opsLu Baolu
2022-02-14iommu/rockchip: : Use standard driver registrationRobin Murphy
2021-11-26iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568Alex Bee
2021-08-18iommu/rockchip: Drop IOVA cookie managementRobin Murphy
2021-07-14iommu/rockchip: Fix physical address decodingBenjamin Gaignard
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2021-06-09iommu: rockchip: Add support for iommu v2Benjamin Gaignard
2021-06-09iommu: rockchip: Add internal ops to handle variantsBenjamin Gaignard
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring
2021-06-04iommu/rockchip: Remove redundant DMA syncsRobin Murphy
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2020-06-30iommu/rockchip: Use dev_iommu_priv_get/set()Joerg Roedel
2020-05-05iommu/rockchip: Convert to probe/release_device() call-backsJoerg Roedel
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2019-11-12iommu/rockchip: Don't provoke WARN for harmless IRQsRobin Murphy
2019-10-16iommu: rockchip: Free domain on .domain_freeEzequiel Garcia
2019-10-15iommu/rockchip: Don't use platform_get_irq to implicitly count irqsHeiko Stuebner
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-01IOMMU: Make dwo drivers use stateless device linksRafael J. Wysocki
2018-12-03iommu/rockchip: Make it explicitly non-modularPaul Gortmaker
2018-09-25iommu/rockchip: Free irqs in shutdown handlerHeiko Stuebner
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-24iommu/rockchip: Move irq request past pm_runtime_enableMarc Zyngier
2018-08-24iommu/rockchip: Handle errors returned from PM frameworkMarc Zyngier
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-03iommu: rockchip: fix building without CONFIG_OFArnd Bergmann
2018-05-03iommu/rockchip: Make clock handling optionalHeiko Stuebner
2018-03-29iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen
2018-03-29iommu/rockchip: Add runtime PM supportJeffy Chen
2018-03-29iommu/rockchip: Fix error handling in initJeffy Chen
2018-03-29iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen
2018-03-29iommu/rockchip: Use IOMMU device for dma mapping operationsJeffy Chen