index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
mtk_iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-08
iommu: Drop unnecessary of_iommu.h includes
Rob Herring
1
-1
/
+0
2021-04-16
iommu: Streamline registration interface
Robin Murphy
1
-4
/
+1
2021-04-16
iommu/mediatek: Always enable the clk on resume
Dafna Hirschfeld
1
-11
/
+8
2021-04-07
iommu/mediatek: Allow building as module
Yong Wu
1
-12
/
+5
2021-02-08
iommu/mediatek: Fix error code in probe()
Dan Carpenter
1
-1
/
+2
2021-02-05
iommu/mediatek: Fix unsigned domid comparison with less than zero
Colin Ian King
1
-1
/
+1
2021-02-01
iommu/mediatek: Add mt8192 support
Yong Wu
1
-0
/
+22
2021-02-01
iommu/mediatek: Remove unnecessary check in attach_device
Yong Wu
1
-6
/
+0
2021-02-01
iommu/mediatek: Support master use iova over 32bit
Yong Wu
1
-6
/
+12
2021-02-01
iommu/mediatek: Add iova reserved function
Yong Wu
1
-0
/
+31
2021-02-01
iommu/mediatek: Support for multi domains
Yong Wu
1
-11
/
+26
2021-02-01
iommu/mediatek: Add get_domain_id from dev->dma_range_map
Yong Wu
1
-1
/
+41
2021-02-01
iommu/mediatek: Add iova_region structure
Yong Wu
1
-0
/
+19
2021-02-01
iommu/mediatek: Move geometry.aperture updating into domain_finalise
Yong Wu
1
-3
/
+4
2021-02-01
iommu/mediatek: Move domain_finalise into attach_device
Yong Wu
1
-19
/
+12
2021-02-01
iommu/mediatek: Adjust the structure
Yong Wu
1
-9
/
+11
2021-02-01
iommu/mediatek: Support report iova 34bit translation fault in ISR
Yong Wu
1
-2
/
+15
2021-02-01
iommu/mediatek: Support up to 34bit iova in tlb flush
Yong Wu
1
-2
/
+8
2021-02-01
iommu/mediatek: Add power-domain operation
Yong Wu
1
-5
/
+34
2021-02-01
iommu/mediatek: Add pm runtime callback
Yong Wu
1
-3
/
+5
2021-02-01
iommu/mediatek: Add device link for smi-common and m4u
Yong Wu
1
-3
/
+24
2021-02-01
iommu/mediatek: Add error handle for mtk_iommu_probe
Yong Wu
1
-4
/
+19
2021-02-01
iommu/mediatek: Move hw_init into attach_device
Yong Wu
1
-6
/
+7
2021-02-01
iommu/mediatek: Update oas for v7s
Yong Wu
1
-1
/
+5
2021-02-01
iommu/mediatek: Add a flag for iova 34bits case
Yong Wu
1
-1
/
+2
2021-02-01
iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTek
Yong Wu
1
-1
/
+1
2021-02-01
iommu/mediatek: Use the common mtk-memory-port.h
Yong Wu
1
-7
/
+0
2021-01-27
iommu/mediatek: Remove the tlb-ops for v7s
Yong Wu
1
-23
/
+4
2021-01-27
iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync once
Yong Wu
1
-3
/
+5
2021-01-27
iommu: Switch gather->end to the inclusive end
Yong Wu
1
-1
/
+1
2021-01-27
iommu/mediatek: Add iotlb_sync_map to sync whole the iova range
Yong Wu
1
-1
/
+9
2020-12-08
iommu/io-pgtable: Remove tlb_flush_leaf
Robin Murphy
1
-1
/
+0
2020-09-18
iommu/mediatek: Add support for MT8167
Fabien Parent
1
-0
/
+8
2020-09-18
iommu/mediatek: Add flag for legacy ivrp paddr
Fabien Parent
1
-2
/
+4
2020-09-04
iommu/mediatek: Check 4GB mode by reading infracfg
Miles Chen
1
-5
/
+28
2020-09-04
iommu/mediatek: Drop of_match_ptr to fix -Wunused-const-variable
Krzysztof Kozlowski
1
-1
/
+1
2020-07-29
Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...
Joerg Roedel
1
-32
/
+80
2020-07-24
iommu: Add gfp parameter to io_pgtable_ops->map()
Baolin Wang
1
-1
/
+1
2020-07-10
iommu/mediatek: Add mt6779 basic support
Chao Hao
1
-0
/
+9
2020-07-10
iommu/mediatek: Modify MMU_CTRL register setting
Chao Hao
1
-3
/
+5
2020-07-10
iommu/mediatek: Extend protect pa alignment value
Chao Hao
1
-1
/
+1
2020-07-10
iommu/mediatek: Add REG_MMU_WR_LEN_CTRL register definition
Chao Hao
1
-0
/
+11
2020-07-10
iommu/mediatek: Add sub_comm id in translation fault
Chao Hao
1
-7
/
+14
2020-07-10
iommu/mediatek: Move inv_sel_reg into the plat_data
Chao Hao
1
-3
/
+6
2020-07-10
iommu/mediatek: Setting MISC_CTRL register
Chao Hao
1
-1
/
+11
2020-07-10
iommu/mediatek: Use a u32 flags to describe different HW features
Chao Hao
1
-11
/
+17
2020-07-10
iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRL
Chao Hao
1
-7
/
+7
2020-05-05
iommu/mediatek: Convert to probe/release_device() call-backs
Joerg Roedel
1
-18
/
+6
2020-03-27
iommu/mediatek: Use accessor functions for iommu private data
Joerg Roedel
1
-7
/
+6
2020-01-10
iommu/io-pgtable-arm: Rationalise TTBRn handling
Robin Murphy
1
-2
/
+2
[prev]
[next]