[PATCH 05/12] arm64/dma-mapping: Remove default domain workaround

2016-02-29 Thread Robin Murphy
With the IOMMU core now taking care of default domains for groups regardless of bus type, we can gleefully rip out this stop-gap, as slight recompense for having to expand the other one. CC: Catalin Marinas CC: Will Deacon Signed-off-by: Robin Murphy --- arch/arm64/mm/dma-mapping.c | 52 ++

Re: [PATCH 05/12] arm64/dma-mapping: Remove default domain workaround

2016-02-29 Thread Catalin Marinas
On Mon, Feb 29, 2016 at 01:46:14PM +, Robin Murphy wrote: > With the IOMMU core now taking care of default domains for groups > regardless of bus type, we can gleefully rip out this stop-gap, as > slight recompense for having to expand the other one. > > CC: Catalin Marinas > CC: Will Deacon