summaryrefslogtreecommitdiff
path: root/drivers/iommu/mtk_iommu.c
AgeCommit message (Expand)Author
2022-06-09iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen
2022-06-09iommu/mediatek: Add mutex for m4u_group and m4u_dom in dataYong Wu
2022-06-09iommu/mediatek: Remove clk_disable in mtk_iommu_removeYong Wu
2022-06-09iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu
2022-06-09iommu/mediatek: Fix 2 HW sharing pgtable issueYong Wu
2022-04-08media: iommu/mediatek: Add device_link between the consumer and the larb devicesYong Wu
2022-04-08media: iommu/mediatek: Return ENODEV if the device is NULLYong Wu
2021-11-18iommu/mediatek: Fix out-of-range warning with clangArnd Bergmann
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2021-08-18iommu/mtk: Drop IOVA cookie managementRobin Murphy
2021-08-02iommu: Improve iommu_iotlb_gather helpersRobin Murphy
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2021-04-16iommu/mediatek: Always enable the clk on resumeDafna Hirschfeld
2021-04-07iommu/mediatek: Allow building as moduleYong Wu
2021-02-08iommu/mediatek: Fix error code in probe()Dan Carpenter
2021-02-05iommu/mediatek: Fix unsigned domid comparison with less than zeroColin Ian King
2021-02-01iommu/mediatek: Add mt8192 supportYong Wu
2021-02-01iommu/mediatek: Remove unnecessary check in attach_deviceYong Wu
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu
2021-02-01iommu/mediatek: Add iova reserved functionYong Wu
2021-02-01iommu/mediatek: Support for multi domainsYong Wu
2021-02-01iommu/mediatek: Add get_domain_id from dev->dma_range_mapYong Wu
2021-02-01iommu/mediatek: Add iova_region structureYong Wu
2021-02-01iommu/mediatek: Move geometry.aperture updating into domain_finaliseYong Wu
2021-02-01iommu/mediatek: Move domain_finalise into attach_deviceYong Wu
2021-02-01iommu/mediatek: Adjust the structureYong Wu
2021-02-01iommu/mediatek: Support report iova 34bit translation fault in ISRYong Wu
2021-02-01iommu/mediatek: Support up to 34bit iova in tlb flushYong Wu
2021-02-01iommu/mediatek: Add power-domain operationYong Wu
2021-02-01iommu/mediatek: Add pm runtime callbackYong Wu
2021-02-01iommu/mediatek: Add device link for smi-common and m4uYong Wu
2021-02-01iommu/mediatek: Add error handle for mtk_iommu_probeYong Wu
2021-02-01iommu/mediatek: Move hw_init into attach_deviceYong Wu
2021-02-01iommu/mediatek: Update oas for v7sYong Wu
2021-02-01iommu/mediatek: Add a flag for iova 34bits caseYong Wu
2021-02-01iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTekYong Wu
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu
2021-01-27iommu/mediatek: Remove the tlb-ops for v7sYong Wu
2021-01-27iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync onceYong Wu
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu
2021-01-27iommu/mediatek: Add iotlb_sync_map to sync whole the iova rangeYong Wu
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy
2020-09-18iommu/mediatek: Add support for MT8167Fabien Parent
2020-09-18iommu/mediatek: Add flag for legacy ivrp paddrFabien Parent
2020-09-04iommu/mediatek: Check 4GB mode by reading infracfgMiles Chen
2020-09-04iommu/mediatek: Drop of_match_ptr to fix -Wunused-const-variableKrzysztof Kozlowski
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Baolin Wang
2020-07-10iommu/mediatek: Add mt6779 basic supportChao Hao