public inbox for linux-kernel@vger.kernel.org
 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 driver fixes for 5.0-rc4
Date: Fri, 25 Jan 2019 13:22:21 +0100	[thread overview]
Message-ID: <20190125122221.GA7517@kroah.com> (raw)

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

             reply	other threads:[~2019-01-25 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-25 12:22 Greg KH [this message]
2019-01-25 23:20 ` [GIT PULL] USB driver fixes for 5.0-rc4 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=20190125122221.GA7517@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