Hey Linus, Please consider this pull request for couple of driver fixes for Generic phy subsystem. The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-7.2 for you to fetch changes up to 7eb61caf45607e1e1270f51f8f93f0ded53146da: phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB (2026-07-22 20:52:59 +0530) ---------------------------------------------------------------- phy fixes for 7.2 Couple of driver fixes - Couple of zynqmp clock and pm error handling and SERDES scrambler register handling - Rockchip SSC spread fix - Qualcomm musb return call fix ---------------------------------------------------------------- Alexey Charkov (1): phy: rockchip: naneng-combphy: Always configure SSC spread direction Krishna Kurapati (1): phy: qcom: m31-eusb2: Fix return value of init call Nava kishore Manne (3): phy: zynqmp: fix L0_TM_DISABLE_SCRAMBLE_ENCODER mask phy: zynqmp: use read-modify-write for SERDES scrambler bypass phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB Radhey Shyam Pandey (2): phy: zynqmp: fix clock error handling in xpsgtr_phy_init() phy: zynqmp: fix runtime PM leak on probe allocation failure drivers/phy/qualcomm/phy-qcom-m31-eusb2.c | 2 +- drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 6 +-- drivers/phy/xilinx/phy-zynqmp.c | 62 ++++++++++++++++------ 3 files changed, 49 insertions(+), 21 deletions(-) Thanks -- ~Vinod