Re: [GIT PULL] USB fixes for v5.1-rc

2019-03-29 Thread Greg Kroah-Hartman
On Wed, Mar 27, 2019 at 03:32:55PM +0200, Felipe Balbi wrote: > > (fixing linux-usb email) > > Felipe Balbi writes: > > > Hi Greg, > > > > here's the first pull request for current -rc cycle. There really isn't > > much here yet, only some minor fixes and a new pci id. > > > > __ > >

[PATCH] usb: dwc2: gadget: add scatter-gather mode

2019-03-29 Thread Andrzej Pietrasiewicz
From: Andrzej Pietrasiewicz NOT FOR MERGING @Minas: can you please test with this patch instead of the original one? @Marek: can you please verify if null pointer bug exists in this version? This patch adds support for transferring requests, which are non-contiguous in physical memory, i.e. th

Re: [GIT PULL] USB fixes for v5.1-rc

2019-03-29 Thread Felipe Balbi
Hi, Greg Kroah-Hartman writes: > On Wed, Mar 27, 2019 at 03:32:55PM +0200, Felipe Balbi wrote: >> >> (fixing linux-usb email) >> >> Felipe Balbi writes: >> >> > Hi Greg, >> > >> > here's the first pull request for current -rc cycle. There really isn't >> > much here yet, only some minor fi

[GIT PULL] USB-serial fixes for 5.1-rc3

2019-03-29 Thread Johan Hovold
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.1-rc3 for you to fetch changes up to 84f3b43

Re: [GIT PULL] USB-serial fixes for 5.1-rc3

2019-03-29 Thread Greg Kroah-Hartman
On Fri, Mar 29, 2019 at 03:19:13PM +0100, Johan Hovold wrote: > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb

Re: [PATCH] usb: typec: mux: Store module handle

2019-03-29 Thread Heikki Krogerus
On Fri, Mar 29, 2019 at 02:17:01PM +, Sasha Levin wrote: > Hi, > > [This is an automated email] > > This commit has been processed because it contains a "Fixes:" tag, > fixing commit: . > > The bot has tested the following trees: v5.0.5, v4.19.32, v4.14.109, > v4.9.166, v4.4.177, v3.18.137.

Re: [PATCH] usb: host: xhci-plat: Prevent an abnormally restrictive PHY init skipping

2019-03-29 Thread Miquel Raynal
Hi Martin, Martin Blumenstingl wrote on Tue, 26 Mar 2019 18:29:25 +0100: > Hello Miquel, > > On Tue, Mar 26, 2019 at 9:39 AM Miquel Raynal > wrote: > > > > In the past, USB PHY handling has been moved in the HCD core. Some > > host controller drivers needing more control of the PHYs, they hav

Re: [PATCH] usb: dwc2: gadget: add scatter-gather mode

2019-03-29 Thread Marek Szyprowski
Hi Andrzej, On 2019-03-29 15:05, Andrzej Pietrasiewicz wrote: > From: Andrzej Pietrasiewicz > > NOT FOR MERGING > > @Minas: can you please test with this patch instead of the original one? > > @Marek: can you please verify if null pointer bug exists in this version? Yes, I've checked it on my te

Re: [PATCH] usb: gadget: Don't allocate zero-length buffers

2019-03-29 Thread MichaƂ Nazarewicz
Sorry for the late reply. On Thu, 21 Mar 2019 at 07:42, Andrzej Pietrasiewicz wrote: > > Hi Greg, > > W dniu 20.03.2019 o 15:25, Greg KH pisze: > > On Wed, Mar 20, 2019 at 01:56:41PM +0100, Andrzej Pietrasiewicz wrote: > >> Don't actually allocate anything if userspace enqueues a zero-length > >>