Hello Linus, Please pull this late fix for Generic phy subsystem to fix the regression on X13s laptop displays. The following changes since commit 90d35da658da8cff0d4ecbb5113f5fac9d00eb72: Linux 6.8-rc7 (2024-03-03 13:02:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes3-6.8 for you to fetch changes up to 47b412c1ea77112f1148b4edd71700a388c7c80f: phy: qcom-qmp-combo: fix type-c switch registration (2024-03-06 20:37:37 +0530) ---------------------------------------------------------------- phy third set of fixes for 6.8 - fixes for Qualcomm qmp-combo driver for ordering of drm and type-c switch registartion due to drivers might not probe defer after having registered child devices to avoid triggering a probe deferral loop. This fixes internal display on Lenovo ThinkPad X13s ---------------------------------------------------------------- Johan Hovold (2): phy: qcom-qmp-combo: fix drm bridge registration phy: qcom-qmp-combo: fix type-c switch registration drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -- ~Vinod