aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/msm_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07iommu: Clean up bus_set_iommu()Robin Murphy1-2/+0
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-6/+1
2022-07-22drivers: iommu: fix clang -wformat warningJustin Stitt1-1/+1
2022-07-06iommu: Make .release_device optionalRobin Murphy1-5/+0
2022-05-04iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+7
2022-04-28iommu/msm: Add a check for the return of kzalloc()Xiaoke Wang1-3/+8
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'x86/vt-d' and 'x86/amd' into nextJoerg Roedel1-47/+27
2022-02-28iommu: Split struct iommu_opsLu Baolu1-14/+16
2022-02-14iommu/msm: Simplify with dev_err_probe()David Heidelberg1-14/+10
2022-02-14iommu/msm: Use standard driver registrationRobin Murphy1-13/+1
2022-02-14iommu: Remove trivial ops->capable implementationsRobin Murphy1-6/+0
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-4/+1
2021-01-28iommu/msm: Hook up iotlb_sync_mapRobin Murphy1-1/+9
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy1-7/+0
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang1-1/+1
2020-06-30iommu/msm: Use dev_iommu_priv_get/set()Joerg Roedel1-2/+2
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v', 'core' and 'x86/amd' into nextJoerg Roedel1-28/+8
2020-05-13iommu/msm: Make msm_iommu_lock staticSamuel Zou1-1/+1
2020-05-05iommu/msm: Convert to probe/release_device() call-backsJoerg Roedel1-27/+7
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy1-2/+2
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
2019-08-20Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into coreJoerg Roedel1-13/+29
2019-08-09iommu: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon1-1/+2
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon1-1/+1
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon1-13/+7
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon1-1/+6
2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon1-0/+16
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-1/+1
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner1-14/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-03-01Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt-d', 'x86/amd', 'hyper-v' and 'core' into nextJoerg Roedel1-5/+5
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring1-1/+1
2019-01-11iommu/msm: Reduce indentationJulia Lawall1-4/+4
2018-12-03iommu/msm: Make it explicitly non-modularPaul Gortmaker1-10/+3
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-12/+5
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-12/+5
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring1-2/+0
2018-07-06iommu/msm: Don't call iommu_device_{,un}link from atomic contextNiklas Cassel1-11/+5
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy1-1/+1
2018-01-17iommu/msm: Claim bus ops on probeRobin Murphy1-13/+3
2017-08-10iommu/msm: Add iommu_group supportRobin Murphy1-1/+14
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel1-2/+0
2017-02-10iommu/msm: Make use of iommu_device_register interfaceJoerg Roedel1-0/+73
2016-06-21iommu/msm: use generic ARMV7S short descriptor pagetable opsSricharan R1-297/+108
2016-06-21iommu/msm: Add support for generic master bindingsSricharan R1-2/+59
2016-06-21iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.cSricharan R1-0/+182