aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/rockchip-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-01IOMMU: Make dwo drivers use stateless device linksGravatar Rafael J. Wysocki 1-1/+2
2018-12-03iommu/rockchip: Make it explicitly non-modularGravatar Paul Gortmaker 1-7/+6
2018-09-25iommu/rockchip: Free irqs in shutdown handlerGravatar Heiko Stuebner 1-0/+6
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 1-17/+28
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2018-08-24iommu/rockchip: Move irq request past pm_runtime_enableGravatar Marc Zyngier 1-11/+13
2018-08-24iommu/rockchip: Handle errors returned from PM frameworkGravatar Marc Zyngier 1-6/+15
2018-08-08iommu: Remove the ->map_sg indirectionGravatar Christoph Hellwig 1-1/+0
2018-07-10iommu: Remove IOMMU_OF_DECLAREGravatar Rob Herring 1-2/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-03iommu: rockchip: fix building without CONFIG_OFGravatar Arnd Bergmann 1-1/+1
2018-05-03iommu/rockchip: Make clock handling optionalGravatar Heiko Stuebner 1-1/+8
2018-03-29iommu/rockchip: Support sharing IOMMU between mastersGravatar Jeffy Chen 1-2/+20
2018-03-29iommu/rockchip: Add runtime PM supportGravatar Jeffy Chen 1-52/+129
2018-03-29iommu/rockchip: Fix error handling in initGravatar Jeffy Chen 1-13/+2
2018-03-29iommu/rockchip: Use OF_IOMMU to attach devices automaticallyGravatar Jeffy Chen 1-95/+40
2018-03-29iommu/rockchip: Use IOMMU device for dma mapping operationsGravatar Jeffy Chen 1-61/+24
2018-03-29iommu/rockchip: Control clocks needed to access the IOMMUGravatar Tomasz Figa 1-3/+47
2018-03-29iommu/rockchip: Fix TLB flush of secondary IOMMUsGravatar Tomasz Figa 1-5/+7
2018-03-29iommu/rockchip: Use iopoll helpers to wait for hardwareGravatar Tomasz Figa 1-36/+39
2018-03-29iommu/rockchip: Fix error handling in attachGravatar Tomasz Figa 1-4/+4
2018-03-29iommu/rockchip: Request irqs in rk_iommu_probe()Gravatar Jeffy Chen 1-29/+9
2018-03-29iommu/rockchip: Fix error handling in probeGravatar Jeffy Chen 1-0/+2
2018-03-29iommu/rockchip: Prohibit unbind and removeGravatar Jeffy Chen 1-20/+1
2018-03-15iommu/rockchip: Perform a reset on shutdownGravatar Marc Zyngier 1-0/+18
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Gravatar Joerg Roedel 1-14/+38
2017-07-27iommu/rockchip: ignore isp mmu reset operationGravatar Simon Xue 1-0/+7
2017-07-27iommu/rockchip: add multi irqs supportGravatar Simon Xue 1-9/+26
2017-07-26iommu: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-5/+5
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Gravatar Joerg Roedel 1-2/+29
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hGravatar Joerg Roedel 1-0/+1
2017-04-03iommu/rockchip: Make use of 'struct iommu_device'Gravatar Joerg Roedel 1-2/+28
2016-06-27iommu/rockchip: Prepare to support generic DMA mappingGravatar Shunqian Zheng 1-5/+11
2016-06-27iommu/rockchip: Use DMA API to manage coherencyGravatar Shunqian Zheng 1-39/+123
2016-06-27iommu/rockchip: Fix allocation of bases array in driver probeGravatar Shunqian Zheng 1-2/+4
2016-06-27iommu/rockchip: Add map_sg callback for rk_iommu_opsGravatar Simon Xue 1-0/+1
2016-06-27iommu/rockchip: Fix devm_{request,free}_irq parameterGravatar Simon Xue 1-2/+2
2016-06-15iommu/rockchip: Fix zap cache during device attachGravatar John Keeping 1-1/+1
2016-05-09Merge branches 'arm/io-pgtable', 'arm/rockchip', 'arm/omap', 'x86/vt-d', 'ppc...Gravatar Joerg Roedel 1-4/+6
2016-04-07iommu/rockchip: Fix "is stall active" checkGravatar John Keeping 1-4/+4
2016-04-05iommu/rockchip: Don't feed NULL res pointers to devresGravatar Tomeu Vizoso 1-0/+2
2016-01-29iommu/rockchip: Reconstruct to support multi slavesGravatar ZhengShunQian 1-79/+135
2015-06-19Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd...Gravatar Joerg Roedel 1-3/+1
2015-05-29iommu/rockchip: Silence attaching and detaching of devicesGravatar Heiko Stuebner 1-2/+2
2015-05-05iommu/rockchip: Make sure that page table state is coherentGravatar Tomasz Figa 1-6/+17
2015-05-05iommu/rockchip: Fix build without CONFIG_OFGravatar Arnd Bergmann 1-3/+1
2015-03-31iommu/rockchip: Make use of domain_alloc and domain_freeGravatar Joerg Roedel 1-16/+24
2015-02-25iommu/rockchip: Play nice in multi-platform buildsGravatar Thierry Reding 1-0/+7
2015-01-05iommu/rockchip: Drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-11-03iommu/rockchip: rk3288 iommu driverGravatar Daniel Kurtz 1-0/+1038