]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()
authorWill Deacon <will@kernel.org>
Tue, 2 Jul 2019 15:44:32 +0000 (16:44 +0100)
committerWill Deacon <will@kernel.org>
Mon, 29 Jul 2019 16:22:57 +0000 (17:22 +0100)
commit06ba4c4bc015aec5715c9b741c4c4704c1bfb232
tree0db2a2ccbf0d8d07f7c37d7a84d5aed43d0da13e
parent975f0c33fd9e53f593b96f9e81caca266bcc4620
iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()

Now that all IOMMU drivers using the io-pgtable API implement the
->tlb_flush_walk() and ->tlb_flush_leaf() callbacks, we can use them in
the io-pgtable code instead of ->tlb_add_flush() immediately followed by
->tlb_sync().

Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/io-pgtable-arm-v7s.c
drivers/iommu/io-pgtable-arm.c
include/linux/io-pgtable.h