From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call Date: Fri, 1 Feb 2019 17:10:26 +0100 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 Return-path: Content-Disposition: inline In-Reply-To: <87d0obodci.fsf@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: alsa-devel@alsa-project.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. From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Subject: [12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call From: Christoph Hellwig Message-Id: <20190201161026.GE6532@lst.de> Date: Fri, 1 Feb 2019 17:10:26 +0100 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 List-ID: T24gRnJpLCBGZWIgMDEsIDIwMTkgYXQgMDM6MTk6NDFQTSArMDIwMCwgRmVsaXBlIEJhbGJpIHdy b3RlOgo+IENocmlzdG9waCBIZWxsd2lnIDxoY2hAbHN0LmRlPiB3cml0ZXM6Cj4gCj4gPiBkbWFf bWFwX3NpbmdsZSBhbHJlYWR5IHRyYW5zZmVycyBvd25lcnNoaXAgdG8gdGhlIGRldmljZS4KPiA+ Cj4gPiBTaWduZWQtb2ZmLWJ5OiBDaHJpc3RvcGggSGVsbHdpZyA8aGNoQGxzdC5kZT4KPiAKPiBE byB5b3Ugd2FudCBtZSB0byB0YWtlIHRoZSBVU0IgYml0cyBvciB3aWxsIHlvdSB0YWtlIHRoZSBl bnRpcmUgc2VyaWVzPwo+IEluIGNhc2UgeW91J3JlIHRha2luZyB0aGUgZW50aXJlIHNlcmllczoK CklmIHlvdSB3YW50IHRvIHRha2UgdGhlIFVTQiBmZWVsIGZyZWUuICBJIGp1c3Qgd2FudCBtb3N0 IG9mIHRoaXMgaW4KdGhpcyBtZXJnZSB3aW5kb3cgaWYgcG9zc2libGUuCg== From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Fri, 01 Feb 2019 16:10:26 +0000 Subject: Re: [PATCH 12/18] fotg210-udc: remove a bogus dma_sync_single_for_device call Message-Id: <20190201161026.GE6532@lst.de> List-Id: References: <20190201084801.10983-1-hch@lst.de> <20190201084801.10983-13-hch@lst.de> <87d0obodci.fsf@linux.intel.com> In-Reply-To: <87d0obodci.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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.