aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu_v1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07iommu/mtk: Clean up bus_set_iommu()Robin Murphy1-12/+1
2022-07-06iommu: Clean up release_device checksRobin Murphy1-5/+0
2022-05-13iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen1-0/+7
2022-05-04iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1Yong Wu1-108/+103
2022-05-04iommu/mediatek: Remove mtk_iommu.hYong Wu1-3/+8
2022-05-04iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu1-0/+29
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-6/+8
2022-02-28iommu: Split struct iommu_opsLu Baolu1-6/+8
2022-02-25iommu/mediatek: Make use of the helper component_compare/release_ofYong Wu1-2/+2
2022-01-28media: iommu/mediatek: Add device_link between the consumer and the larb devicesYong Wu1-1/+28
2022-01-28media: iommu/mediatek: Add probe_defer for smi-larbYong Wu1-0/+4
2022-01-28media: iommu/mediatek: Return ENODEV if the device is NULLYong Wu1-1/+1
2022-01-28media: iommu/mediatek-v1: Free the existed fwspec if the master dev already hasYong Wu1-0/+9
2021-08-18iommu/mtk: Drop IOVA cookie managementRobin Murphy1-1/+0
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring1-1/+0
2021-04-16iommu: Streamline registration interfaceRobin Murphy1-3/+1
2021-04-16iommu/mediatek-v1: Add error handle for mtk_iommu_probeYong Wu1-4/+18
2021-04-16iommu/mediatek-v1: Avoid build fail when build as moduleYong Wu1-34/+28
2021-04-07iommu/mediatek-v1: Allow building as moduleYong Wu1-5/+5
2020-06-30iommu/mediatek: Do no use dev->archdata.iommuJoerg Roedel1-6/+4
2020-05-19iommu/mediatek-v1: Fix a build warning for a unused variable 'data'Yong Wu1-2/+0
2020-05-18iommu/mediatek-v1: Add def_domain_typeYong Wu1-5/+11
2020-05-05iommu/mediatek-v1 Convert to probe/release_device() call-backsJoerg Roedel1-30/+20
2020-03-27iommu/mediatek: Use accessor functions for iommu private dataJoerg Roedel1-7/+7
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+1
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2019-09-13iommu: pass cell_count = -1 to of_for_each_phandle with cells_nameUwe Kleine-König1-1/+1
2019-08-30Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel1-1/+2
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu1-2/+2
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu1-2/+0
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-03-01iommu/mediatek: Fix semicolon code style issueYang Wei1-1/+1
2019-01-30Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+4
2019-01-23iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()Joerg Roedel1-0/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+2
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-26/+21
2018-12-17iommu/mediatek: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-12/+16
2018-12-03iommu/mediatek: Make it explicitly non-modularPaul Gortmaker1-12/+3
2018-11-06iommu/mediatek: Constify iommu_opsArvind Yadav1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-33/+21
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-02-13iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1Yong Wu1-33/+21
2017-11-06iommu/mediatek: Fix driver nameMatthias Brugger1-1/+1
2017-05-17iommu/mediatek: Include linux/dma-mapping.hArnd Bergmann1-0/+1
2017-04-03iommu/mediatek: Teach MTK-IOMMUv1 about 'struct iommu_device'Joerg Roedel1-1/+24
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-62/+43