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.8-rc6
Date: Sun, 11 Sep 2016 11:07:51 +0200	[thread overview]
Message-ID: <20160911090751.GA16973@kroah.com> (raw)

The following changes since commit c6935931c1894ff857616ff8549b61236a19148f:

  Linux 4.8-rc5 (2016-09-04 14:31:46 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6b98174b957ce87e0efe7c675d6cfd9e4c7a1912:

  Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2016-09-09 15:11:35 +0200)

----------------------------------------------------------------
USB fixes for 4.8-rc6

Here are some small USB gadget, phy, and xhci fixes for 4.8-rc6.

All of these resolve minor issues that have been reported, and all have
been in linux-next with no reported issues.

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

----------------------------------------------------------------
Clemens Gruber (1):
      usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase

Colin Ian King (1):
      usb: gadget: prevent potenial null pointer dereference on skb->len

Fabio Estevam (1):
      usb: phy: phy-generic: Check clk_prepare_enable() error

Felipe Balbi (1):
      usb: dwc3: pci: fix build warning on !PM_SLEEP

Greg Kroah-Hartman (2):
      Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/.../peter.chen/usb into usb-linus
      Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/.../balbi/usb into usb-linus

John Youn (1):
      Revert "usb: dwc3: gadget: always decrement by 1"

Mathias Nyman (1):
      xhci: fix null pointer dereference in stop command timeout function

Yoshihiro Shimoda (2):
      usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CON
      usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition

 drivers/usb/chipidea/udc.c            |  9 +++++++++
 drivers/usb/dwc3/dwc3-pci.c           |  4 +++-
 drivers/usb/dwc3/gadget.c             |  5 ++++-
 drivers/usb/gadget/function/f_eem.c   |  2 +-
 drivers/usb/gadget/udc/renesas_usb3.c |  2 ++
 drivers/usb/host/xhci-ring.c          |  6 +++++-
 drivers/usb/phy/phy-generic.c         |  8 ++++++--
 drivers/usb/renesas_usbhs/mod.c       | 11 +++++++++--
 8 files changed, 39 insertions(+), 8 deletions(-)

                 reply	other threads:[~2016-09-11  9:07 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=20160911090751.GA16973@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.