Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3717040imm; Mon, 30 Jul 2018 02:04:36 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcYJlR7NBjVRRJMtPgfYGjvGjHrcgeTq8UdhIJ47kED3AvR+RyBKMN/ZvYo/BXmwbdsbLAE X-Received: by 2002:a63:714a:: with SMTP id b10-v6mr15150636pgn.73.1532941475994; Mon, 30 Jul 2018 02:04:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532941475; cv=none; d=google.com; s=arc-20160816; b=nKvtGDds2RjQCN/tWgWZlPxX8vMHrG93w2Hson9aOLr/EFLzsV4JOkHjJ3LgW+k08c 8lSMcke73beZ9O3N0rlgMirAVQFO6taEfJv7oPMLeMGpvF9QlWAfookQGaO5jedvg2qN zffLR4cdua1Fj9+PDtYWB6Hxw2X/+rNltw632vCDdpRFkxRtYSVS62o4h0V8AmXTGOln gwUwjp1pHDVWAkkOgtQjO2WR1Bhiv3qifCaB/jKHV3AROJlOqfdCZc8f73/6lQ8WrVYK rQP+DAKgdE+O88yBxkaEvperkTEzeGUlhCohGd/+7W7dJrvR7/aGseTKz4HOf7JX8v8V aE5Q== 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=QfFJzprWQ239ZxEQOPaZV2iRlPD3CxpRtb9XNxW9kTo=; b=aN+T54wTVfP1jeyHQBfAYalDTPybYErTdZj6YWyTsnJKqgPl5O9mantFEb93FAUc4+ vuHa6oNZwLsTVGcQNl4UkUdFuFu477xtY4xqP5ViIMxi61v315XL2JaQzAE1n82iniww Q1VbmAWd/V1LVLVSS81uAPRjBvebwgGreMpdhJ8S6a3kXqkdubbeUAcq+yFEin0Zl9Wu fED/F5GryLUfRXSoXZsmE+yHQQKxlqt/U8KDUbSTsjjKOeheofL0FH2QEBYlhMw/oZf2 fkAHwIsA/Hx3wg4G4aap8pYFYrn6mKljzvRcpP3tkGi+IdGFn59GldtSfCTZcv0xkXGf lDsw== 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 f7-v6si9217193pgp.496.2018.07.30.02.04.21; Mon, 30 Jul 2018 02:04:35 -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 S1726844AbeG3Kge (ORCPT + 99 others); Mon, 30 Jul 2018 06:36:34 -0400 Received: from verein.lst.de ([213.95.11.211]:51279 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726505AbeG3Kgd (ORCPT ); Mon, 30 Jul 2018 06:36:33 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 971F99ED64; Mon, 30 Jul 2018 11:06:48 +0200 (CEST) Date: Mon, 30 Jul 2018 11:06:48 +0200 From: Christoph Hellwig To: Rob Landley Cc: Christoph Hellwig , Yoshinori Sato , Rich Felker , Thomas Petazzoni , iommu@lists.linux-foundation.org, Jacopo Mondi , linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: use the generic dma-noncoherent code for sh V2 Message-ID: <20180730090648.GA18361@lst.de> References: <20180724120147.15096-1-hch@lst.de> <20180724202115.GA4685@lst.de> <18df6608-61c1-963d-bb1a-d46320232f40@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18df6608-61c1-963d-bb1a-d46320232f40@landley.net> 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 Fri, Jul 27, 2018 at 11:20:21AM -0500, Rob Landley wrote: > Speaking of DMA: Which really has nothing to do with the dma mapping code, which also means I can't help you much unfortunately. That being said sh is the last pending of the initial dma-noncoherent conversion, I'd greatly appreciate if we could get this reviewed and merge for the 4.19 merge window..