Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755198AbdDEBXl (ORCPT ); Tue, 4 Apr 2017 21:23:41 -0400 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 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH V10 00/12] IOMMU probe deferral support 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 475 Lines: 11 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