summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu_v1.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Convert remaining simple drivers to domain_alloc_paging()Jason Gunthorpe2023-09-251-5/+2
* iommu: Allow an IDENTITY domain as the default_domain in ARM32Jason Gunthorpe2023-09-251-12/+0
* iommu/mtk_iommu_v1: Implement an IDENTITY domainJason Gunthorpe2023-09-251-2/+19
* iommu/mtk_iommu_v1: Convert to platform remove callback returning voidUwe Kleine-König2023-03-311-3/+2
*-. Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-2/+2
|\ \
| | * iommu: Add set_platform_dma_ops callbacksLu Baolu2023-01-131-2/+2
| |/
* / iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET2023-01-131-1/+3
|/
* iommu/mediatek-v1: Update to {map,unmap}_pagesRobin Murphy2022-11-191-16/+14
* iommu/mtk: Clean up bus_set_iommu()Robin Murphy2022-09-071-12/+1
* iommu: Clean up release_device checksRobin Murphy2022-07-061-5/+0
* iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen2022-05-131-0/+7
* iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1Yong Wu2022-05-041-108/+103
* iommu/mediatek: Remove mtk_iommu.hYong Wu2022-05-041-3/+8
* iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu2022-05-041-0/+29
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-2/+2
|\
| * iommu/mediatek: Make use of the helper component_compare/release_ofYong Wu2022-02-251-2/+2
* | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-6/+8
|\ \
| * | iommu: Split struct iommu_opsLu Baolu2022-02-281-6/+8
| |/
* | media: iommu/mediatek: Add device_link between the consumer and the larb devicesYong Wu2022-01-281-1/+28
* | media: iommu/mediatek: Add probe_defer for smi-larbYong Wu2022-01-281-0/+4
* | media: iommu/mediatek: Return ENODEV if the device is NULLYong Wu2022-01-281-1/+1
* | media: iommu/mediatek-v1: Free the existed fwspec if the master dev already hasYong Wu2022-01-281-0/+9
|/
* iommu/mtk: Drop IOVA cookie managementRobin Murphy2021-08-181-1/+0
* iommu: Drop unnecessary of_iommu.h includesRob Herring2021-06-081-1/+0
* iommu: Streamline registration interfaceRobin Murphy2021-04-161-3/+1
* iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu2021-04-161-4/+18
* iommu/mediatek-v1: Avoid build fail when build as moduleYong Wu2021-04-161-34/+28
* iommu/mediatek-v1: Allow building as moduleYong Wu2021-04-071-5/+5
* 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