Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1561393imm; Wed, 1 Aug 2018 19:10:34 -0700 (PDT) X-Google-Smtp-Source: AAOMgpew0VhKCqEoL3jcAQyGuiGnLJj96JP0//HSdgri60CxIjnEsUVuheDomwaWstUvfzJJx2kI X-Received: by 2002:a63:ba54:: with SMTP id l20-v6mr773320pgu.145.1533175834140; Wed, 01 Aug 2018 19:10:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533175834; cv=none; d=google.com; s=arc-20160816; b=JCD2rijxdHaYsG24jKNrYGv3v/sMjZUJPiQtHjjlRRp6YZfN3N33N3ZSQZFu/5J9iY wi/cgtGjyUM2Zz506gXjcGLJCmCryf4OZgfz5kRPBUpAQwAtaqF+pQgrgqz9fS5SKrFb /l8royx9+8I3KEHZ03ECwGOVxXDNkKolFTqIS7On9RryJMc9NyrEslom9FJNTRBsGCOC yBd5OGrlH0byB5GzHUadZ0fD1J2wcDSK2co52XrCELa0Dy1U2SC9s126YQiPtWIOjZyY FfKvD0UhUTZFtjaompEzdDxLEW+NYgK3pnt9zUKrejx/ELA1I6hs47BlpYqsTHJJuQiO 7nsw== 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=NyGLRnJv9XjT7kFyKWjPWh6otIT7MydDSpdq8Yo64HE=; b=o0IR2gm4qyyJOrVxVQTtrgr2Jpit8ZEL76JyOwfyppQFlg+zegm+cbsDMtbwM+ndIw qNoPu1SWUSoCcwYqTrmiFg4lJmBXS16kL3yQrDNNKZweGJ9BTZOEwa3TQ1iqQTLbGUnT 2G8ORiZOwPoB4xwayANkJKjvJljqNhVHUzHIc20LQVi8vVQuf8GKssR9P/jOscshPcrh 09x3I8fwcgcnKblCn326DtmAkf3k105QXnRDOBZe3HWDKHSJEd9WwMisYp027Y7fas2I lqkF+B+UF/Kp11qfQd5UmgdoZZJ/bHgIDEwKTW9irHkU4q8nyFNepk/NNaTzj+IV55zN oabw== 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 b78-v6si664719pfk.342.2018.08.01.19.10.19; Wed, 01 Aug 2018 19:10:34 -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 S1732445AbeHBD6G (ORCPT + 99 others); Wed, 1 Aug 2018 23:58:06 -0400 Received: from 216-12-86-13.cv.mvl.ntelos.net ([216.12.86.13]:55316 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732352AbeHBD6G (ORCPT ); Wed, 1 Aug 2018 23:58:06 -0400 Received: from dalias by brightrain.aerifal.cx with local (Exim 3.15 #2) id 1fl334-0007fE-00; Thu, 02 Aug 2018 02:09:06 +0000 Date: Wed, 1 Aug 2018 22:09:06 -0400 From: Rich Felker To: Christoph Hellwig Cc: 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: <20180802020906.GK1392@brightrain.aerifal.cx> References: <20180725094043.32443-1-hch@lst.de> <877elcrlbe.wl-ysato@users.sourceforge.jp> <20180731072413.GA22837@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180731072413.GA22837@lst.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Rich