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 PATCH] USB fixes for 3.12-rc6
Date: Thu, 17 Oct 2013 10:37:29 -0700	[thread overview]
Message-ID: <20131017173729.GA8122@kroah.com> (raw)

The following changes since commit d0e639c9e06d44e713170031fe05fb60ebe680af:

  Linux 3.12-rc4 (2013-10-06 14:00:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.12-rc6

for you to fetch changes up to 94468783cd960aa14b22503dd59afd14efb785aa:

  usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_register (2013-10-17 09:34:30 -0700)

----------------------------------------------------------------
USB fixes for 3.12-rc6

Here are some USB fixes and new device ids for 3.12-rc6

The largest change here is a bunch of new device ids for the option USB
serial driver for new Huawei devices.  Other than that, just some small
bug fixes for issues that people have reported (run-time and
build-time), nothing major.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Diego Elio Pettenò (1):
      USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as well.

Enrico Mioso (1):
      usb: serial: option: blacklist Olivetti Olicard200

Fangxiaozhi (Franko) (1):
      USB: support new huawei devices in option.c

Greg Kroah-Hartman (4):
      Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'for-usb-linus-2013-10-09' of git://git.kernel.org/.../sarah/xhci into usb-linus
      USB: serial: option: add support for Inovia SEW858 device
      Revert "usb: musb: gadget: fix otg active status flag"

Guenter Roeck (1):
      usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_register

Matthew Dawson (1):
      usb: misc: usb3503: Fix compile error due to incorrect regmap depedency

Oliver Neukum (4):
      xhci: quirk for extra long delay for S4
      USB: quirks.c: add one device that cannot deal with suspension
      USB: quirks: add touchscreen that is dazzeled by remote wakeup
      usb-storage: add quirk for mandatory READ_CAPACITY_16

Russell King - ARM Linux (1):
      usb/chipidea: fix oops on memory allocation failure

Sarah Sharp (1):
      xhci: Don't enable/disable RWE on bus suspend/resume.

Sebastian Andrzej Siewior (1):
      usb: musb: start musb on the udc side, too

Takashi Iwai (1):
      xhci: Fix spurious wakeups after S5 on Haswell

Xenia Ragiadakou (1):
      xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registers

 drivers/usb/chipidea/host.c           |   6 +-
 drivers/usb/core/quirks.c             |   6 +
 drivers/usb/host/pci-quirks.c         |   4 +-
 drivers/usb/host/xhci-hub.c           |  26 ----
 drivers/usb/host/xhci-pci.c           |  25 ++++
 drivers/usb/host/xhci.c               |  14 ++-
 drivers/usb/host/xhci.h               |   2 +
 drivers/usb/misc/Kconfig              |   2 +-
 drivers/usb/musb/musb_core.c          |  46 +++++++
 drivers/usb/musb/musb_core.h          |   1 +
 drivers/usb/musb/musb_gadget.c        |   3 +
 drivers/usb/musb/musb_virthub.c       |  46 -------
 drivers/usb/serial/option.c           | 225 +++++++++++++++++++++++++++++++++-
 drivers/usb/serial/ti_usb_3410_5052.c |   1 +
 drivers/usb/storage/scsiglue.c        |   5 +-
 drivers/usb/storage/unusual_devs.h    |   7 ++
 include/linux/usb/usb_phy_gen_xceiv.h |   2 +-
 include/linux/usb_usual.h             |   4 +-
 18 files changed, 343 insertions(+), 82 deletions(-)

                 reply	other threads:[~2013-10-17 17:37 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=20131017173729.GA8122@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.