[GIT PULL] USB driver fixes for 5.0-rc2

2019-01-13 Thread Greg KH
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.0-rc2 for you to fetch changes up to b9fcb0e6b7052b7e2d18fed

Re: [GIT PULL] USB driver fixes for 5.0-rc2

2019-01-13 Thread pr-tracker-bot
The pull request you sent on Sun, 13 Jan 2019 11:22:52 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.0-rc2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/1dd8a3f6c619723ab442d6a27247d2f2153f3b11 Thank you! -- Deet-doot-dot, I am a

Re: [PATCH v5 4/6] usb: gadget: add mechanism to specify an explicit status stage

2019-01-13 Thread Paul Elder
On Fri, Jan 11, 2019 at 10:50:11AM -0500, Alan Stern wrote: > On Fri, 11 Jan 2019, Paul Elder wrote: > > > On Wed, Jan 09, 2019 at 02:06:31PM -0500, Alan Stern wrote: > > > On Wed, 9 Jan 2019, Paul Elder wrote: > > > > > > > A usb gadget function driver may or may not want to delay the status > >

[BUG REPORT] Unmapping sgtable from ffs

2019-01-13 Thread Felipe Balbi
Hi Andrzej, since your commit 772a7a724f69d258025fedd87dde1aafe4171aef (usb: gadget: f_fs: Allow scatter-gather buffers), we get the following BUG when trying to use ffs: > [ 59.013689] BUG: unable to handle kernel paging request at > 9dcad2b6f000 > [ 59.021473] #PF error: [PROT

Re: getting around "Max number of devices this xHCI host supports is 32" limit

2019-01-13 Thread Marc MERLIN
On Mon, Dec 31, 2018 at 12:34:31PM -0500, Alan Stern wrote: > > Just a small addition, many Intel xHCI controllers now support 64 devices. > > > > It's possible to get the max device slots xHCI hardware supports from a xHC > > register. > > (bits 7:0 of the HCSPARAMS1 capability register) > >