Message ID | 20190615154845.GA6603@kroah.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] USB fixes for 5.2-rc5 | expand |
The pull request you sent on Sat, 15 Jun 2019 17:48:45 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.2-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ff39074b1d4e727c299ccfd1588f9cca17a59c86
Thank you!
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(-)