From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH 05/12] arm64/dma-mapping: Remove default domain workaround Date: Mon, 29 Feb 2016 16:51:53 +0000 Message-ID: <20160229165153.GB15650@localhost.localdomain> References: <698ecf1450da8b56a8f297b83815d2fe866ca0e1.1456514380.git.robin.murphy@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <698ecf1450da8b56a8f297b83815d2fe866ca0e1.1456514380.git.robin.murphy-5wv7dgnIgG8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Robin Murphy Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thomas.Lendacky-5C7GfCeVMHo@public.gmane.org, anup.patel-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, thunder.leizhen-hv44wF8Li93QT0dZR+AlfA@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, stuart.yoder-3arQi8VN3Tc@public.gmane.org, Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org, tchalamarla-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Feb 29, 2016 at 01:46:14PM +0000, 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 > Signed-off-by: Robin Murphy Acked-by: Catalin Marinas -- Catalin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Mon, 29 Feb 2016 16:51:53 +0000 Subject: [PATCH 05/12] arm64/dma-mapping: Remove default domain workaround In-Reply-To: <698ecf1450da8b56a8f297b83815d2fe866ca0e1.1456514380.git.robin.murphy@arm.com> References: <698ecf1450da8b56a8f297b83815d2fe866ca0e1.1456514380.git.robin.murphy@arm.com> Message-ID: <20160229165153.GB15650@localhost.localdomain> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 29, 2016 at 01:46:14PM +0000, 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 > Signed-off-by: Robin Murphy Acked-by: Catalin Marinas -- Catalin