[GIT PULL] USB fixes for v3.16-rc2

From: Felipe Balbi
Date: Fri Jun 20 2014 - 10:44:47 EST


Hi Greg,

Here's my first set of fixes for this -rc cycle. Please consider merging
to your usb-linus branch.

cheers

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

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

for you to fetch changes up to 5d881802c407d83c169c875dad88fe2bba066c33:

usb: musb: core: Handle Babble condition only in HOST mode (2014-06-19 15:43:07 -0500)

----------------------------------------------------------------
usb: fixes for v3.16-rc2

dwc3-omap won't crash anymore on module removal and suspend/resume won't kill
xHCI interrupts.

MUSB got a fix to handle Babble condition only in host mode, how it should be.

The f_fs function driver got a fix for a NULL pointer dereference.

Renesas gadget got a fix for Status stage handling.

Signed-of-by: Felipe Balbi <balbi@xxxxxx>

----------------------------------------------------------------
Andrzej Pietrasiewicz (2):
usb: gadget: OS descriptors configfs cleanup
usb: gadget: OS descriptors: provide interface directory names

Dan Carpenter (1):
usb: gadget: f_rndis: fix an error code on allocation failure

George Cherian (3):
usb: dwc3: dwc3-omap: Fix the crash on module removal
usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepare/complete
usb: musb: core: Handle Babble condition only in HOST mode

Jeff Westfahl (1):
usb: gadget: u_ether: synchronize with transmit when stopping queue

Kuninori Morimoto (1):
usb: renesas: gadget: fixup: complete STATUS stage after receiving

Linus Walleij (1):
usb: musb: ux500: don't propagate the OF node

Marcus Nutzinger (1):
usb: gadget: gadgetfs: correct dev state

Michal Nazarewicz (2):
tools: ffs-test: convert to new descriptor format fixing compilation error
usb: gadget: f_fs: fix NULL pointer dereference when there are no strings

Zhuang Jin Can (1):
usb: dwc3: gadget: check link trb after free_slot is increased

drivers/usb/dwc3/Kconfig | 1 +
drivers/usb/dwc3/dwc3-omap.c | 17 ++++++++++++++---
drivers/usb/dwc3/gadget.c | 8 ++++----
drivers/usb/gadget/configfs.c | 37 +++++++++++++++++++------------------
drivers/usb/gadget/configfs.h | 1 +
drivers/usb/gadget/f_fs.c | 12 +++++++-----
drivers/usb/gadget/f_rndis.c | 6 ++++--
drivers/usb/gadget/inode.c | 7 ++++++-
drivers/usb/gadget/u_ether.c | 3 +++
drivers/usb/musb/musb_core.c | 2 +-
drivers/usb/musb/ux500.c | 1 -
drivers/usb/renesas_usbhs/fifo.c | 8 ++++++++
include/uapi/linux/usb/functionfs.h | 2 +-
tools/usb/Makefile | 6 +++++-
tools/usb/ffs-test.c | 20 ++++++++++++++++++--
15 files changed, 92 insertions(+), 39 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/