Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3851593pxb; Tue, 10 Nov 2020 01:27:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJzcjSlZ4VHtmDxn4ltMwnlsWHvQUsdjhU+mu3PnPL4f44l9qHNdwwDZH6f4GtmeI8jLh5sh X-Received: by 2002:a17:906:a00c:: with SMTP id p12mr19895264ejy.249.1605000464411; Tue, 10 Nov 2020 01:27:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605000464; cv=none; d=google.com; s=arc-20160816; b=bGqZC55XpWCCPr7LBGfIYTIGXjoRUmEZ1ov9xToOA+rfj7UbYq3zVk9iD6a4/E4SL9 x3AziuT/n6ISEZyiN8QIX2KGoyKe0QHcjpy4Mz7FxU3CAY5UldAggc5RuVQOp0w2/G4A njGqRWXDdDXYS0T2BEJjLqBJnuGb0tn6c7+NUNCCQK7F5zdKl0a+7XvQ+J7SUC26D1JP U3ffseTCE6QMFc1vK9PCPd7sXGGyZpLFb1oPeL9hXST6NMYZrA/XN0TNI9yM6un9z10d 2s1OSGJ1xMcqyHI40/dwkJvWs/Nd1Ja8WM80+2tbZRXST/3tSMj0bLyu7Mx78Dct9xOQ hHIg== 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=UMFiZfZVTaE13XmF0RoGgufQgeVa88O5+ODx5MeIqSQ=; b=CLRHXMvXHBfincgo30qpg/4ErQxNWVvay3AFicziye2s1YsBB1L15gAX7NfVAOhQhS D8nvsBnnyc2N3iD+JbMLD4QunWYYc8o4Yw67T6pvG5OM2zxwIfanOLlae8KunGgOeTqN oJ6q6rrkGy7F0U9XgCNuy6VG0/PR2RvlPUlxqJ6ZzQifMz6QX+WnsJY6GmLeI/zTUlkY nW3e5ZqiU8nZ4FtPT8/i1DoXgSaMQa9yh25024h8Vay0tmwrAP7aoMFbEYSxm4Y6IovX LsVoudFqXqOMW0F7OCxAxNPzDe/R4QND2pqIEYju4vqdrIXitbY3vcW26Q6tgiinq9S1 fAKg== 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 n12si421606edb.173.2020.11.10.01.27.20; Tue, 10 Nov 2020 01:27:44 -0800 (PST) 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 S1729441AbgKJJZM (ORCPT + 99 others); Tue, 10 Nov 2020 04:25:12 -0500 Received: from verein.lst.de ([213.95.11.211]:35272 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726213AbgKJJZL (ORCPT ); Tue, 10 Nov 2020 04:25:11 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 4D1126736F; Tue, 10 Nov 2020 10:25:07 +0100 (CET) Date: Tue, 10 Nov 2020 10:25:06 +0100 From: Christoph Hellwig To: Ricardo Ribalda Cc: Tomasz Figa , Christoph Hellwig , Mauro Carvalho Chehab , Marek Szyprowski , "list@263.net:IOMMU DRIVERS , Joerg Roedel ," , Robin Murphy , Linux Doc Mailing List , Linux Kernel Mailing List , Linux Media Mailing List Subject: Re: [PATCH 8/8] WIP: add a dma_alloc_contiguous API Message-ID: <20201110092506.GA24469@lst.de> References: <20200930160917.1234225-1-hch@lst.de> <20200930160917.1234225-9-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 09, 2020 at 03:53:55PM +0100, Ricardo Ribalda wrote: > Hi Christoph > > I have started now to give a try to your patchset. Sorry for the delay. > > For uvc I have prepared this patch: > https://github.com/ribalda/linux/commit/9094fe223fe38f8c8ff21366d893b43cbbdf0113 > > I have tested successfully in a x86_64 noteboot..., yes I know there > is no change for that platform :). > I am trying to get hold of an arm device that can run the latest > kernel from upstream. > > On the meanwhile if you could take a look to the patch to verify that > this the way that you expect the drivers to use your api I would > appreciate it This looks pretty reaosnable. Note that ifdef CONFIG_DMA_NONCOHERENT in the old code doesn't actually work, as that option is an internal thing just for mips and sh..