linux-kernel.vger.kernel.org archive mirror
 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.2-rc6
Date: Fri, 7 Aug 2015 15:36:48 -0700	[thread overview]
Message-ID: <20150807223648.GA32325@kroah.com> (raw)

The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:

  Linux 4.2-rc4 (2015-07-26 12:26:21 -0700)

are available in the git repository at:

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

for you to fetch changes up to 0a1b6f63198f6e51d12c8d8c4ed4e7d759b3b73d:

  Merge tag 'phy-for-4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus (2015-08-05 10:12:23 -0700)

----------------------------------------------------------------
USB fixes for 4.2-rc6

Here are some USB and PHY fixes for 4.2-rc6 that resolve some reported
issues.

All of these have been in the linux-next tree for a while, full details
on the patches are in the shortlog below.

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

----------------------------------------------------------------
Al Cooper (1):
      usb: gadget: bdc: fix a driver crash on disconnect

Alan Stern (1):
      usb: udc: core: add device_del() call to error pathway

Andrzej Pietrasiewicz (2):
      usb: gadget: f_hid: actually limit the number of instances
      usb: gadget: f_printer: actually limit the number of instances

Dirk Behme (1):
      USB: sierra: add 1199:68AB device ID

Gavin Shan (1):
      drivers/usb: Delete XHCI command timer if necessary

Greg Kroah-Hartman (5):
      Merge tag 'usb-ci-v4.2-rc5' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'fixes-for-v4.2-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'usb-serial-4.2-rc5' of git://git.kernel.org/.../johan/usb-serial into usb-linus
      Merge tag 'fixes-for-v4.2-rc6' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'phy-for-4.2-rc6' of git://git.kernel.org/.../kishon/linux-phy into usb-linus

Hans de Goede (1):
      phy-sun4i-usb: Add missing EXPORT_SYMBOL_GPL for sun4i_usb_phy_set_squelch_detect

Mathias Nyman (1):
      xhci: fix off by one error in TRB DMA address boundary check

Peter Chen (2):
      usb: chipidea: ehci_init_driver is intended to call one time
      usb: gadget: f_uac2: fix calculation of uac2->p_interval

Pieter Hollants (1):
      USB: qcserial: Add support for Dell Wireless 5809e 4G Modem

Reinhard Speyerer (1):
      USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355

Roger Quadros (2):
      phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relock
      ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY

 Documentation/devicetree/bindings/phy/ti-phy.txt | 16 +++++++
 arch/arm/boot/dts/dra7.dtsi                      |  1 +
 drivers/phy/phy-sun4i-usb.c                      |  1 +
 drivers/phy/phy-ti-pipe3.c                       | 61 +++++++++++++++++++++---
 drivers/usb/chipidea/core.c                      | 13 ++++-
 drivers/usb/chipidea/host.c                      |  7 ++-
 drivers/usb/chipidea/host.h                      |  6 +++
 drivers/usb/gadget/function/f_hid.c              |  4 ++
 drivers/usb/gadget/function/f_printer.c          | 10 +++-
 drivers/usb/gadget/function/f_uac2.c             |  4 +-
 drivers/usb/gadget/udc/bdc/bdc_ep.c              |  2 +-
 drivers/usb/gadget/udc/udc-core.c                |  1 +
 drivers/usb/host/xhci-mem.c                      |  3 +-
 drivers/usb/host/xhci-ring.c                     |  2 +-
 drivers/usb/serial/option.c                      |  2 +
 drivers/usb/serial/qcserial.c                    |  2 +-
 drivers/usb/serial/sierra.c                      |  1 +
 17 files changed, 120 insertions(+), 16 deletions(-)

                 reply	other threads:[~2015-08-07 22:36 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=20150807223648.GA32325@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).