Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp390166pxb; Wed, 20 Jan 2021 09:21:55 -0800 (PST) X-Google-Smtp-Source: ABdhPJyRRZoIQKcr3t8KXmM4Ays6u4FvMQoKSBnLzR4Chy1lxOXoPa+CkC3tNdQk4kgps39fu0NZ X-Received: by 2002:a17:906:3b16:: with SMTP id g22mr6550510ejf.504.1611163315754; Wed, 20 Jan 2021 09:21:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611163315; cv=none; d=google.com; s=arc-20160816; b=Np1ks2HPanYCru+ecLgUCQ3HY9WqYCbScWaPKoubM0w35p4nMpK2ZgqMCeietie7RL DI8P0nXaPC5oL02GJ7XsaeJbbqxqbgfxTUHRlWVKYyvuKRc06LvX0n2UV+vfsvvOLZj8 ZGFIchJB23waNcaXSHP/7pZg5kSirpqF9QbAn84BdbVolowzM3qLf6W9iY5DAjMy0RQC 1HHLgqBs+b+jTSsazfTjv58LRzn+cjHugM7Th6gkI+ccTkWJAvtqmn+21T0shCUfbREI L5iKT/gHxLRnffEBWZel1XxT3+7guvHKyxsIx85J18ZN6dkTq3txsqYsC32kmxbSWbFC ErCA== 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=vPOyfO7jgp61AKb9ln4e2UH9Gnunl9miJDwYUJGHN7U=; b=DE+TvA6RP6bPDc0AnVxLCexb+qBqqLcquez/SFwZRPXmWngiHsnJb3ModT2yfMs5pe mwHN8VMJSqNjKi3UaZ0mZeasltFLnaCrs0B6KHhR3U5ytbLSq/AHvq1fu2CkWpHKg9gI PEkb5/tYzpPxyRpjYNWPZ7jLdqYiWJtapPGabS+DgI+fiQ0ap+2mM9eVP07jBp0c6AUR 9sww4TXNf9Fy/YYtFhAk8mZRdkfLVr6to5SLAgy88UIajWA7s8LcqvFaOSZvPR99JTw+ Uo4FvK8iTTObhd1c0B7m2ZPJOELTdubuXWUf2P221EJiq7e9tvR2rDfetKe7P6/KcTW4 xo6A== 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 h13si876528ejx.477.2021.01.20.09.21.31; Wed, 20 Jan 2021 09:21:55 -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 S2404189AbhATRSv (ORCPT + 99 others); Wed, 20 Jan 2021 12:18:51 -0500 Received: from verein.lst.de ([213.95.11.211]:56843 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391740AbhATRSj (ORCPT ); Wed, 20 Jan 2021 12:18:39 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 2631968B05; Wed, 20 Jan 2021 18:17:49 +0100 (CET) Date: Wed, 20 Jan 2021 18:17:48 +0100 From: ". Christoph Hellwig" To: Ricardo Ribalda Cc: ". Christoph Hellwig" , Sergey Senozhatsky , Tomasz Figa , Marek Szyprowski , Robin Murphy , Mauro Carvalho Chehab , IOMMU DRIVERS , Joerg Roedel , Linux Doc Mailing List , Linux Kernel Mailing List , Linux Media Mailing List , Sergey Senozhatsky Subject: Re: [PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API Message-ID: <20210120171748.GA24290@lst.de> References: <20201125221917.150463-1-ribalda@chromium.org> <20201130083410.GD32234@lst.de> <20201201033658.GE3723071@google.com> <20201201144916.GA14682@lst.de> <20201208071320.GA1667627@google.com> <20201209111639.GB22806@lst.de> <20210111083614.GA27589@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 Fri, Jan 15, 2021 at 02:08:14PM +0100, Ricardo Ribalda wrote: > > > Did you have time to look into this? > > > > > > No hurry, I just want to make sure that I didn't miss anything ;) > > > > Haven't managed to get to it, sorry. > > No worries!, is there something we can do to help you with this? Not yet. I hope to get to it in the next days, and then soon I'll need all the help you can give me for feedback and testing.