summaryrefslogtreecommitdiff
path: root/drivers/iommu/tegra-smmu.c
Commit message (Expand)AuthorAgeFilesLines
* mm: discard __GFP_ATOMICNeilBrown2022-06-271-2/+2
*-. Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-081-12/+8
|\ \
| | * iommu: Split struct iommu_opsLu Baolu2022-02-281-6/+8
| | * iommu: Remove trivial ops->capable implementationsRobin Murphy2022-02-141-6/+0
| |/
* | iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_findMiaoqian Lin2022-02-281-1/+3
|/
* iommu/tegra-smmu: Use devm_bitmap_zalloc when applicableChristophe JAILLET2021-10-181-4/+1
* memory: tegra: Consolidate register fieldsThierry Reding2021-06-031-8/+8
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-4/+1
* iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandlesDmitry Osipenko2021-03-181-4/+3
* iommu/tegra-smmu: Fix mc errors on tegra124-nyanNicolin Chen2021-03-041-1/+71
* iommu/tegra-smmu: Add PCI supportNicolin Chen2020-11-251-10/+25
* iommu/tegra-smmu: Rework tegra_smmu_probe_device()Nicolin Chen2020-11-251-81/+15
* iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_devNicolin Chen2020-11-251-33/+23
* iommu/tegra-smmu: Expand mutex protection rangeNicolin Chen2020-11-251-13/+21
* iommu/tegra-smmu: Unwrap tegra_smmu_group_getNicolin Chen2020-11-251-15/+4
* iommu/tegra-smmu: Allow to group clients in same swgroupNicolin Chen2020-09-241-4/+7
* iommu/tegra-smmu: Fix iova->phys translationNicolin Chen2020-09-241-1/+1
* iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASKNicolin Chen2020-09-241-4/+10
* iommu/tegra-smmu: Fix tlb_maskNicolin Chen2020-09-181-1/+1
* iommu/tegra-smmu: Add locking around mapping operationsDmitry Osipenko2020-09-041-11/+84
* iommu/tegra-smmu: Prune IOMMU group when it is releasedThierry Reding2020-09-041-0/+13
* iommu/tegra-smmu: Balance IOMMU group reference countThierry Reding2020-09-041-1/+3
* iommu/tegra-smmu: Set IOMMU group nameThierry Reding2020-09-041-0/+1
* iommu/tegra: Use dev_iommu_priv_get/set()Joerg Roedel2020-06-301-4/+4
* iommu/tegra: Convert to probe/release_device() call-backsJoerg Roedel2020-05-051-23/+8
*-. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-16/+22
|\ \
| | * iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+1
| |/ |/|
| * iommu/tegra-smmu: Fix page tables in > 4 GiB memoryThierry Reding2019-10-181-5/+6
| * iommu/tegra-smmu: Fix client enablement orderNavneet Kumar2019-10-181-9/+14
| * iommu/tegra-smmu: Use non-secure register for flushingNavneet Kumar2019-10-181-1/+1
|/
* iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* iommu/tegra-smmu: Respect IOMMU API read-write protectionsDmitry Osipenko2019-04-111-3/+10
* iommu/tegra-smmu: Properly release domain resourcesDmitry Osipenko2019-04-111-0/+3
* iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko2019-04-111-7/+18
* memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko2019-01-161-4/+0
*-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-23/+3
|\ \
| | * iommu/tegra: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-1/+1
| |/ |/|
| * iommu/tegra: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-221-22/+2
|/
* iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0
* iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get()Wei Yongjun2017-12-201-1/+1
* iommu/tegra: Allow devices to be groupedThierry Reding2017-12-151-4/+120
* arm/tegra: Call bus_set_iommu() after iommu_device_register()Joerg Roedel2017-08-301-4/+7
* iommu/tegra: Add support for struct iommu_deviceJoerg Roedel2017-08-171-0/+25
* iommu/tegra-smmu: Add iommu_group supportRobin Murphy2017-08-101-0/+9
* iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-291-0/+1
* iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding2015-08-131-2/+7
* iommu/tegra-smmu: Factor out tegra_smmu_set_pde()Russell King2015-08-131-21/+28
* iommu/tegra-smmu: Extract tegra_smmu_pte_get_use()Russell King2015-08-131-6/+11
* iommu/tegra-smmu: Use __GFP_ZERO to allocate zeroed pagesRussell King2015-08-131-16/+2