[GIT PULL] USB/PHY fixes for 5.6-rc6
From: Greg KH
Date: Sun Mar 08 2020 - 05:51:32 EST
The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:
Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.6-rc5
for you to fetch changes up to 19f3c1e98bd1704fe22e5f8105c0677a1332cdef:
Merge tag 'phy-for-5.6-rc_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus (2020-03-04 13:28:52 +0100)
----------------------------------------------------------------
USB/PHY fixes for 5.6-rc5
Here are some small USB and PHY driver fixes for reported issues for
5.6-rc5.
Included in here are:
- phy driver fixes
- new USB quirks
- USB cdns3 gadget driver fixes
- USB hub core fixes
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Dan Lazewatsky (1):
usb: quirks: add NO_LPM quirk for Logitech Screen Share
Eugeniu Rosca (3):
usb: core: hub: fix unhandled return by employing a void function
usb: core: hub: do error out if usb_autopm_get_interface() fails
usb: core: port: do error out if usb_autopm_get_interface() fails
Florian Fainelli (1):
phy: brcm-sata: Correct MDIO operations for 40nm platforms
Greg Kroah-Hartman (1):
Merge tag 'phy-for-5.6-rc_v2' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
Grygorii Strashko (2):
phy: ti: gmii-sel: fix set of copy-paste errors
phy: ti: gmii-sel: do not fail in case of gmii
Jim Lin (1):
usb: storage: Add quirk for Samsung Fit flash
Kishon Vijay Abraham I (1):
phy: core: Fix phy_get() to not return error on link creation failure
Marco Felsch (1):
usb: usb251xb: fix regulator probe and error handling
Peter Chen (2):
usb: cdns3: gadget: link trb should point to next request
usb: cdns3: gadget: toggle cycle bit before reset endpoint
Pratham Pratap (1):
usb: dwc3: gadget: Update chain bit correctly when using sg list
Rikard Falkeborn (1):
phy: allwinner: Fix GENMASK misuse
Tony Lindgren (2):
phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle interval
phy: mapphone-mdm6600: Fix timeouts by adding wake-up handling
drivers/phy/allwinner/phy-sun50i-usb3.c | 2 +-
drivers/phy/broadcom/phy-brcm-sata.c | 148 ++++++++++++----------------
drivers/phy/motorola/phy-mapphone-mdm6600.c | 27 ++++-
drivers/phy/phy-core.c | 18 ++--
drivers/phy/ti/phy-gmii-sel.c | 10 +-
drivers/usb/cdns3/gadget.c | 19 +++-
drivers/usb/core/hub.c | 8 +-
drivers/usb/core/port.c | 10 +-
drivers/usb/core/quirks.c | 3 +
drivers/usb/dwc3/gadget.c | 9 +-
drivers/usb/misc/usb251xb.c | 20 +++-
drivers/usb/storage/unusual_devs.h | 6 ++
12 files changed, 163 insertions(+), 117 deletions(-)