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.5-rc3
Date: Sat, 6 Feb 2016 21:22:35 -0800	[thread overview]
Message-ID: <20160207052235.GA11246@kroah.com> (raw)

The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:

  Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.5-rc3

for you to fetch changes up to 89140fdaf11aec81e93d5590a993720f2ef0d26e:

  xhci: harden xhci_find_next_ext_cap against device removal (2016-02-04 17:00:10 -0800)

----------------------------------------------------------------
USB fixes for 4.5-rc3

Here are some USB fixes for 4.5-rc3.

The usual, xhci fixes for reported issues, combined with some small
gadget driver fixes, and a MAINTAINERS file update.  All have been in
linux-next with no reported issues.

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

----------------------------------------------------------------
Chunfeng Yun (2):
      usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TT
      usb: xhci-mtk: fix AHB bus hang up caused by roothubs polling

Felipe Balbi (1):
      MAINTAINERS: fix my email address

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-v4.5-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus

Gregory CLEMENT (1):
      usb: host: xhci-plat: fix NULL pointer in probe for device tree case

Jianqiang Tang (1):
      usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver.

Joe Lawrence (1):
      xhci: harden xhci_find_next_ext_cap against device removal

John Youn (2):
      Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"
      usb: dwc2: Fix probe problem on bcm2835

Li Jun (1):
      usb: phy: mxs: declare variable with initialized value

Lu Baolu (4):
      usb: xhci: handle both SSIC ports in PME stuck quirk
      usb: xhci: add a quirk bit for ssic port unused
      usb: xhci: set SSIC port unused only if xhci_suspend succeeds
      usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms

Mathias Nyman (2):
      Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"
      xhci: Fix list corruption in urb dequeue at host removal

Srinivas Kandagatla (1):
      usb: phy: msm: fix error handling in probe.

Ulf Hansson (1):
      usb: musb: ux500: Fix NULL pointer dereference at system PM

 MAINTAINERS                      | 10 +++----
 drivers/usb/dwc2/core.c          | 14 ----------
 drivers/usb/dwc2/platform.c      |  8 +++++-
 drivers/usb/dwc3/gadget.c        |  1 +
 drivers/usb/host/xhci-ext-caps.h |  4 +++
 drivers/usb/host/xhci-mtk-sch.c  | 16 +++++++++---
 drivers/usb/host/xhci-mtk.c      | 23 +++++++++++++++++
 drivers/usb/host/xhci-pci.c      | 56 ++++++++++++++++++++++++++++++----------
 drivers/usb/host/xhci-plat.c     |  3 ++-
 drivers/usb/host/xhci-ring.c     | 10 -------
 drivers/usb/host/xhci.c          |  4 ++-
 drivers/usb/host/xhci.h          |  1 +
 drivers/usb/musb/ux500.c         |  7 +++--
 drivers/usb/phy/phy-msm-usb.c    | 37 ++++++++++++++++----------
 drivers/usb/phy/phy-mxs-usb.c    |  2 +-
 15 files changed, 131 insertions(+), 65 deletions(-)

                 reply	other threads:[~2016-02-07  5:22 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=20160207052235.GA11246@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.