[GIT PULL] USB fixes for v4.4-rc5

2015-12-09 Thread Felipe Balbi
Hi Greg,

Here's what I hope to be the last set of fixes for current -rc. Let me
know if you want anything to be changed.

cheers

The following changes since commit f74875dc36135ebae82a8e005f4b7f52289d2c40:

  usb: dwc2: fix kernel oops during driver probe (2015-11-20 09:29:47 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
tags/fixes-for-v4.4-rc5

for you to fetch changes up to 7d32cdef535622c0aea39807989f62cdddea207e:

  usb: musb: fail with error when no DMA controller set (2015-12-09 09:36:03 
-0600)


usb: fixes for-v4.4-rc5

Hopefully final set of fixes for v4.4 release cycle.

There's a fix for a regression on dwc3 caused by recent changes to how
transfers are started. We're not pre-starting interrupt endpoints
anymore.

A NULL pointer dereference fix for the MSM phy driver.

The UVC gadget got a minor fix for permissions to its configfs
attributes and, finally, two fixes for MUSB. A fix for PM runtime when
MUSB returns EPROBE_DEFER and a fix to actually return an error in case
we can't initialize a DMA engine.

Signed-off-by: Felipe Balbi 


Aaro Koskinen (1):
  usb: musb: fail with error when no DMA controller set

Felipe Balbi (1):
  usb: dwc3: gadget: don't prestart interrupt endpoints

LABBE Corentin (1):
  usb: phy: msm: fix a possible NULL dereference

Mian Yousaf Kaukab (1):
  usb: gadget: uvc: fix permissions of configfs attributes

Tony Lindgren (1):
  usb: musb: core: Fix pm runtime for deferred probe

 drivers/usb/dwc3/gadget.c  | 1 +
 drivers/usb/gadget/function/uvc_configfs.c | 2 +-
 drivers/usb/musb/musb_core.c   | 8 +++-
 drivers/usb/phy/phy-msm-usb.c  | 6 +++---
 4 files changed, 12 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [GIT PULL] USB fixes for v4.4-rc5

2015-12-09 Thread Greg KH
On Wed, Dec 09, 2015 at 09:58:41AM -0600, Felipe Balbi wrote:
> Hi Greg,
> 
> Here's what I hope to be the last set of fixes for current -rc. Let me
> know if you want anything to be changed.
> 
> cheers
> 
> The following changes since commit f74875dc36135ebae82a8e005f4b7f52289d2c40:
> 
>   usb: dwc2: fix kernel oops during driver probe (2015-11-20 09:29:47 -0600)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
> tags/fixes-for-v4.4-rc5

Pulled and pushed out, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html