All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] USB driver fixes for 5.0-rc4
@ 2019-01-25 12:22 Greg KH
  2019-01-25 23:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-01-25 12:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb

The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

  Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the Git repository at:

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

for you to fetch changes up to 4f9b838927812b5949a9899f14e0c9ef7f02b0c8:

  Merge tag 'usb-serial-5.0-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2019-01-18 12:58:20 +0100)

----------------------------------------------------------------
USB/PHY fixes for 5.0-rc4

Here are a number of small USB and PHY driver fixes for 5.0-rc4.

Nothing major at all, just the usual selection of USB gadget bugfixes,
some new USB serial driver ids, some SPDX fixes, and some PHY driver
fixes for reported issues.

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

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

----------------------------------------------------------------
Alban Bedel (2):
      phy: ath79-usb: Fix the power on error path
      phy: ath79-usb: Fix the main reset name to match the DT binding

Bo He (1):
      usb: dwc3: gadget: synchronize_irq dwc irq in suspend

Charles Yeh (1):
      USB: serial: pl2303: add new PID to support PL2303TB

Christian Lamparter (1):
      USB: leds: fix regression in usbport led trigger

Colin Ian King (1):
      phy: ti: ensure priv is not null before dereferencing it

Dan Carpenter (1):
      usb: gadget: Potential NULL dereference on allocation error

Greg Kroah-Hartman (5):
      Merge tag 'fixes-for-v5.0-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
      USB: usbip: delete README file
      USB: serial: keyspan_usa: add proper SPDX lines for .h files
      Merge tag 'phy-for-5.0-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
      Merge tag 'usb-serial-5.0-rc3' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Jack Pham (1):
      usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanup

John Hubbard (1):
      phy: fix build breakage: add PHY_MODE_SATA

Karoly Pados (1):
      USB: serial: ftdi_sio: fix GPIO not working in autosuspend

Lubomir Rintel (1):
      USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE

Max Schulze (1):
      USB: serial: simple: add Motorola Tetra TPG2200 device id

Minas Harutyunyan (1):
      usb: dwc2: gadget: Fix Remote Wakeup interrupt bit clearing

Peter Chen (1):
      usb: chipidea: fix static checker warning for NULL pointer

Shuah Khan (1):
      MAINTAINERS: email address update in MAINTAINERS entries

Zeng Tao (1):
      usb: dwc3: gadget: Fix the uninitialized link_state when udc starts

 MAINTAINERS                                |  3 +++
 drivers/phy/qualcomm/phy-ath79-usb.c       |  4 ++--
 drivers/phy/ti/phy-gmii-sel.c              |  4 ++--
 drivers/usb/chipidea/ci_hdrc_imx.c         |  3 ++-
 drivers/usb/core/ledtrig-usbport.c         | 17 ++++++++++-------
 drivers/usb/dwc2/gadget.c                  |  2 +-
 drivers/usb/dwc3/gadget.c                  |  4 ++++
 drivers/usb/gadget/function/f_sourcesink.c |  2 +-
 drivers/usb/host/ehci-mv.c                 |  1 +
 drivers/usb/serial/ftdi_sio.c              | 15 ++++++++++++++-
 drivers/usb/serial/keyspan_usa26msg.h      |  1 +
 drivers/usb/serial/keyspan_usa28msg.h      |  1 +
 drivers/usb/serial/keyspan_usa49msg.h      |  1 +
 drivers/usb/serial/keyspan_usa67msg.h      |  1 +
 drivers/usb/serial/keyspan_usa90msg.h      |  1 +
 drivers/usb/serial/pl2303.c                |  1 +
 drivers/usb/serial/pl2303.h                |  2 ++
 drivers/usb/serial/usb-serial-simple.c     |  3 ++-
 drivers/usb/usbip/README                   |  7 -------
 19 files changed, 50 insertions(+), 23 deletions(-)
 delete mode 100644 drivers/usb/usbip/README

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] USB driver fixes for 5.0-rc4
  2019-01-25 12:22 [GIT PULL] USB driver fixes for 5.0-rc4 Greg KH
@ 2019-01-25 23:20 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-01-25 23:20 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb

The pull request you sent on Fri, 25 Jan 2019 13:22:21 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-25 23:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 12:22 [GIT PULL] USB driver fixes for 5.0-rc4 Greg KH
2019-01-25 23:20 ` pr-tracker-bot

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.