Commit fc9eae25ecb7 for kernel

commit fc9eae25ecb769e0c03a1383c677e2ddc1de8adf
Merge: a516c618a627 81af9e40e2e4
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Mar 29 12:48:52 2026 -0700

    Merge tag 'phy-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy

    Pull phy fixes from Vinod Koul:

     - Qualcomm PCS table fix for ufs phy

     - TI device node reference fix

     - Common prop kconfig fix

     - lynx CDR lock workaround for lanes disabled

     - usb disconnect function fix of k1 driver

    * tag 'phy-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy:
      phy: qcom: qmp-ufs: Fix SM8650 PCS table for Gear 4
      phy: ti: j721e-wiz: Fix device node reference leak in wiz_get_lane_phy_types()
      phy: k1-usb: add disconnect function support
      phy: lynx-28g: skip CDR lock workaround for lanes disabled in the device tree
      phy: make PHY_COMMON_PROPS Kconfig symbol conditionally user-selectable