mbox series

[GIT,PULL] USB driver fixes for 5.0-rc6

Message ID 20190208083747.GA26787@kroah.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB driver fixes for 5.0-rc6 | expand

Pull-request

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

Message

Greg Kroah-Hartman Feb. 8, 2019, 8:37 a.m. UTC
The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40:

  Linux 5.0-rc4 (2019-01-27 15:18:05 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a07ddce4df807e41a85245e769b6f6f14f0c6db0:

  usb: typec: tcpm: Correct the PPS out_volt calculation (2019-01-31 09:14:00 +0100)

----------------------------------------------------------------
USB fixes for 5.0-rc6

Here are some small USB fixes for 5.0-rc6.

Nothing huge, the normal amount of USB gadget fixes as well as some USB
phy fixes.  There's also a typec fix as well.  Full details are in the
shortlog.

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

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

----------------------------------------------------------------
Alexey Khoroshilov (1):
      usb: dwc3: exynos: Fix error handling of clk_prepare_enable

Anders Roxell (1):
      usb: phy: fix link errors

Bin Liu (1):
      usb: phy: am335x: fix race condition in _probe

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-v5.0-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus

Gustavo A. R. Silva (1):
      usb: gadget: udc: net2272: Fix bitwise and boolean operations

Kyle Tso (1):
      usb: typec: tcpm: Correct the PPS out_volt calculation

Paul Elder (1):
      usb: gadget: musb: fix short isoc packets with inventra dma

Tejas Joglekar (1):
      usb: dwc3: gadget: Handle 0 xfer length for OUT EP

 drivers/usb/dwc3/dwc3-exynos.c   |  4 ++--
 drivers/usb/dwc3/gadget.c        |  2 +-
 drivers/usb/gadget/udc/net2272.c |  2 +-
 drivers/usb/musb/musb_gadget.c   | 13 +------------
 drivers/usb/musb/musbhsdma.c     | 21 +++++++++++----------
 drivers/usb/phy/Kconfig          |  2 +-
 drivers/usb/phy/phy-am335x.c     |  5 +----
 drivers/usb/typec/tcpm/tcpm.c    |  3 ++-
 8 files changed, 20 insertions(+), 32 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 8, 2019, 7:45 p.m. UTC | #1
The pull request you sent on Fri, 8 Feb 2019 09:37:47 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/00a159a0007b91fbce2a93e2666951c760ce6811

Thank you!