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: Received: from mail.kernel.org ([198.145.29.136]:60154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753794AbdDEBXj (ORCPT ); Tue, 4 Apr 2017 21:23:39 -0400 In-Reply-To: <1491301105-5274-1-git-send-email-sricharan@codeaurora.org> Sender: linux-arch-owner@vger.kernel.org List-ID: 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:60154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753794AbdDEBXj (ORCPT ); Tue, 4 Apr 2017 21:23:39 -0400 MIME-Version: 1.0 In-Reply-To: <1491301105-5274-1-git-send-email-sricharan@codeaurora.org> References: <1489086061-9356-1-git-send-email-sricharan@codeaurora.org> <1491301105-5274-1-git-send-email-sricharan@codeaurora.org> From: Rob Herring Date: Tue, 4 Apr 2017 20:23:12 -0500 Message-ID: Subject: Re: [PATCH V10 00/12] IOMMU probe deferral support Content-Type: text/plain; charset=UTF-8 Sender: linux-arch-owner@vger.kernel.org List-ID: 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.org" , Sudeep Holla , "Rafael J. Wysocki" , Len Brown , Catalin Marinas , Arnd Bergmann , "linux-arch@vger.kernel.org" , Greg Kroah-Hartman Message-ID: <20170405012312.kWSwNpKZQ5QkYOieLNLeON2YqEwawBvgdmk17ljqvzk@z> 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