summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/mtk_iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel2022-12-121-41/+112
|\ \
| | * iommu/mediatek: Update to {map,unmap}_pagesRobin Murphy2022-11-191-7/+8
| | * iommu: Propagate return value in ->attach_dev callback functionsNicolin Chen2022-11-011-1/+1
| | * iommu: Regulate EINVAL in ->attach_dev callback functionsNicolin Chen2022-11-011-1/+1
| |/ |/|
| * iommu/mediatek: Fix forever loop in error handlingDan Carpenter2022-12-121-2/+1
| * iommu/mediatek: Fix crash on isr after kexec()Ricardo Ribalda2022-12-051-1/+1
| * iommu/mediatek: Remove unused "mapping" member from mtk_iommu_dataYong Wu2022-12-051-3/+0
| * iommu/mediatek: Improve safety for mediatek,smi property in larb nodesYong Wu2022-12-051-16/+37
| * iommu/mediatek: Validate number of phandles associated with "mediatek,larbs"Guenter Roeck2022-12-051-0/+12
| * iommu/mediatek: Add error path for loop of mm_dts_parseYong Wu2022-12-051-7/+20
| * iommu/mediatek: Use component_match_addYong Wu2022-12-051-6/+4
| * iommu/mediatek: Add platform_device_put for recovering the device refcntYong Wu2022-12-051-3/+8
| * iommu/mediatek: add support for MT8365 SoCFabien Parent2022-11-191-0/+13
| * iommu/mediatek: add support for 6-bit encoded port IDsFabien Parent2022-11-191-1/+11
| * iommu/mediatek: Check return value after calling platform_get_resource()Yang Yingliang2022-11-191-0/+2
|/
* iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu2022-10-211-1/+2
*-. 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