From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC6DCC4338F for ; Thu, 12 Aug 2021 13:09:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BCCE961058 for ; Thu, 12 Aug 2021 13:09:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237470AbhHLNJo (ORCPT ); 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.