Hello Linus, Please pull to receive couple of phy driver fixes. The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.11 for you to fetch changes up to 5af9b304bc6010723c02f74de0bfd24ff19b1a10: phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume (2024-08-05 21:46:58 +0530) ---------------------------------------------------------------- phy fixes for 6.11 - Qualcomm QMP X1E80100 PCIe Gen4 PHY initialisation fix - Freescale imx8mq tuning parameter name fix - Samsung exynos5 fir for error code in probe() - Xilinx Zynqmp SGMII linkup failure fix ---------------------------------------------------------------- Abel Vesa (1): phy: qcom: qmp-pcie: Fix X1E80100 PCIe Gen4 PHY initialisation Dan Carpenter (1): phy: exynos5-usbdrd: fix error code in probe() Piyush Mehta (1): phy: xilinx: phy-zynqmp: Fix SGMII linkup failure on resume Xu Yang (1): phy: fsl-imx8mq-usb: fix tuning parameter name drivers/phy/freescale/phy-fsl-imx8mq-usb.c | 2 +- drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 23 ++++++++---- drivers/phy/samsung/phy-exynos5-usbdrd.c | 2 +- drivers/phy/xilinx/phy-zynqmp.c | 56 ++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+), 9 deletions(-) -- ~Vinod