[GIT PULL] USB fixes for v3.12-rc

2013-10-11 Thread Felipe Balbi
Hi Greg,

My last round of fixes, just one this time on MUSB.

It should now work on peripheral-only configurations.

The following changes since commit b377216bd2d313b393ddd4b04c71f700842d104b:

  usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints 
(2013-10-01 09:24:14 -0500)

are available in the git repository at:

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

for you to fetch changes up to 001dd84a92a25f8f2bad7d26df8bdb0362302c07:

  usb: musb: start musb on the udc side, too (2013-10-11 10:39:35 -0500)


usb: musb: fix for v3.12-rc

A single patch fixing musb start when using peripheral
only configurations. It turns out that musb_start() needs
to be called for peripheral too, so that function is
factored out of musb_virthub.c and into musb_core.c since
it's shared for both roles.

Signed-of-by: Felipe Balbi ba...@ti.com


Sebastian Andrzej Siewior (1):
  usb: musb: start musb on the udc side, too

 drivers/usb/musb/musb_core.c| 46 +
 drivers/usb/musb/musb_core.h|  1 +
 drivers/usb/musb/musb_gadget.c  |  2 ++
 drivers/usb/musb/musb_virthub.c | 46 -
 4 files changed, 49 insertions(+), 46 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 v3.12-rc

2013-10-11 Thread Greg KH
On Fri, Oct 11, 2013 at 11:22:25AM -0500, Felipe Balbi wrote:
 Hi Greg,
 
 My last round of fixes, just one this time on MUSB.
 
 It should now work on peripheral-only configurations.
 
 The following changes since commit b377216bd2d313b393ddd4b04c71f700842d104b:
 
   usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpoints 
 (2013-10-01 09:24:14 -0500)
 
 are available in the git repository at:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
 tags/fixes-for-v3.12-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


[GIT PULL] USB fixes for v3.12-rc

2013-09-17 Thread Felipe Balbi
Hi Greg,

Here's my first set of fixes. Please consider merging.

cheers

The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:

  Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
tags/fixes-for-v3.12-rc2

for you to fetch changes up to d3675e3a481d3320e214984a10577fe06518c5bf:

  usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr 
(2013-09-17 11:08:46 -0500)


usb: fixes for v3.12-rc2

Here's first set of fixes for v3.12-rc series, patches have
been soaking in linux-usb for a while now.

We have the usual sparse and build warnings, a Kconfig fix
to a mismerge on dwc3 Kconfig, fix for a possible memory leak
in dwc3, s3c-hsotg won't disconnect when bus goes idle, locking
fix in mv_u3d_core, endpoint disable fix in f_mass_storage.

We also have one device ID added to dwc3's PCI glue layer in order
to support Intel's BayTrail devices.

Signed-of-by: Felipe Balbi ba...@ti.com


Alan Stern (1):
  usb: gadget: fix a bug and a WARN_ON in dummy-hcd

Alexey Khoroshilov (1):
  usb: gadget: mv_u3d_core: fix violation of locking discipline in 
mv_u3d_ep_disable()

Andrzej Pietrasiewicz (1):
  usb: gadget: cdc2: fix conversion to new interface of f_ecm

Chanho Park (1):
  usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr

Chen Gang (1):
  usb: gadget: add '__ref' for rndis_config_register() and 
cdc_config_register()

David Cohen (1):
  usb: dwc3: gadget: avoid memory leak when failing to allocate all eps

Heikki Krogerus (2):
  usb: dwc3: pci: add support for BayTrail
  usb: dwc3: remove extcon dependency

Marek Szyprowski (1):
  usb: s3c-hsotg: fix unregistration function

Peter Oh (1):
  usb: gadget: f_mass_storage: reset endpoint driver data when disabled

Sachin Kamat (4):
  usb: phy: omap-usb3: Fix return value
  usb: gadget: f_ecm: Staticize ecm_alloc
  usb: gadget: f_eem: Staticize eem_alloc
  usb: host: fsl-mph-dr-of: Staticize local symbols

 drivers/usb/dwc3/Kconfig|  1 -
 drivers/usb/dwc3/dwc3-pci.c |  2 ++
 drivers/usb/dwc3/gadget.c   |  6 ++
 drivers/usb/gadget/cdc2.c   | 19 +--
 drivers/usb/gadget/dummy_hcd.c  |  7 ---
 drivers/usb/gadget/f_ecm.c  |  2 +-
 drivers/usb/gadget/f_eem.c  |  2 +-
 drivers/usb/gadget/f_mass_storage.c |  2 ++
 drivers/usb/gadget/multi.c  |  8 
 drivers/usb/gadget/mv_u3d_core.c|  3 +++
 drivers/usb/gadget/s3c-hsotg.c  | 13 -
 drivers/usb/host/fsl-mph-dr-of.c|  6 +++---
 drivers/usb/phy/phy-omap-usb3.c |  2 +-
 13 files changed, 28 insertions(+), 45 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 v3.12-rc

2013-09-17 Thread Greg KH
On Tue, Sep 17, 2013 at 12:37:03PM -0500, Felipe Balbi wrote:
 Hi Greg,
 
 Here's my first set of fixes. Please consider merging.
 
 cheers
 
 The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
 
   Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
 
 are available in the git repository at:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
 tags/fixes-for-v3.12-rc2

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