commit | 05aed9412b0bd0d9a985d94010c42ff0a5c6cc29 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Jul 02 16:44:25 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Jul 29 17:22:56 2019 +0100 |
tree | 1c4b9df8569d4c334c57518f49ecc7636489c299 | |
parent | 3445545b2248300319b6965208e77140c960c3fd [diff] |
iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers using the io-pgtable API so that we can start making use of them in the page-table code. For now, they can just wrap the implementations of ->tlb_add_flush and ->tlb_sync pending future optimisation in each driver. Signed-off-by: Will Deacon <will@kernel.org>