Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp610275ima; Fri, 1 Feb 2019 08:11:06 -0800 (PST) X-Google-Smtp-Source: AHgI3IZGbfRhbRvC8YC/xCMDyon+1NF6UjHzbufcUinEo7LhkC5ieTvQtrwgWHhy0lSJZDjiw2qY X-Received: by 2002:a63:d34a:: with SMTP id u10mr2866180pgi.301.1549037466217; Fri, 01 Feb 2019 08:11:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549037466; cv=none; d=google.com; s=arc-20160816; b=aUM2TUtApsrNnHErMFAloyFPWCYUuNpCs8qijezUQe/Q6qDjFB0IuiUO7gQmncaAJw hptiJThqWTYbIoeU/VZoXBXdHUI99FSu2pWONVKwOuPFIuNLe4KeYfqfAi60nwgMKK2q sjMPJEZbHw03b1vrNHUzcvxf5v346YCpEtbrTnJect7BmoW2IkLBVZUm4q9HCbpg4vUU dcyxt2NfO3W9UNzoI2TI8dZsSWzSi5v2ZpxOu/ed9Be4joF34wYajhTa7zXBlou/DcyT aWjwC2YMiGpo6vyirAVxLfZea7gPBL9E5OTUJXibfVZBXfQBfrpHt0EdJ4FQxApPBHhz tKGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=aoo285tGmR0YhKZ9wahKO00z2GOh6pvBn5aGZ7qNuvQ=; b=kDqwtyr+xgXxvb/rRd8+t96+Wi3Dkw0DzYGyci6FsEkH9NgjuBynKLgZEbBFdC+vob tcXp+UH8t0jELkv9422lhR/zj/hls1rwTimrvMVD2wNJFDIPLTZMNJboAI9A0WCmYmZz iKWFjs+7dwTBGnB179FsZr3EpT8L/0ZTB/NyUsmpuuMl6sKprerc82HxqyJ0LEEw7R2o ouuvc7Sm3uxmplc4ucXhMErh+6KYtaGY5y85xCSUn8XLFApkTpyKFGx3XgeXL0MotO/c 2/t/vQHtufCW6OAIUbN2qpoD+Vtbx2V2Ug3qeYA7w8KLxHj/4LQ4f9KlYjpu28HfvLwi uLkg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m9si7672153pll.349.2019.02.01.08.10.50; Fri, 01 Feb 2019 08:11:06 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730632AbfBAQK3 (ORCPT + 99 others); Fri, 1 Feb 2019 11:10:29 -0500 Received: from verein.lst.de ([213.95.11.211]:35638 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726172AbfBAQK2 (ORCPT ); Fri, 1 Feb 2019 11:10:28 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 77CA868D93; Fri, 1 Feb 2019 17:10:26 +0100 (CET) Date: Fri, 1 Feb 2019 17:10:26 +0100 From: Christoph Hellwig To: Felipe Balbi Cc: Christoph Hellwig , John Crispin , Vinod Koul , Dmitry Tarnyagin , Nicolas Ferre , Sudip Mukherjee , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org, iommu@lists.linux-foundation.org Subject: Re: [PATCH 12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call Message-ID: <20190201161026.GE6532@lst.de> References: <20190201084801.10983-1-hch@lst.de> <20190201084801.10983-13-hch@lst.de> <87d0obodci.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87d0obodci.fsf@linux.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 01, 2019 at 03:19:41PM +0200, Felipe Balbi wrote: > Christoph Hellwig writes: > > > dma_map_single already transfers ownership to the device. > > > > Signed-off-by: Christoph Hellwig > > Do you want me to take the USB bits or will you take the entire series? > In case you're taking the entire series: If you want to take the USB feel free. I just want most of this in this merge window if possible.