[GIT PULL] USB patches for v3.10 (urgent fixes)

2013-04-23 Thread Felipe Balbi
Hi Greg,

Here are a few urgent fixes for my latest pull request. Good to know
people have been testing.

With these we will have a rather good -rc1 and anything else can be
fixed during the -rc cycle.

Let me know if you would prefer to wait until -rc1 to apply these
commits.

cheers

The following changes since commit 9b192de60b5a584ee4ed967fb6758773c75e4643:

  usb: gadget: nokia: include f_ecm.c (2013-04-03 21:02:47 +0300)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
tags/usb-for-v3.10-part2

for you to fetch changes up to added5fce61e97087a4a25270694c542c5ed1ba9:

  ARM: mxs_defconfig: add CONFIG_USB_PHY (2013-04-23 14:18:54 +0300)


usb: urgent fixes for v3.10 merge window

Here are some late urgent fixes for v3.10 merge window.

All of these errors were introduced by recent commits
which are in linux-next.

f_obex, multi and cdc2 gadget drivers have learned to
return a proper error code when something goes wrong.

usb_bind_phy() was mistakenly placed into .init.text
section which caused Section mismatch warnings and undefined
reference compile errors.

f_source_sink had a copy-paste error which is now corrected.

g_zero got a memory leak plugged.

Two defconfigs got fixed to enable the newly introduced
CONFIG_USB_PHY.


Andrzej Pietrasiewicz (2):
  usb: gadget: f_sourcesink.c: correct a copy-paste misnomer
  usb: gadget: zero: put function instances on unbind

Denis Efremov (1):
  usb: phy: remove exported function from __init section

Shawn Guo (2):
  ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
  ARM: mxs_defconfig: add CONFIG_USB_PHY

Wei Yongjun (3):
  usb: gadget: f_obex: fix error return code in obex_bind()
  usb: gadget: multi: fix error return code in rndis_do_config()
  usb: gadget: cdc2: fix error return code in cdc_do_config()

 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 arch/arm/configs/mxs_defconfig   | 1 +
 drivers/usb/gadget/cdc2.c| 4 +++-
 drivers/usb/gadget/f_obex.c  | 1 +
 drivers/usb/gadget/f_sourcesink.c| 4 ++--
 drivers/usb/gadget/multi.c   | 4 +++-
 drivers/usb/gadget/zero.c| 2 ++
 drivers/usb/phy/phy.c| 2 +-
 8 files changed, 14 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 patches for v3.10 (urgent fixes)

2013-04-23 Thread Greg KH
On Tue, Apr 23, 2013 at 02:38:20PM +0300, Felipe Balbi wrote:
 Hi Greg,
 
 Here are a few urgent fixes for my latest pull request. Good to know
 people have been testing.
 
 With these we will have a rather good -rc1 and anything else can be
 fixed during the -rc cycle.
 
 Let me know if you would prefer to wait until -rc1 to apply these
 commits.
 
 cheers
 
 The following changes since commit 9b192de60b5a584ee4ed967fb6758773c75e4643:
 
   usb: gadget: nokia: include f_ecm.c (2013-04-03 21:02:47 +0300)
 
 are available in the git repository at:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git 
 tags/usb-for-v3.10-part2

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