[GIT,PULL] : Generic phy fixes for v6.8

Message ID ZeSsuy_-5k7ibvgI@matsya
State New
Headers
Series [GIT,PULL] : Generic phy fixes for v6.8 |

Pull-request

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

Message

Vinod Koul March 3, 2024, 5 p.m. UTC
  Hello Linus,

Please consider the couple of changes for Generic phy second set of
fixes for v6.8

The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

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

for you to fetch changes up to d4c08d8b23b22807c712208cd05cb047e92e7672:

  phy: qcom-qmp-usb: fix v3 offsets data (2024-02-16 17:05:48 +0530)

----------------------------------------------------------------
phy second set of fixes for 6.8

 - Driver fixes for
   - qcom: m31 pointer err fix, eusb2 fix redundant zero-out loop and v3
     offset fix on qmp-usb
   - freescale: fix for dphy alias

----------------------------------------------------------------
Abel Vesa (1):
      phy: qualcomm: eusb2-repeater: Rework init to drop redundant zero-out loop

Alexander Stein (1):
      phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use dashes

Dmitry Baryshkov (1):
      phy: qcom-qmp-usb: fix v3 offsets data

Yang Yingliang (1):
      phy: qcom: phy-qcom-m31: fix wrong pointer pass to PTR_ERR()

 drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c |   2 +-
 drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c | 160 +++++++++----------------
 drivers/phy/qualcomm/phy-qcom-m31.c            |   2 +-
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c        |  10 +-
 4 files changed, 66 insertions(+), 108 deletions(-)
  

Comments

pr-tracker-bot@kernel.org March 3, 2024, 5:59 p.m. UTC | #1
The pull request you sent on Sun, 3 Mar 2024 22:30:43 +0530:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/58c806d867bf265c6fd16fc3bc62e2d3c156b5c9

Thank you!