Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1642764imm; Thu, 20 Sep 2018 00:03:00 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb29QkLXcZH6PEGfKKX2/THk5RtyQ0NkKW+GhOOPLNtw8PWRGucnM7fSzyct1U/GATy2DCU X-Received: by 2002:a17:902:8b86:: with SMTP id ay6-v6mr38353091plb.25.1537426980681; Thu, 20 Sep 2018 00:03:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537426980; cv=none; d=google.com; s=arc-20160816; b=zIYQK6dAQETi8hettgOtAkZ3SJZJ/8XtFEz0MbMxTELebcVgXSyzydrAekcfEDSFmA gCrTuyG4VwMTIotOP2eHG5Gg8AHhzQq93n41kVC7FK/DaU5FT7gsoOsfBEIV/IkUqCdL n7W3rqeYlM26r8f93Cu8G90FGD8NdK5tpx9WSXUByl70LfI5CAH9boH/HAwfXXWsic39 6L8THcHT/lfvy5W7dlxk/8OATM88vZznwkRyyAT9l2zyZdd4uP8N1Pf5o0ASkKpAf5Nh bdxbuq/oli5Yhu5eQm9jKw96BWKH29Pb8GaXdb+HgF7IEf2HSsLe4qyOTnwipJHhQrEq Ij1w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=m7Vsv7GNJouk9FHq8W8e/RCapjf5MzFxNi6tD2dgD+0=; b=TP+pzJ71kUY90h3xWG3UeulCvM9zB9vTFLx1ZLCC6vcqBZTd5qcE4N4R5EEgd9pYoa BHPSSkV1Kbn28O8nTPCOj1u3oI/KGAGJdmBEwYyhouzm87sWLxVzG7icaHilhDiSzGxr iyVJ1q8/EbEkEodTi+5XvCt36NKvSKdGCZGfDkZ7hldlbZ4njePBMLSxrwDjdxbkBxym r5DAFw5zZGJ79NoSJmfARn1sCp+BVyEj1K+F5euwfivgkGBECl5n/591yKmMnD6NJYAn TyUbp/8a28x6awTcSwKXUyCSHYx5h5dVH7SK8HbAX+04s27GlNZNKeR4DKc8G5KthXe8 46Yw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o3-v6si23112301pld.281.2018.09.20.00.02.45; Thu, 20 Sep 2018 00:03:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727876AbeITMog (ORCPT + 99 others); Thu, 20 Sep 2018 08:44:36 -0400 Received: from verein.lst.de ([213.95.11.211]:58016 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726014AbeITMog (ORCPT ); Thu, 20 Sep 2018 08:44:36 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 9B08E68D7C; Thu, 20 Sep 2018 09:02:40 +0200 (CEST) Date: Thu, 20 Sep 2018 09:02:40 +0200 From: Christoph Hellwig To: iommu@lists.linux-foundation.org Cc: linux-mips@linux-mips.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Paul Burton , Robin Murphy Subject: Re: merge dma_direct_ops and dma_noncoherent_ops v3 Message-ID: <20180920070240.GA13994@lst.de> References: <20180914095808.22202-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180914095808.22202-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I've pulled this into the dma-mapping for-next tree now to make progress. Any further review comments should be dealt with in incremental patches.