Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp397101ybi; Thu, 13 Jun 2019 18:42:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqzntmfNmIfu2Evtei0G5BA8I3rCp0+T4cQ/wS1vaAKlQUebf+LwSerO6xkYlCyr4C9CUx2W X-Received: by 2002:a17:90a:d587:: with SMTP id v7mr8726243pju.28.1560476549701; Thu, 13 Jun 2019 18:42:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560476549; cv=none; d=google.com; s=arc-20160816; b=AW27nH3T3reGM93qfbZmYrb2urKdXJBL0pCPKOwdBO4dARzeiE8+vB7fKD+B6MLRUd qh1JKq39PFxEGRMLtQv7pDJ4+1dY9WKifecDUyt7cEc1QbkRRMIHCaVf2jQtYaQS/ecJ tggriE9fgfSQ7xtTPzTlaZsYKuws7SiIa0vVuqgBAcLBEnju1S7qTpaAn9go+aHIN31K OIhBiAn1iGal9t+kgZm+ZY+Iw//2BGJSFvfDBEYlJGnGafzIrwIytEIWuRz0i/AUCW9T H+Ov6G/FHU6bJlTUHLl6uTT1+dSiV6yJdho+4699Wf1L1RsjxfwnZKwl1FdNwk16XD7/ nVqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:content-transfer-encoding :references:in-reply-to:date:cc:to:from:subject:message-id; bh=DME+feIv6sCZGq0AN0bH7tbjpMN0PGuJdcwS4wwaV0c=; b=Efhr0Pdb+ianOxeY8KCWda88aBu2TxlSryQzuB2prcR1e8lmUaay6J4YE7jKpjqwDJ Y4uvzViSUaIzn09ibH6EC8mOq2KkvT/fll5pKu2MelJyF5MTW0/O7Da6ZktmMGrc6ySz osl5weL76ZHK0+q2drUQf0d8Rk9z6YXTxQIYs6UX/KrLgZCkyaR3a0TfPGGxvN7VNQKl aFHO074lqhbbfBGcaH8ZajTlu1AFwCRKX88D6V9ZL//UAxuomHUrun8gTr30wHlAy3oO uFJVTcPRea20o3wcFx0ypUOwlmjun7rmQATVwkstwgZ9KSvGodoxwhOMIe6v44Bjaw1H F0Hw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v11si900318plg.136.2019.06.13.18.42.13; Thu, 13 Jun 2019 18:42:29 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726389AbfFNBkh convert rfc822-to-8bit (ORCPT + 99 others); Thu, 13 Jun 2019 21:40:37 -0400 Received: from mga14.intel.com ([192.55.52.115]:29056 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725616AbfFNBkg (ORCPT ); Thu, 13 Jun 2019 21:40:36 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2019 18:40:36 -0700 X-ExtLoop1: 1 Received: from lftan-mobl.gar.corp.intel.com (HELO ubuntu) ([10.226.248.78]) by fmsmga007.fm.intel.com with SMTP; 13 Jun 2019 18:40:34 -0700 Received: by ubuntu (sSMTP sendmail emulation); Fri, 14 Jun 2019 09:40:34 +0800 Message-ID: <1560476434.21652.1.camel@intel.com> Subject: Re: switch nios2 and microblaze to use the generic uncached segement support From: Ley Foon Tan To: Christoph Hellwig , Michal Simek Cc: linux-mips@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Date: Fri, 14 Jun 2019 09:40:34 +0800 In-Reply-To: <20190603065324.9724-1-hch@lst.de> References: <20190603065324.9724-1-hch@lst.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-06-03 at 08:53 +0200, Christoph Hellwig wrote: > Hi all, > > can you take a look at this series?  It switches niops2 and > microblaze to > use the generic dma layer support for uncached segements. > > The dma mapping for-next git tree that includes the support is > available > here: > >     git://git.infradead.org/users/hch/dma-mapping.git for-next > > Gitweb: > >     http://git.infradead.org/users/hch/dma-mapping.git/shortlog/refs/ > heads/for-next > Hi Christoph Can this patch in http://git.infradead.org/users/hch/dma-mapping.git/sh ortlog/refs/heads/for-next [PATCH 1/2] nios2: use the generic uncached segment support in dma- direct Regards Ley Foon