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 driver fixes for 5.10-rc4
Date: Sun, 15 Nov 2020 15:29:38 +0100 [thread overview]
Message-ID: <X7E7UiresGDdG1P1@kroah.com> (raw)
The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091:
Linux 5.10-rc3 (2020-11-08 16:10:16 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc4
for you to fetch changes up to 6d853c9e4104b4fc8d55dc9cd3b99712aa347174:
usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download mode (2020-11-13 15:26:49 +0100)
----------------------------------------------------------------
USB/Thunderbolt fixes for 5.10-rc4
Here are some small Thunderbolt and USB driver fixes for 5.10-rc4 to
solve some reported issues.
Nothing huge in here, just small things:
- thunderbolt memory leaks fixed and new device ids added
- revert of problem patch for the musb driver
- new quirks added for USB devices
- typec power supply fixes to resolve much reported problems
about charging notifications not working anymore
All except the cdc-acm driver quirk addition have been in linux-next
with no reported issues (the quirk patch was applied on Friday, and is
self-contained.)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Andrey Konovalov (1):
MAINTAINERS: add usb raw gadget entry
Casey Bowman (1):
thunderbolt: Add uaccess dependency to debugfs interface
Chris Brandt (1):
usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download mode
Geert Uytterhoeven (1):
Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"
Greg Kroah-Hartman (1):
Merge tag 'thunderbolt-for-v5.10-rc4' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus
Heikki Krogerus (1):
usb: typec: ucsi: Report power supply changes
Jing Xiangfeng (1):
thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()
Mika Westerberg (3):
thunderbolt: Fix memory leak if ida_simple_get() fails in enumerate_services()
thunderbolt: Only configure USB4 wake for lane 0 adapters
thunderbolt: Add support for Intel Tiger Lake-H
Zhang Qilong (1):
xhci: hisilicon: fix refercence leak in xhci_histb_probe
MAINTAINERS | 8 ++++++++
drivers/thunderbolt/debugfs.c | 1 +
drivers/thunderbolt/icm.c | 2 ++
drivers/thunderbolt/nhi.c | 23 +++++++++++++++++++----
drivers/thunderbolt/nhi.h | 2 ++
drivers/thunderbolt/tb.h | 2 ++
drivers/thunderbolt/usb4.c | 4 ++++
drivers/thunderbolt/xdomain.c | 1 +
drivers/usb/class/cdc-acm.c | 9 +++++++++
drivers/usb/host/xhci-histb.c | 2 +-
drivers/usb/musb/musb_dsps.c | 4 +++-
drivers/usb/typec/ucsi/psy.c | 9 +++++++++
drivers/usb/typec/ucsi/ucsi.c | 7 ++++++-
drivers/usb/typec/ucsi/ucsi.h | 2 ++
14 files changed, 69 insertions(+), 7 deletions(-)
next reply other threads:[~2020-11-15 14:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-15 14:29 Greg KH [this message]
2020-11-15 18:28 ` [GIT PULL] USB/Thunderbolt driver fixes for 5.10-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=X7E7UiresGDdG1P1@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.