Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4827355imm; Tue, 31 Jul 2018 00:21:02 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdyHnwtj1W40JnuU3DNyjS3axBEDB1ODFBjOE/wDtHPLtG79mY//ADFC+MkNvDUGk32XaJj X-Received: by 2002:a62:229a:: with SMTP id p26-v6mr21144049pfj.53.1533021662024; Tue, 31 Jul 2018 00:21:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533021662; cv=none; d=google.com; s=arc-20160816; b=TiZXQv8rRSCElvVIB9YtCjDZzGpvjYOS//TdPv38Hjllibmcp8VlEpSdzKOyQlOIJ5 XOChtI1NzjxRSvmd5jEvWu+va3Pts/tlL7RwOP1SYu/hYDtfDEQTGZwBsdfq2PFivecj G7Q71I7CQHkcXTNFSDMYq3Ih9vnwWunRCRTDVRizmRW7TM26T3B+Kfnl16KQNac/s7CE Cw8iHaQ+30LrvEzE98799E3nWIc44t5/lzVeqb/utIlxe8eRfGCPPByNGASljErspzwf p4YVePKH3BCXGmWHn6+2p52qEdYZotFqxKYyJkTfMFd0kBZNd9d1vJsxg7w+3mEBRemF +rew== 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=EpwlRcNqI66wHp3irlHp4W5XTxwsUtn6v7xyyrjlN8A=; b=e4UtN3eFc3YJNpdltvzpnxtQ0AEFhJ4yBPSouez+V9k+rngg0bP85NDbZuw5dRPG3C mjLabzmiQyCSXsT1Beeu9iftfXB+9KZ4gVxRYabjvykH7zQUMFDGLG/ZFgfb04JI0d4I W78pnQFXgq2ko5A5GdWm7vCNwFz4kPdbpuYPHfeIPlRVrfZxL1+hhtm92xWMfWCsO16Z ZLST/vGlKNdizi/QsCRv0R90z/gn6Lm8PF5v73y9RBj4kgFJL0P2ZwItMSAwW6DkHwwH NK3+SctZYI/kp5fYJO1eCMVh/ey4/ulhGwzmmA9f9f7WB1GST6FlF3cBDvTqv4vgl0r4 0X9A== 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 r23-v6si12107746pgb.623.2018.07.31.00.20.48; Tue, 31 Jul 2018 00:21:02 -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 S1731797AbeGaI6q (ORCPT + 99 others); Tue, 31 Jul 2018 04:58:46 -0400 Received: from verein.lst.de ([213.95.11.211]:55976 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727241AbeGaI6q (ORCPT ); Tue, 31 Jul 2018 04:58:46 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id D3A1B68D40; Tue, 31 Jul 2018 09:24:13 +0200 (CEST) Date: Tue, 31 Jul 2018 09:24:13 +0200 From: Christoph Hellwig To: Yoshinori Sato Cc: Christoph Hellwig , Rich Felker , 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: <20180731072413.GA22837@lst.de> References: <20180725094043.32443-1-hch@lst.de> <877elcrlbe.wl-ysato@users.sourceforge.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877elcrlbe.wl-ysato@users.sourceforge.jp> 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 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.