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(-) -- ~Vinod