Received: by 2002:a05:6a10:8a4d:0:0:0:0 with SMTP id dn13csp11219pxb; Thu, 12 Aug 2021 09:38:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxNwSJ3dY2jYFKRlOkv4rLzgf88cbIGTEnd2Xlb/0SjJMg9N9Kj9WwLu0DhCBVbu+0p7Qe6 X-Received: by 2002:a92:cf07:: with SMTP id c7mr3450171ilo.291.1628786329131; Thu, 12 Aug 2021 09:38:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628786329; cv=none; d=google.com; s=arc-20160816; b=NyGEgCAh/rBqjzZ1JdUW1l4J5Hrjkl7NyQjnuTsRji//dlgOqlAZTyp+YyD/6synD2 kXayAEd4n8kpbOFe2lgq8uSjZceFkHPQJarExwl3ZpAaz5gmVYj7MOSsQhZO7B+fa4Nl 7Qoqeuv7lHZySdAKv6ItpyLvvEqt4eAewc28JS7cpyc/0QwSrXbl9eAcJVGJmgeK8jv8 Fj6h7LhQRWWbXaCNnNkVkWp38yWFVPq1vxtaG+qq740X4LjYqbn6RSc/t45oyUbsie5h uYsdF8HuHpV55X3c8GCiFlbVpfHNvvZyP2nZPgByf+lXIy1La7g9eHSls2fCnWouNuqg x3ig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=d76BFZB71MB32nB6Wcasi7onaIgrKo06kQw1E8DQmLY=; b=OrakG08LuvkeKsbyb5qRRXJQc0voYFyYzOZr/jxbbPo9T0tXw/izenaPTNDsyIWbze Rpumicx5O1xSD/WXyMIBCuXgpWyDjnQeGhjvAC63cEY03VhxkFwiyNF/+n2aIjCTNdvV t6cAf1sVTHUaV/uxKXUkB0pUzQLErXEDj7Ujj+pTFUI40JVMgVzATyAZ4FfzC7lsIKTU 8GpddwpbHD6zG+JvRBNqmlp7f9w3P2HJtL8MQUlRrDfPqtSMIj5MDT35gXkrYt3CBGel 8QvhrAwr55zcuhCr2orsTj8Jvp0JUyTABQjeB1AfbXDfAIOXClct6oqc6UBTHsTxifGL Lpiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l19si3787760jad.9.2021.08.12.09.38.29; Thu, 12 Aug 2021 09:38:49 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237467AbhHLNJo (ORCPT + 99 others); Thu, 12 Aug 2021 09:09:44 -0400 Received: from verein.lst.de ([213.95.11.211]:44273 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237402AbhHLNJn (ORCPT ); Thu, 12 Aug 2021 09:09:43 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id A09F268AFE; Thu, 12 Aug 2021 15:09:14 +0200 (CEST) Date: Thu, 12 Aug 2021 15:09:14 +0200 From: 'Christoph Hellwig' To: Brian Cain Cc: 'Christoph Hellwig' , iommu@lists.linux-foundation.org, 'Russell King' , 'Dillon Min' , 'Vladimir Murzin' , linux-arm-kernel@lists.infradead.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org, "'Manning, Sid'" Subject: Re: add support for the global coherent pool to the dma core Message-ID: <20210812130914.GA22352@lst.de> References: <20210712061704.4162464-1-hch@lst.de> <03d501d783c4$1d3f10e0$57bd32a0$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03d501d783c4$1d3f10e0$57bd32a0$@codeaurora.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 28, 2021 at 10:20:34AM -0500, Brian Cain wrote: > > this series adds support for using the global coherent (aka uncached) > > pool to the generic dma-direct code and then switches arm-nommu and > > hexagon over to it, together with a bunch of cleanups. > > Christoph, > > Thanks for sending this -- I will take a look and give some feedback soon. Any chance you'll get to this in the next days? I'd love to merge this series for the current merge window with a little time in linux-next.