From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966050AbcKXPEI (ORCPT ); Thu, 24 Nov 2016 10:04:08 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:55088 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965739AbcKXPEC (ORCPT ); Thu, 24 Nov 2016 10:04:02 -0500 Date: Thu, 24 Nov 2016 16:03:54 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 4.9-rc7 Message-ID: <20161124150354.GA10097@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)