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/PHY driver fixes for 4.14-rc6
Date: Mon, 23 Oct 2017 09:19:03 +0200	[thread overview]
Message-ID: <20171023071903.GA26972@kroah.com> (raw)

The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9:

  Linux 4.14-rc5 (2017-10-15 21:01:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to 1ac7db63333db1eeff901bfd6bbcd502b4634fa4:

  usb: hub: Allow reset retry for USB2 devices on connect bounce (2017-10-19 09:49:11 +0200)

----------------------------------------------------------------
USB/PHY fixes for 4.14-rc6

Here are a small number of USB and PHY driver fixes for 4.14-rc6

There is the usual musb and xhci fixes in here, as well as some needed
phy patches.  Also is a nasty regression fix for usbfs that has started
to hit a lot of people using virtual machines.

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

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

----------------------------------------------------------------
Alan Stern (1):
      USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()

Alexandre Bailon (3):
      usb: musb: musb_cppi41: Fix the address of teardown and autoreq registers
      usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xx
      usb: musb: musb_cppi41: Configure the number of channels for DA8xx

Antoine Tenart (2):
      phy: mvebu-cp110-comphy: fix mux error check
      phy: mvebu-cp110-comphy: explicitly set the pipe selector

Arvind Yadav (1):
      phy: tegra: Handle return value of kasprintf

Bin Liu (1):
      MAINTAINERS: fix git tree url for musb module

Chunfeng Yun (1):
      phy: phy-mtk-tphy: fix NULL point of chip bank

Dan Carpenter (1):
      phy: mvebu-cp110: checking for NULL instead of IS_ERR()

Douglas Anderson (3):
      phy: rockchip-typec: Set the AUX channel flip state earlier
      phy: rockchip-typec: Don't set the aux voltage swing to 400 mV
      phy: rockchip-typec: Check for errors from tcphy_phy_init()

Felipe Balbi (1):
      usb: quirks: add quirk for WORLDE MINI MIDI keyboard

Greg Kroah-Hartman (2):
      Merge tag 'phy-for-4.14-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
      Merge tag 'usb-serial-4.14-rc6' of git://git.kernel.org/.../johan/usb-serial into usb-linus

Hans de Goede (1):
      USB: devio: Revert "USB: devio: Don't corrupt user memory"

Jeffy Chen (1):
      xhci: Cleanup current_cmd in xhci_cleanup_command_queue()

Johan Hovold (3):
      USB: serial: metro-usb: add MS7820 device id
      USB: musb: fix session-bit runtime-PM quirk
      USB: musb: fix late external abort on suspend

Jonathan Liu (2):
      usb: musb: Check for host-mode using is_host_active() on reset interrupt
      usb: musb: sunxi: Explicitly release USB PHY on exit

Lu Baolu (1):
      usb: xhci: Reset halted endpoint if trb is noop

Maksim Salau (1):
      usb: cdc_acm: Add quirk for Elatec TWN3

Mathias Nyman (2):
      xhci: Identify USB 3.1 capable hosts by their port protocol capability
      usb: hub: Allow reset retry for USB2 devices on connect bounce

Mayank Rana (1):
      usb: xhci: Handle error condition in xhci_stop_device()

 MAINTAINERS                                  |  1 -
 drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 18 ++++--
 drivers/phy/mediatek/phy-mtk-tphy.c          |  3 +-
 drivers/phy/rockchip/phy-rockchip-typec.c    | 82 ++++++++++++++++--------
 drivers/phy/tegra/xusb.c                     |  2 +
 drivers/usb/class/cdc-acm.c                  |  3 +
 drivers/usb/core/config.c                    |  6 +-
 drivers/usb/core/devio.c                     |  6 +-
 drivers/usb/core/hub.c                       | 11 ++--
 drivers/usb/core/quirks.c                    |  4 ++
 drivers/usb/host/xhci-hub.c                  | 23 +++++--
 drivers/usb/host/xhci-ring.c                 | 21 ++++---
 drivers/usb/host/xhci.c                      |  3 +-
 drivers/usb/musb/musb_core.c                 | 21 ++++---
 drivers/usb/musb/musb_core.h                 |  2 +
 drivers/usb/musb/musb_cppi41.c               | 94 ++++++++++++++++++++++++----
 drivers/usb/musb/sunxi.c                     |  2 +
 drivers/usb/serial/metro-usb.c               |  1 +
 18 files changed, 226 insertions(+), 77 deletions(-)

                 reply	other threads:[~2017-10-23  7:18 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=20171023071903.GA26972@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.