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.2-rc5
Date: Sat, 15 Jun 2019 17:48:45 +0200 [thread overview]
Message-ID: <20190615154845.GA6603@kroah.com> (raw)
The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:
Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.2-rc5
for you to fetch changes up to 5f54a85db5df67df8161739a4b2f9c2b7ab219fe:
usb: typec: Make sure an alt mode exist before getting its partner (2019-06-12 17:13:02 +0200)
----------------------------------------------------------------
USB fixes for 5.2-rc5
Here are some small USB driver fixes for 5.2-rc5
Nothing major, just some small gadget fixes, usb-serial new device ids,
a few new quirks, and some small fixes for some regressions that have
been found after the big 5.2-rc1 merge.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alexandre Belloni (1):
usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMIC
Andrey Smirnov (1):
usb: phy: mxs: Disable external charger detect in mxs_phy_hw_init()
Andrzej Pietrasiewicz (1):
usb: gadget: dwc2: fix zlp handling
Chris Packham (1):
USB: serial: pl2303: add Allied Telesis VT-Kit3
Daniele Palmas (1):
USB: serial: option: add Telit 0x1260 and 0x1261 compositions
Douglas Anderson (1):
usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)
Greg Kroah-Hartman (2):
Merge tag 'fixes-for-v5.2-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-5.2-rc5' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Gustavo A. R. Silva (1):
usb: typec: ucsi: ccg: fix memory leak in do_flash
Heikki Krogerus (1):
usb: typec: Make sure an alt mode exist before getting its partner
Jörgen Storvist (1):
USB: serial: option: add support for Simcom SIM7500/SIM7600 RNDIS mode
Kai-Heng Feng (1):
USB: usb-storage: Add new ID to ums-realtek
Marco Zatta (1):
USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.
Martin Schiller (1):
usb: dwc2: Fix DMA cache alignment issues
Minas Harutyunyan (1):
usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMA
Wei Yongjun (1):
usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()
Young Xiao (1):
usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]
drivers/usb/core/quirks.c | 3 +++
drivers/usb/dwc2/gadget.c | 24 ++++++++++++++-------
drivers/usb/dwc2/hcd.c | 39 +++++++++++++++++++++--------------
drivers/usb/dwc2/hcd.h | 20 ++++++++++--------
drivers/usb/dwc2/hcd_intr.c | 5 +++--
drivers/usb/dwc2/hcd_queue.c | 10 +++++----
drivers/usb/gadget/udc/fusb300_udc.c | 5 +++++
drivers/usb/gadget/udc/lpc32xx_udc.c | 7 +++----
drivers/usb/phy/phy-mxs-usb.c | 14 +++++++++++++
drivers/usb/serial/option.c | 6 ++++++
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 3 +++
drivers/usb/storage/unusual_realtek.h | 5 +++++
drivers/usb/typec/bus.c | 2 +-
drivers/usb/typec/ucsi/ucsi_ccg.c | 6 ++++--
15 files changed, 105 insertions(+), 45 deletions(-)
next reply other threads:[~2019-06-15 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-15 15:48 Greg KH [this message]
2019-06-15 17:55 ` [GIT PULL] USB fixes for 5.2-rc5 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=20190615154845.GA6603@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.