Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932444AbdDFSqm (ORCPT ); Thu, 6 Apr 2017 14:46:42 -0400 Received: from mail-it0-f65.google.com ([209.85.214.65]:34197 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752941AbdDFSqa (ORCPT ); Thu, 6 Apr 2017 14:46:30 -0400 Subject: Re: [PATCH V10 00/12] IOMMU probe deferral support To: Rob Herring , Sricharan R References: <1489086061-9356-1-git-send-email-sricharan@codeaurora.org> <1491301105-5274-1-git-send-email-sricharan@codeaurora.org> 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 , "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 From: Frank Rowand Message-ID: <58E68CEF.8090101@gmail.com> Date: Thu, 6 Apr 2017 11:46:07 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 673 Lines: 19 On 04/04/17 18:23, Rob Herring wrote: > 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 > . > And a few hours later, I had the opposite opinion on a couple of patches, so there is some ongoing discussion working this out. -Frank