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 fixes for 4.16-rc6
Date: Wed, 14 Mar 2018 12:30:30 +0100	[thread overview]
Message-ID: <20180314113030.GA23868@kroah.com> (raw)

The following changes since commit 4a3928c6f8a53fa1aed28ccba227742486e8ddcb:

  Linux 4.16-rc3 (2018-02-25 18:50:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 94e46a4f2d5eb14059e42f313c098d4854847376:

  usb: musb: Fix external abort in musb_remove on omap2430 (2018-03-13 16:36:59 +0100)

----------------------------------------------------------------
USB fixes for 4.16-rc6

Here are a small clump of USB fixes for 4.16-rc6.

Nothing major, just a number of fixes in lots of different drivers, as
well as a PHY driver fix that snuck into this tree.  Full details are in
the shortlog.

All of these have been in linux-next with no reported issues.

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

----------------------------------------------------------------
Amelie Delaunay (2):
      dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
      usb: dwc2: fix STM32F7 USB OTG HS compatible

Arnd Bergmann (1):
      phy: qcom-ufs: add MODULE_LICENSE tag

Colin Ian King (1):
      usbip: vudc: fix null pointer dereference on udc->lock

Danilo Krummrich (1):
      usb: quirks: add control message delay for 1b1c:1b20

Fredrik Noring (1):
      USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM

Greg Kroah-Hartman (2):
      Merge tag 'fixes-for-v4.16-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'phy-for-4.16-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus

Hans de Goede (2):
      Revert "typec: tcpm: Only request matching pdos"
      usb: typec: tcpm: fusb302: Do not log an error on -EPROBE_DEFER

Kai-Heng Feng (1):
      xhci: Fix front USB ports on ASUS PRIME B350M-A

Lu Baolu (1):
      usb: xhci: dbc: Fix lockdep warning

Mathias Nyman (1):
      xhci: fix endpoint context tracer output

Merlijn Wajer (2):
      usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
      usb: musb: Fix external abort in musb_remove on omap2430

Oliver Neukum (1):
      uas: fix comparison for error code

Pete Zaitcev (1):
      usb: usbmon: Read text within supplied buffer size

Roger Quadros (1):
      usb: dwc3: Fix lock-up on ID change during system suspend/resume

Teijo Kinnunen (1):
      USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h

Xinyong (1):
      usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()

Yoshihiro Shimoda (4):
      usb: renesas_usbhs: add binding for r8a77965
      usb: gadget: udc: renesas_usb3: add binging for r8a77965
      usb: host: xhci-rcar: add support for r8a77965
      usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume timing"

 Documentation/devicetree/bindings/usb/dwc2.txt     |   2 +-
 .../devicetree/bindings/usb/renesas_usb3.txt       |   1 +
 .../devicetree/bindings/usb/renesas_usbhs.txt      |   1 +
 Documentation/devicetree/bindings/usb/usb-xhci.txt |   1 +
 drivers/phy/qualcomm/phy-qcom-ufs.c                |   5 +
 drivers/usb/core/message.c                         |   4 +
 drivers/usb/core/quirks.c                          |   3 +-
 drivers/usb/dwc2/params.c                          |   6 +-
 drivers/usb/dwc3/core.c                            |   2 +-
 drivers/usb/gadget/function/f_fs.c                 |   1 -
 drivers/usb/host/ohci-hcd.c                        |   3 +-
 drivers/usb/host/xhci-dbgcap.c                     |  20 ++-
 drivers/usb/host/xhci-dbgtty.c                     |  20 ++-
 drivers/usb/host/xhci-pci.c                        |   3 +
 drivers/usb/host/xhci-plat.c                       |  11 +-
 drivers/usb/host/xhci-rcar.c                       |   4 +
 drivers/usb/host/xhci.c                            |   3 +
 drivers/usb/host/xhci.h                            |  23 +--
 drivers/usb/mon/mon_text.c                         | 126 ++++++++++------
 drivers/usb/musb/musb_core.c                       |   4 +-
 drivers/usb/storage/uas.c                          |   2 +-
 drivers/usb/storage/unusual_devs.h                 |   7 +
 drivers/usb/typec/fusb302/fusb302.c                |   3 +-
 drivers/usb/typec/tcpm.c                           | 163 ++++++---------------
 drivers/usb/usbip/vudc_sysfs.c                     |   8 +-
 include/linux/usb/quirks.h                         |   3 +
 26 files changed, 211 insertions(+), 218 deletions(-)

                 reply	other threads:[~2018-03-14 11:30 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=20180314113030.GA23868@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.