Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2571527imj; Mon, 11 Feb 2019 05:14:02 -0800 (PST) X-Google-Smtp-Source: AHgI3IbkxPdEk9yaxV905KjrboT9ZPHy8G3w1ca+TMWMO8VnFkx5kM/mY5lvCULoO75k0hTipLPs X-Received: by 2002:a63:2164:: with SMTP id s36mr6168993pgm.430.1549890841962; Mon, 11 Feb 2019 05:14:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549890841; cv=none; d=google.com; s=arc-20160816; b=Nbpgd/TwZtkgkZcLARBEbNBDITvAMNrBdZfdv8ZpOnHEhP+2KG6YdyxUBxGa7sbg/1 FWyD1u8TYTTB2JJ06laRGfQY9ks8W/x/ja5iAYeZcir4RVd7bIbuJFUxoLCOsf4VifiQ wMevz1PowUhHcamqK9vtw4c0s9Woi3/BirLoKi9nbgNxMiGoe8hsIGuSgTpKFQixmRR4 cU/usVJOrUOVxuje7lXySgmWTVKBwwyqikY42QIGH61S5+fvBKMXrDTIRgQGNFk0zr1Z SXhwEeQYPcIqVqa9di3ow7oiXS5c4l26RhgT83nnfh2Pl8Zax0TOOd1n/liHFdBvjazo vfmw== 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=XMJKcWfzhw6/deGxFXwgt/moQvwgquX/1AInLLkXVH8=; b=m6GIfa3RktwU+QNobJ1T2Zs8O2CPRzQybWKmCEW/UHwSV2jbua3smhjcFhCCxAiMzk suxiXqNMuo4wdNBjO4e5F5GEAtHTHnapZt9P9tA2MrZ9uNLbs7G27V+DAa7j+ONbOpq4 pqD/Z2pwxmt2wK0KjkaVYSOqIsGLO/joEi3DPiGnKc4v8cmBLAAbyDOOtf9P0EcKRPG/ 9qww+iByyS+WGF6+5KIZpRBpcADRMeVHnaZjpqONaa7hghjGdrLD00ikiPEyLrm1+0eM RCfSOtWHVEA2UOLf5IooBJjRExdK6dySOqqCHKNSejC2rNuz8YvLp1wd5iYyVqk8T4w9 aW5w== 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 6si10383792plc.241.2019.02.11.05.13.45; Mon, 11 Feb 2019 05:14:01 -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 S1727636AbfBKNMq (ORCPT + 99 others); Mon, 11 Feb 2019 08:12:46 -0500 Received: from verein.lst.de ([213.95.11.211]:56614 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727106AbfBKNMq (ORCPT ); Mon, 11 Feb 2019 08:12:46 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 98C9068DD6; Mon, 11 Feb 2019 14:12:43 +0100 (CET) Date: Mon, 11 Feb 2019 14:12:43 +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: <20190211131243.GA21917@lst.de> References: <20190201084801.10983-1-hch@lst.de> <20190201084801.10983-13-hch@lst.de> <87d0obodci.fsf@linux.intel.com> <20190201161026.GE6532@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190201161026.GE6532@lst.de> 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 05:10:26PM +0100, Christoph Hellwig wrote: > 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. I didn't see in the USB tree yet, so please let me know if you want to take it.