Re: [PATCH] iommu: Remove unused IOMMU_SYS_CACHE_ONLY flag

From: Will Deacon
Date: Fri Jul 10 2020 - 09:05:34 EST


Hi Joerg,

On Fri, Jul 10, 2020 at 02:58:32PM +0200, Joerg Roedel wrote:
> 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.murphy@xxxxxxx>
> > Cc: "Isaac J. Manjarres" <isaacm@xxxxxxxxxxxxxx>
> > Cc: Joerg Roedel <joro@xxxxxxxxxx>
> > Cc: Christoph Hellwig <hch@xxxxxx>
> > Cc: Sai Prakash Ranjan <saiprakash.ranjan@xxxxxxxxxxxxxx>
> > Cc: Rob Clark <robdclark@xxxxxxxxx>
> > Signed-off-by: Will Deacon <will@xxxxxxxxxx>
> > ---
> >
> > 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_guMR0w0KUJc2cEgpfj79w@xxxxxxxxxxxxxx
> >
> > drivers/iommu/io-pgtable-arm.c | 3 ---
> > include/linux/iommu.h | 6 ------
> > 2 files changed, 9 deletions(-)
>
> Applied, thanks.

Ah, I'd already got this queued for 5.9:

https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git/log/?h=for-joerg/arm-smmu/updates

and I've queued a small number of patches on top of it now.

Are you planning to send it for 5.8? If so, I suspect I'll have to rebase.

Will