On Fri, Jul 03, 2020 at 05:25:48PM +0100, Will Deacon wrote: > The IOMMU_SYS_CACHE_ONLY flag was never exposed via the DMA API and > has no in-tree users. Remove it. > > Cc: Robin Murphy <robin.mur...@arm.com> > Cc: "Isaac J. Manjarres" <isa...@codeaurora.org> > Cc: Joerg Roedel <j...@8bytes.org> > Cc: Christoph Hellwig <h...@lst.de> > Cc: Sai Prakash Ranjan <saiprakash.ran...@codeaurora.org> > Cc: Rob Clark <robdcl...@gmail.com> > Signed-off-by: Will Deacon <w...@kernel.org> > --- > > As discussed in [1], sounds like this should be a domain attribute anyway > when it's needed by the GPU. > > [1] > https://lore.kernel.org/r/caf6aegscrovtsi2r7_aukmh9luoc_gumr0w0kujc2cegpfj...@mail.gmail.com > > drivers/iommu/io-pgtable-arm.c | 3 --- > include/linux/iommu.h | 6 ------ > 2 files changed, 9 deletions(-)
Applied, thanks.