All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.9-rc7
Date: Thu, 24 Nov 2016 16:03:54 +0100	[thread overview]
Message-ID: <20161124150354.GA10097@kroah.com> (raw)

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

                 reply	other threads:[~2016-11-24 15:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161124150354.GA10097@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.