From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH V10 00/12] IOMMU probe deferral support Date: Tue, 4 Apr 2017 20:23:12 -0500 Message-ID: References: <1489086061-9356-1-git-send-email-sricharan@codeaurora.org> <1491301105-5274-1-git-send-email-sricharan@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1491301105-5274-1-git-send-email-sricharan@codeaurora.org> Sender: linux-arch-owner@vger.kernel.org To: Sricharan R Cc: Robin Murphy , Will Deacon , Joerg Roedel , Lorenzo Pieralisi , Linux IOMMU , "linux-arm-kernel@lists.infradead.org" , linux-arm-msm , Marek Szyprowski , "bhelgaas@google.com" , "linux-pci@vger.kernel.org" , "linux-acpi@vger.kernel.org" , Tomasz Nowicki , Hanjun Guo , Sinan Kaya , Frank Rowand , "devicetree@vger.kernel.org" , linux-kernel@vger.kernel List-Id: devicetree@vger.kernel.org On Tue, Apr 4, 2017 at 5:18 AM, Sricharan R wrote: > This series calls the dma ops configuration for the devices > at a generic place so that it works for all busses. > The dma_configure_ops for a device is now called during > the device_attach callback just before the probe of the > bus/driver is called. Similarly dma_deconfigure is called during > device/driver_detach path. For patches 3, 4, 6, 7, 8: Acked-by: Rob Herring