summaryrefslogtreecommitdiff
path: root/drivers/iommu/mtk_iommu_v1.c
AgeCommit message (Expand)Author
2023-11-27iommu: Clean up open-coded ownership checksRobin Murphy
2023-09-25iommu: Convert remaining simple drivers to domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu: Allow an IDENTITY domain as the default_domain in ARM32Jason Gunthorpe
2023-09-25iommu/mtk_iommu_v1: Implement an IDENTITY domainJason Gunthorpe
2023-03-31iommu/mtk_iommu_v1: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel
2023-01-13iommu: Add set_platform_dma_ops callbacksLu Baolu
2023-01-13iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET
2022-11-19iommu/mediatek-v1: Update to {map,unmap}_pagesRobin Murphy
2022-09-07iommu/mtk: Clean up bus_set_iommu()Robin Murphy
2022-07-06iommu: Clean up release_device checksRobin Murphy
2022-05-13iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen
2022-05-04iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1Yong Wu
2022-05-04iommu/mediatek: Remove mtk_iommu.hYong Wu
2022-05-04iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-02-28iommu: Split struct iommu_opsLu Baolu
2022-02-25iommu/mediatek: Make use of the helper component_compare/release_ofYong Wu
2022-01-28media: iommu/mediatek: Add device_link between the consumer and the larb devicesYong Wu
2022-01-28media: iommu/mediatek: Add probe_defer for smi-larbYong Wu
2022-01-28media: iommu/mediatek: Return ENODEV if the device is NULLYong Wu
2022-01-28media: iommu/mediatek-v1: Free the existed fwspec if the master dev already hasYong Wu
2021-08-18iommu/mtk: Drop IOVA cookie managementRobin Murphy
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2021-04-16iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu
2021-04-16iommu/mediatek-v1: Avoid build fail when build as moduleYong Wu
2021-04-07iommu/mediatek-v1: Allow building as moduleYong Wu
2020-06-30iommu/mediatek: Do no use dev->archdata.iommuJoerg Roedel
2020-05-19iommu/mediatek-v1: Fix a build warning for a unused variable 'data'Yong Wu
2020-05-18iommu/mediatek-v1: Add def_domain_typeYong Wu
2020-05-05iommu/mediatek-v1 Convert to probe/release_device() call-backsJoerg Roedel
2020-03-27iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-13iommu: pass cell_count = -1 to of_for_each_phandle with cells_nameUwe Kleine-König
2019-08-30Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-03-01iommu/mediatek: Fix semicolon code style issueYang Wei
2019-01-30Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-01-23iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()Joerg Roedel
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel
2018-12-17iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel
2018-12-03iommu/mediatek: Make it explicitly non-modularPaul Gortmaker
2018-11-06iommu/mediatek: Constify iommu_opsArvind Yadav