From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH URGENT] arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device() Date: Fri, 23 Jan 2015 17:55:25 +0200 Message-ID: <2416515.WUUq1g4kPD@avalon> References: <1422022909-31044-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <10179212.ryUUVC9zEx@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <10179212.ryUUVC9zEx@wuerfel> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Arnd Bergmann Cc: jroedel-l3A5Bk7waGM@public.gmane.org, Heiko Stuebner , Will Deacon , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Laurent Pinchart , Thierry Reding , Varun.Sethi-KZfg59tc24xl57MIdRCFDg@public.gmane.org, Alexandre Courbot , dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org Hi Arnd, On Friday 23 January 2015 16:27:24 Arnd Bergmann wrote: > On Friday 23 January 2015 16:21:49 Laurent Pinchart wrote: > > +/** > > + * arm_iommu_detach_device > > + * @dev: valid struct device pointer > > + * > > + * Detaches the provided device from a previously attached map. > > + * This voids the dma operations (dma_map_ops pointer) > > + */ > > +void arm_iommu_detach_device(struct device *dev) > > +{ > > + __arm_iommu_detach_device(dev); > > + set_dma_ops(dev, NULL); > > +} > > > > EXPORT_SYMBOL_GPL(arm_iommu_detach_device); > > Would this introduce a regression in the case where the device is > cache coherent and needs arm_coherent_dma_ops set? I think we need to handle that case (as well as the coherent IOMMU case in arm_iommu_attach_device), but this patch only tries to restore the previous behaviour to fix the bug detailed in the commit message. Would you prefer fixing both issues in one go ? -- Regards, Laurent Pinchart