[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <X8JBIBWUEgxr1lSY@kroah.com>
Date: Sat, 28 Nov 2020 13:22:56 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB/PHY driver fixes for 5.10-rc6
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@...uxfoundation.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(-)
Powered by blists - more mailing lists