Generic phy fixes for v6.8

Message ID Zb5HfmEU0dBJxsU4@matsya
State New
Headers
Series Generic phy fixes for v6.8 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.8

Message

Vinod Koul Feb. 3, 2024, 2:02 p.m. UTC
  Hello Linus,

Please pull to receive minor driver fixes for Generic phy subsystem
collected.

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.8

for you to fetch changes up to 7104ba0f1958adb250319e68a15eff89ec4fd36d:

  phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP (2024-01-30 22:41:11 +0530)

----------------------------------------------------------------
phy fixes for 6.8

 - Driver fixes for
   - TI null pointer dereference
   - missing erdes mux entry in lan966x driver
   - Return of error code in renesas driver
   - Serdes init sequence and register offsets for  IPQ drivers

----------------------------------------------------------------
Horatiu Vultur (1):
      phy: lan966x: Add missing serdes mux entry

Mantas Pucka (2):
      phy: qcom-qmp-usb: fix register offsets for ipq8074/ipq6018
      phy: qcom-qmp-usb: fix serdes init sequence for IPQ6018

Tony Lindgren (1):
      phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP

Yoshihiro Shimoda (1):
      phy: renesas: rcar-gen3-usb2: Fix returning wrong error code

 drivers/phy/microchip/lan966x_serdes.c   |  2 ++
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c  | 30 ++++++++++++++++++++++++++++--
 drivers/phy/renesas/phy-rcar-gen3-usb2.c |  4 ----
 drivers/phy/ti/phy-omap-usb2.c           |  4 ++--
 4 files changed, 32 insertions(+), 8 deletions(-)