summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/msm_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/msm: Convert to platform remove callback returning voidUwe Kleine-König2023-03-311-3/+2
* iommu: Add set_platform_dma_ops callbacksLu Baolu2023-01-131-3/+3
* iommu/msm: Update to {map,unmap}_pagesRobin Murphy2022-11-191-7/+11
* iommu: Clean up bus_set_iommu()Robin Murphy2022-09-071-2/+0
*-. Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-291-6/+1
|\ \
| | * iommu: Make .release_device optionalRobin Murphy2022-07-061-5/+0
| |/ |/|
| * drivers: iommu: fix clang -wformat warningJustin Stitt2022-07-221-1/+1
|/
* iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong2022-05-041-4/+7
* iommu/msm: Add a check for the return of kzalloc()Xiaoke Wang2022-04-281-3/+8
*-. Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-081-47/+27
|\ \
| | * iommu: Split struct iommu_opsLu Baolu2022-02-281-14/+16
| | * iommu: Remove trivial ops->capable implementationsRobin Murphy2022-02-141-6/+0
| |/ |/|
| * iommu/msm: Simplify with dev_err_probe()David Heidelberg2022-02-141-14/+10
| * iommu/msm: Use standard driver registrationRobin Murphy2022-02-141-13/+1
|/
* iommu: Drop unnecessary of_iommu.h includesRob Herring2021-06-081-1/+0
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-4/+1
* iommu/msm: Hook up iotlb_sync_mapRobin Murphy2021-01-281-1/+9
* iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy2020-12-081-7/+0
* iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang2020-07-241-1/+1
* iommu/msm: Use dev_iommu_priv_get/set()Joerg Roedel2020-06-301-2/+2
*-. Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel2020-06-021-28/+8
|\ \
| | * iommu/msm: Convert to probe/release_device() call-backsJoerg Roedel2020-05-051-27/+7
| |/ |/|
| * iommu/msm: Make msm_iommu_lock staticSamuel Zou2020-05-131-1/+1
|/
* iommu/io-pgtable-arm: Rationalise TTBRn handlingRobin Murphy2020-01-101-2/+2
* iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+1
* Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/...Joerg Roedel2019-08-201-13/+29
|\
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Will Deacon2019-07-291-1/+2
| * iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Will Deacon2019-07-291-1/+1
| * iommu/io-pgtable: Remove unused ->tlb_sync() callbackWill Deacon2019-07-291-13/+7
| * iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Will Deacon2019-07-291-1/+6
| * iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversWill Deacon2019-07-291-0/+16
| * iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-1/+1
| * iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsWill Deacon2019-07-241-2/+2
* | iommu: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-1/+0
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-051-14/+1
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
*-. Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-011-5/+5
|\ \
| | * iommu: Allow io-pgtable to be used outside of drivers/iommu/Rob Herring2019-02-111-1/+1
| |/ |/|
| * iommu/msm: Reduce indentationJulia Lawall2019-01-111-4/+4
|/
* iommu/msm: Make it explicitly non-modularPaul Gortmaker2018-12-031-10/+3
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-12/+5
|\
| *-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-12/+5
| |\ \
| | | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0
| | |/ | |/|
| | * iommu/msm: Don't call iommu_device_{,un}link from atomic contextNiklas Cassel2018-07-061-11/+5
| |/
* / iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-101-2/+0
|/
* iommu: Clean up of_iommu_init_fnRobin Murphy2018-01-171-1/+1
* iommu/msm: Claim bus ops on probeRobin Murphy2018-01-171-13/+3
* iommu/msm: Add iommu_group supportRobin Murphy2017-08-101-1/+14
* iommu: Remove iommu_register_instance interfaceJoerg Roedel2017-02-101-2/+0
* iommu/msm: Make use of iommu_device_register interfaceJoerg Roedel2017-02-101-0/+73