linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB fixes for 5.5-rc6
Date: Fri, 10 Jan 2020 22:17:58 +0100	[thread overview]
Message-ID: <20200110211758.GA1872534@kroah.com> (raw)

The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46:

  Linux 5.5-rc3 (2019-12-22 17:02:23 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1530f6f5f5806b2abbf2a9276c0db313ae9a0e09:

  usb: missing parentheses in USE_NEW_SCHEME (2020-01-08 17:44:11 +0100)

----------------------------------------------------------------
USB/PHY fixes for 5.5-rc6

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

Nothing all that unusual, just the a bunch of small fixes for a lot of
different reported issues.  The PHY driver fixes are in here as they
interacted with the usb drivers.

Full details of the patches are in the shortlog, and all of these have
been in linux-next with no reported issues.

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

----------------------------------------------------------------
Alan Stern (1):
      USB: Fix: Don't skip endpoint descriptors with maxpacket=0

Arnd Bergmann (1):
      usb: udc: tegra: select USB_ROLE_SWITCH

Bjorn Andersson (1):
      phy: qcom-qmp: Increase PHY ready timeout

Colin Ian King (1):
      usb: ohci-da8xx: ensure error return on variable error is set

Daniele Palmas (2):
      USB: serial: option: add Telit ME910G1 0x110a composition
      USB: serial: option: add ZLP support for 0x1bc7/0x9010

Douglas Gilbert (1):
      USB-PD tcpm: bad warning+size, PPS adapters

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

Guenter Roeck (1):
      usb: chipidea: host: Disable port power only if previously enabled

Heikki Krogerus (1):
      usb: typec: ucsi: Fix the notification bit offsets

Johan Hovold (1):
      USB: core: fix check for duplicate endpoints

Jonas Karlman (1):
      phy/rockchip: inno-hdmi: round clock rate down to closest 1000 Hz

Paul Cercueil (3):
      usb: musb: jz4740: Silence error if code is -EPROBE_DEFER
      usb: musb: dma: Correct parameter passed to IRQ handler
      usb: musb: Disable pullup at init

Peter Chen (1):
      usb: cdns3: should not use the same dev_id for shared interrupt handler

Qi Zhou (1):
      usb: missing parentheses in USE_NEW_SCHEME

Thinh Nguyen (1):
      usb: dwc3: gadget: Fix request complete check

Tony Lindgren (7):
      phy: cpcap-usb: Fix error path when no host driver is loaded
      phy: cpcap-usb: Fix flakey host idling and enumerating of devices
      phy: mapphone-mdm6600: Fix uninitialized status value regression
      phy: cpcap-usb: Prevent USB line glitches from waking up modem
      phy: cpcap-usb: Improve host vs docked mode detection
      phy: cpcap-usb: Drop extra write to usb2 register
      usb: musb: fix idling for suspend after disconnect interrupt

 drivers/phy/motorola/phy-cpcap-usb.c          | 128 ++++++++++++++++++--------
 drivers/phy/motorola/phy-mapphone-mdm6600.c   |  11 +--
 drivers/phy/qualcomm/phy-qcom-qmp.c           |   2 +-
 drivers/phy/rockchip/phy-rockchip-inno-hdmi.c |   4 +
 drivers/usb/cdns3/gadget.c                    |  14 +--
 drivers/usb/chipidea/host.c                   |   4 +-
 drivers/usb/core/config.c                     |  82 +++++++++++++----
 drivers/usb/core/hub.c                        |   2 +-
 drivers/usb/dwc3/gadget.c                     |   7 ++
 drivers/usb/gadget/udc/Kconfig                |   1 +
 drivers/usb/host/ohci-da8xx.c                 |   8 +-
 drivers/usb/musb/jz4740.c                     |   7 +-
 drivers/usb/musb/musb_core.c                  |  11 +++
 drivers/usb/musb/musbhsdma.c                  |   2 +-
 drivers/usb/serial/option.c                   |  10 ++
 drivers/usb/serial/usb-wwan.h                 |   1 +
 drivers/usb/serial/usb_wwan.c                 |   4 +
 drivers/usb/typec/tcpm/tcpci.c                |  20 +++-
 drivers/usb/typec/ucsi/ucsi.h                 |  18 ++--
 19 files changed, 243 insertions(+), 93 deletions(-)

             reply	other threads:[~2020-01-10 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 21:17 Greg KH [this message]
2020-01-11 14:45 ` [GIT PULL] USB fixes for 5.5-rc6 pr-tracker-bot

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=20200110211758.GA1872534@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).