summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel2022-09-261-25/+20
|\ \
| | * iommu/mtk: Clean up bus_set_iommu()Robin Murphy2022-09-071-23/+1
| |/ |/|
| * iommu/mediatek: Add support for MT6795 Helio X10 M4UsAngeloGioacchino Del Regno2022-09-261-0/+15
| * iommu/mediatek: Introduce new flag TF_PORT_TO_ADDR_MT8173AngeloGioacchino Del Regno2022-09-261-2/+4
|/
*-. Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-291-34/+37
|\ \
| | * iommu: remove the put_resv_regions methodChristoph Hellwig2022-07-151-1/+0
| | * iommu: Clean up release_device checksRobin Murphy2022-07-061-5/+0
| |/ |/|
| * iommu/mediatek: Log with dev_err_probe when failing to parse dtsNĂ­colas F. R. A. Prado2022-07-151-1/+1
| * iommu/mediatek: Allow page table PA up to 35bitYunfei Wang2022-07-071-6/+7
| * iommu/mediatek: Cleanup pericfg lookup flowAngeloGioacchino Del Regno2022-06-231-7/+5
| * iommu/mediatek: Lookup phandle to retrieve syscon to infracfgAngeloGioacchino Del Regno2022-06-221-14/+24
|/
* iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen2022-05-131-0/+6
* iommu/mediatek: Add mt8186 iommu supportYong Wu2022-05-041-0/+16
* iommu/mediatek: mt8195: Enable multi banks for infra iommuYong Wu2022-05-041-2/+5
* iommu/mediatek: Backup/restore regsiters for multi banksYong Wu2022-05-041-15/+31
* iommu/mediatek: Initialise/Remove for multi bank devYong Wu2022-05-041-14/+30
* iommu/mediatek: Get the proper bankid for multi banksYong Wu2022-05-041-7/+48
* iommu/mediatek: Change the domid to iova_region_idYong Wu2022-05-041-23/+23
* iommu/mediatek: Initialise bank HW for each a bankYong Wu2022-05-041-12/+20
* iommu/mediatek: Add mtk_iommu_bank_data structureYong Wu2022-05-041-62/+117
* iommu/mediatek: Remove mtk_iommu.hYong Wu2022-05-041-1/+13
* iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu2022-05-041-5/+77
* iommu/mediatek: Just move code position in hw_initYong Wu2022-05-041-24/+24
* iommu/mediatek: Only adjust code about register baseYong Wu2022-05-041-24/+27
* iommu/mediatek: Add mt8195 supportYong Wu2022-05-041-0/+41
* iommu/mediatek: Add PCIe supportYong Wu2022-05-041-1/+20
* iommu/mediatek: Add infra iommu supportYong Wu2022-05-041-7/+29
* iommu/mediatek: Add a PM_CLK_AO flag for infra iommuYong Wu2022-05-041-3/+26
* iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIOYong Wu2022-05-041-1/+1
* iommu/mediatek: Adjust device link when it is sub-commonYong Wu2022-05-041-4/+14
* iommu/mediatek: Contain MM IOMMU flow with the MM TYPEYong Wu2022-05-041-91/+122
* iommu/mediatek: Add IOMMU_TYPE flagYong Wu2022-05-041-2/+10
* iommu/mediatek: Add SUB_COMMON_3BITS flagYong Wu2022-05-041-10/+16
* iommu/mediatek: Always enable output PA over 32bits in isrYong Wu2022-05-041-2/+2
* iommu/mediatek: Remove the granule in the tlb flushYong Wu2022-05-041-4/+2
* iommu/mediatek: Add a flag STD_AXI_MODEYong Wu2022-05-041-1/+3
* iommu/mediatek: Add a flag DCM_DISABLEYong Wu2022-05-041-1/+8
* iommu/mediatek: Add 12G~16G support for multi domainsYong Wu2022-05-041-3/+5
* iommu/mediatek: Adapt sharing and non-sharing pgtable caseYong Wu2022-05-041-20/+23
* iommu/mediatek: Add mutex for data in the mtk_iommu_domainYong Wu2022-05-041-1/+9
* iommu/mediatek: Add mutex for m4u_group and m4u_dom in dataYong Wu2022-05-041-2/+11
* iommu/mediatek: Remove clk_disable in mtk_iommu_removeYong Wu2022-05-041-1/+0
* iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu2022-05-041-2/+1
* iommu/mediatek: Fix 2 HW sharing pgtable issueYong Wu2022-05-041-2/+5
* 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-29/+33
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-081-29/+33
| |\ \ \ | | |_|/ | |/| |
| | | * iommu: Split struct iommu_opsLu Baolu2022-02-281-9/+11
| | |/ | |/|
| | * iommu/mediatek: Always tlb_flush_all when each PM resumeYong Wu2022-03-041-0/+7