summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu_v1.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/mediatek: Do no use dev->archdata.iommuJoerg Roedel2020-06-301-6/+4
* iommu/mediatek-v1: Fix a build warning for a unused variable 'data'Yong Wu2020-05-191-2/+0
* iommu/mediatek-v1: Add def_domain_typeYong Wu2020-05-181-5/+11
* iommu/mediatek-v1 Convert to probe/release_device() call-backsJoerg Roedel2020-05-051-30/+20
* iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel2020-03-271-7/+7
* iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+1
* Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-191-1/+1
|\
| * iommu: pass cell_count = -1 to of_for_each_phandle with cells_nameUwe Kleine-König2019-09-131-1/+1
* | Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel2019-08-301-1/+2
|\ \
| * | iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-1/+2
| |/
* | iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu2019-08-301-2/+2
* | memory: mtk-smi: Get rid of need_larbidYong Wu2019-08-301-2/+0
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* iommu/mediatek: Fix semicolon code style issueYang Wei2019-03-011-1/+1
* Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-01-301-0/+4
|\
| * iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()Joerg Roedel2019-01-231-0/+4
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+2
|/
*-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-26/+21
|\ \
| | * iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-12/+16
| | * iommu/mediatek: Make it explicitly non-modularPaul Gortmaker2018-12-031-12/+3
| |/ |/|
| * iommu/mediatek: Constify iommu_opsArvind Yadav2018-11-061-2/+2
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-111-33/+21
|\
| * iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1Yong Wu2018-02-131-33/+21
* | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
|/
* iommu/mediatek: Fix driver nameMatthias Brugger2017-11-061-1/+1
* iommu/mediatek: Include linux/dma-mapping.hArnd Bergmann2017-05-171-0/+1
* iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device'Joerg Roedel2017-04-031-1/+24
*-. Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Joerg Roedel2016-12-061-62/+43
|\ \
| | * iommu/mediatek: Fix M4Uv1 group refcountingRobin Murphy2016-11-151-0/+2
| |/ |/|
| * iommu/mediatek: Convert DT component matching to component_match_add_release()Russell King2016-11-101-3/+5
| * iommu/mediatek: Convert M4Uv1 to iommu_fwspecRobin Murphy2016-11-101-59/+36
|/
* iommu/mediatek: Make mtk_iommu_pm_ops staticJoerg Roedel2016-06-211-1/+1
* iommu/mediatek: add support for mtk iommu generation one HWHonghui Zhang2016-06-211-0/+727