[GIT PULL] USB driver fixes for 4.9-rc7

From: Greg KH
Date: Thu Nov 24 2016 - 10:06:47 EST


The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:

Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.9-rc7

for you to fetch changes up to c0da038d7afed2892346fdb9601e4fefee13a800:

Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2016-11-18 15:49:31 +0100)

----------------------------------------------------------------
USB fixes for 4.9-rc7

Here are a few small USB fixes and new device ids for 4.9-rc7.

The majority of these fixes are in the musb driver, fixing a number of
regressions that have been reported but took a while to resolve. The
other fixes are all small ones, to resolve other reported minor issues.

All have been in linux-next for a while with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Doug Brown (1):
USB: serial: ftdi_sio: add support for TI CC3200 LaunchPad

Felix Hädicke (1):
usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()

Greg Kroah-Hartman (2):
Merge tag 'fixes-for-v4.9-rc6' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/.../johan/usb-serial into usb-linus

Paul Jakma (1):
USB: serial: cp210x: add ID for the Zone DPMX

Peter Chen (1):
usb: chipidea: move the lock initialization to core file

Petr Vandrovec (1):
Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=y

Tony Lindgren (6):
usb: musb: Fix broken use of static variable for multiple instances
usb: musb: Fix sleeping function called from invalid context for hdrc glue
usb: musb: Fix PM for hub disconnect
usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeout
usb: musb: Drop pointless PM runtime code for dsps glue
phy: twl4030-usb: Fix for musb session bit based PM

drivers/phy/phy-twl4030-usb.c | 4 +-
drivers/usb/chipidea/core.c | 1 +
drivers/usb/chipidea/udc.c | 2 -
drivers/usb/gadget/function/f_fs.c | 8 +-
drivers/usb/musb/musb_core.c | 147 ++++++++++++++++++++++++++++++++-----
drivers/usb/musb/musb_core.h | 13 +++-
drivers/usb/musb/musb_dsps.c | 58 +++++++--------
drivers/usb/musb/musb_gadget.c | 39 ++++++++--
drivers/usb/musb/omap2430.c | 10 +--
drivers/usb/musb/tusb6010.c | 6 +-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/ftdi_sio.c | 2 +
drivers/usb/serial/ftdi_sio_ids.h | 6 ++
drivers/usb/storage/transport.c | 7 +-
14 files changed, 229 insertions(+), 75 deletions(-)