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/Thunderbolt fixes for 5.6-rc3
Date: Fri, 21 Feb 2020 12:39:01 +0100 [thread overview]
Message-ID: <20200221113901.GA114136@kroah.com> (raw)
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.6-rc3
for you to fetch changes up to 8b978be8d067f58b29cbbf0579e88bb4a2d4350a:
Merge tag 'thunderbolt-fix-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus (2020-02-18 19:39:29 +0100)
----------------------------------------------------------------
USB fixes for 5.6-rc3
Here are a number of small USB driver fixes for 5.6-rc3.
Included in here are:
- MAINTAINER file updates
- USB gadget driver fixes
- usb core quirk additions and fixes for regressions
- xhci driver fixes
- usb serial driver id additions and fixes
- thunderbolt bugfix
Thunderbolt patches come in through here now that USB4 is really
thunderbolt.
All of these have been in linux-next for a while with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alan Stern (1):
USB: hub: Don't record a connect-change event during reset-resume
Andy Shevchenko (2):
MAINTAINERS: Sort entries in database for USB TYPEC
MAINTAINERS: Sort entries in database for THUNDERBOLT
Anurag Kumar Vulisha (1):
usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields
Colin Ian King (2):
usb: dwc3: debug: fix string position formatting mixup with ret and len
usb: dwc3: debug: fix string position formatting mixup with ret and len
Dan Carpenter (1):
USB: serial: ir-usb: Silence harmless uninitialized variable warning
Dmitry Osipenko (1):
usb: phy: tegra: Add clarifying comments about the shared registers
EJ Hsu (1):
usb: uas: fix a plug & unplug racing
Greg Kroah-Hartman (7):
Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables"
USB: misc: iowarrior: add support for 2 OEMed devices
USB: misc: iowarrior: add support for the 28 and 28L devices
Merge tag 'usb-serial-5.6-rc2' of https://git.kernel.org/.../johan/usb-serial into usb-linus
Merge tag 'fixes-for-v5.6-rc1' of git://git.kernel.org/.../balbi/usb into usb-linus
USB: misc: iowarrior: add support for the 100 device
Merge tag 'thunderbolt-fix-for-v5.6-rc3' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus
Hardik Gajjar (1):
USB: hub: Fix the broken detection of USB3 device in SMSC hub
Jack Pham (2):
usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus
usb: gadget: composite: Support more than 500mA MaxPower
Johan Hovold (4):
USB: serial: ch341: fix receiver regression
USB: core: add endpoint-blacklist quirk
USB: quirks: blacklist duplicate ep on Sound Devices USBPre2
USB: core: clean up endpoint-descriptor parsing
John Keeping (1):
usb: gadget: u_audio: Fix high-speed max packet size
Lars-Peter Clausen (1):
usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags
Mathias Nyman (5):
xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.
xhci: Fix memory leak when caching protocol extended capability PSI tables
xhci: fix runtime pm enabling for quirky Intel hosts
xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms
xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2
Michal Simek (1):
usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc format
Mika Westerberg (1):
thunderbolt: Prevent crash if non-active NVMem file is read
Minas Harutyunyan (2):
usb: dwc2: Fix in ISOC request length checking
usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows
Peter Chen (1):
usb: charger: assign specific number for enum value
Richard Dodd (1):
USB: Fix novation SourceControl XL after suspend
Sergey Organov (1):
usb: gadget: serial: fix Tx stall after buffer overflow
MAINTAINERS | 20 +++++-----
drivers/thunderbolt/switch.c | 7 ++++
drivers/usb/core/config.c | 31 +++++++++------
drivers/usb/core/hub.c | 20 +++++++---
drivers/usb/core/hub.h | 1 +
drivers/usb/core/quirks.c | 40 +++++++++++++++++++
drivers/usb/core/usb.h | 3 ++
drivers/usb/dwc2/gadget.c | 40 +++++++++++--------
drivers/usb/dwc3/debug.h | 39 +++++++------------
drivers/usb/dwc3/gadget.c | 3 +-
drivers/usb/gadget/composite.c | 30 +++++++++-----
drivers/usb/gadget/function/f_fs.c | 5 ++-
drivers/usb/gadget/function/u_audio.c | 10 ++---
drivers/usb/gadget/function/u_serial.c | 4 +-
drivers/usb/gadget/udc/udc-xilinx.c | 1 -
drivers/usb/host/xhci-hub.c | 25 ++++++++----
drivers/usb/host/xhci-mem.c | 71 ++++++++++++++++++++++------------
drivers/usb/host/xhci-pci.c | 10 +++--
drivers/usb/host/xhci.h | 14 +++++--
drivers/usb/misc/iowarrior.c | 31 ++++++++++++++-
drivers/usb/phy/phy-tegra-usb.c | 8 ++++
drivers/usb/serial/ch341.c | 10 +++++
drivers/usb/serial/ir-usb.c | 2 +-
drivers/usb/storage/uas.c | 23 ++++++++++-
include/linux/usb/quirks.h | 3 ++
include/uapi/linux/usb/charger.h | 16 ++++----
26 files changed, 327 insertions(+), 140 deletions(-)
next reply other threads:[~2020-02-21 11:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-21 11:39 Greg KH [this message]
2020-02-21 21:10 ` 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=20200221113901.GA114136@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
all inboxes | Powered by JetHome®