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/PHY driver fixes for 5.10-rc6
Date: Sat, 28 Nov 2020 13:22:56 +0100 [thread overview]
Message-ID: <X8JBIBWUEgxr1lSY@kroah.com> (raw)
The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:
Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.10-rc6
for you to fetch changes up to 484cfbe5fb61469a5f5a276258a8b3973164b56f:
usb: typec: stusb160x: fix power-opmode property with typec-power-opmode (2020-11-27 14:44:26 +0100)
----------------------------------------------------------------
USB / PHY driver fixes for 5.10-rc6
Here are a few small USB and PHY driver fixes for 5.10-rc6. They
include:
- small PHY driver fixes to resolve reported issues
- USB quirks added for "broken" devices
- typec fixes for reported problems
- USB gadget fixes for small issues
Full details are in the shortlog, nothing major in here and all have
been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Al Cooper (1):
phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211
Alan Stern (2):
USB: core: Fix regression in Hercules audio card
USB: core: Change %pK for __user pointers to %px
Amelie Delaunay (1):
usb: typec: stusb160x: fix power-opmode property with typec-power-opmode
Bryan O'Donoghue (2):
phy: qualcomm: usb: Fix SuperSpeed PHY OF dependency
phy: qualcomm: Fix 28 nm Hi-Speed USB PHY OF dependency
Colin Ian King (1):
phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version"
Geert Uytterhoeven (1):
phy: intel: PHY_INTEL_KEEMBAY_EMMC should depend on ARCH_KEEMBAY
Greg Kroah-Hartman (2):
Merge tag 'usb-fixes-v5.10-rc5' of git://git.kernel.org/.../peter.chen/usb into usb-linus
Merge tag 'phy-fixes-5.10' of git://git.kernel.org/.../phy/linux-phy into usb-linus
Marc Zyngier (1):
phy: tegra: xusb: Fix dangling pointer on probe failure
Peter Chen (2):
usb: cdns3: gadget: initialize link_trb as NULL
usb: cdns3: gadget: calculate TD_SIZE based on TD
Randy Dunlap (1):
usb: typec: qcom-pmic-typec: fix builtin build errors
Stephen Boyd (1):
phy: qcom-qmp: Initialize another pointer to NULL
Zhang Qilong (2):
usb: gadget: f_midi: Fix memleak in f_midi_alloc
usb: gadget: Fix memleak in gadgetfs_fill_super
Zou Wei (1):
phy: cpcap-usb: Use IRQF_ONESHOT
penghao (1):
USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO built-in usb-audio card
drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c | 5 -----
drivers/phy/intel/Kconfig | 2 +-
drivers/phy/mediatek/Kconfig | 2 +-
drivers/phy/motorola/phy-cpcap-usb.c | 3 ++-
drivers/phy/qualcomm/Kconfig | 4 ++--
drivers/phy/qualcomm/phy-qcom-qmp.c | 2 +-
drivers/phy/tegra/xusb.c | 1 +
drivers/usb/cdns3/gadget.c | 26 ++++++++++++-----------
drivers/usb/core/devio.c | 14 ++++++------
drivers/usb/core/quirks.c | 10 +++++++++
drivers/usb/gadget/function/f_midi.c | 10 ++++++---
drivers/usb/gadget/legacy/inode.c | 3 +++
drivers/usb/typec/Kconfig | 1 +
drivers/usb/typec/stusb160x.c | 2 +-
14 files changed, 51 insertions(+), 34 deletions(-)
next reply other threads:[~2020-11-28 22:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-28 12:22 Greg KH [this message]
2020-11-28 19:30 ` [GIT PULL] USB/PHY driver fixes for 5.10-rc6 Linus Torvalds
2020-11-28 22:07 ` Randy Dunlap
2020-11-28 23:50 ` Linus Torvalds
2020-11-30 13:00 ` Konstantin Ryabitsev
2020-11-28 22:00 ` 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=X8JBIBWUEgxr1lSY@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.