Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1765980imm; Thu, 2 Aug 2018 00:11:48 -0700 (PDT) X-Google-Smtp-Source: AAOMgpc+hOjhNnaL2nWr4CrCobKeUx16AoRJThtNmNnh2KQ0qUx8AimpMYxzdeYnsgbu2Gg0BFxd X-Received: by 2002:a17:902:9a8b:: with SMTP id w11-v6mr1306193plp.333.1533193908103; Thu, 02 Aug 2018 00:11:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533193908; cv=none; d=google.com; s=arc-20160816; b=dws+xTkKZ9vkvwyPynkXaKt+AMRTiKyua2/6/FFH8e7psublXOFOfk7qHmbCbtc+TS b2ZdjlX9Sb2OP507uy4glfzcSbYbD8y6NrVrSd6xe4QUpOgexIRY6w3e0074QjHrnlgB SVjHZ1x2U1t5i6Jl7j3nUEAc/ZOgXSiFbroRynizQMK3jv0Cl0rK6xlnzH/WWYoTszDr cEVnRXiJdS15gtTnsZHP8CKhCLrTqMwE2SU97sM7+9jMNpUq0/w005gi8ZIFhFz49LAk v0WPQ+reip5KFA5CE9fqCXyJ+Dhy99iueB+I33cuOa7D5GnLzg0KLjLG10ncfJhF9Fz1 dTOg== 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:arc-authentication-results; bh=SP3bSIo6GaH+gyR/DUASpd86T8VUe3d8BP3pvESCAf4=; b=fbZhw6SdkyYHb1fTdL+dlHKwN/TaXRCB99ulfgh+NquUBggiJqJVqKOolXKeefdWiS YnPN3rdNe8VKSVB5D2UYzN09fyK8ba1NZB9k/IlmMusjLMAb/n/1VzNjUsCMF4zSBUPI cD71kungpKwd+8UvMH9bJV63VqOxWA9WL8Boox0YwltnBL38w8EB0MJSuYT869uvgf9H v57F83f55anfBEN727krxUbpwDjE+qEu78GmwMdWxwo9BEsKlxHLkFe+xuqPFPTdKAgs TYsVZDc9ORIxPMue8SHe0Wdo1hYU9gC4kmZjVB7v2ZWuYxpUUAgh6KUWm3hnRG5Coxtj Z8rw== 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 e186-v6si1366655pfa.107.2018.08.02.00.11.33; Thu, 02 Aug 2018 00:11:48 -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 S1727829AbeHBJAd (ORCPT + 99 others); Thu, 2 Aug 2018 05:00:33 -0400 Received: from verein.lst.de ([213.95.11.211]:38221 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726683AbeHBJAc (ORCPT ); Thu, 2 Aug 2018 05:00:32 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 3E51A68D64; Thu, 2 Aug 2018 09:15:25 +0200 (CEST) Date: Thu, 2 Aug 2018 09:15:25 +0200 From: Christoph Hellwig To: Rich Felker Cc: Christoph Hellwig , Yoshinori Sato , Jacopo Mondi , Thomas Petazzoni , linux-sh@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: use the generic dma-noncoherent code for sh V3 Message-ID: <20180802071525.GA11643@lst.de> References: <20180725094043.32443-1-hch@lst.de> <877elcrlbe.wl-ysato@users.sourceforge.jp> <20180731072413.GA22837@lst.de> <20180802020906.GK1392@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180802020906.GK1392@brightrain.aerifal.cx> 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 On Wed, Aug 01, 2018 at 10:09:06PM -0400, Rich Felker wrote: > On Tue, Jul 31, 2018 at 09:24:13AM +0200, Christoph Hellwig wrote: > > On Tue, Jul 31, 2018 at 03:06:13PM +0900, Yoshinori Sato wrote: > > > On Wed, 25 Jul 2018 18:40:38 +0900, > > > Christoph Hellwig wrote: > > > > > > > > Hi all, > > > > > > > > can you review these patches to switch sh to use the generic > > > > dma-noncoherent code? All the requirements are in mainline already > > > > and we've switched various architectures over to it already. > > > > > > > > Changes since V2: > > > > - drop a now obsolete export > > > > > > > > Changes since V1: > > > > - fixed two stupid compile errors and verified them using a local > > > > cross toolchain instead of the 0day buildbot > > > > > > Acked-by: Yoshinori Sato > > > > Do you want to pull this in through the sh tree? If not I'd be happy > > to take it through the dma mapping tree. > > Usually I send the pull requests for sh tree, and I'm trying to figure > out which patches are okay to merge and prepare one now, but if you're > happy to take it through the dma mapping tree go ahead, and I'll focus > on other sh stuff that needs attention. I'd love to take it through the dma mapping tree and save you some work!