Commit 62cf248de32f for kernel

commit 62cf248de32f061d99cf7cd1675419d739031c5e
Merge: 240303e47f48 2ace2e949979
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Jun 23 15:41:48 2026 -0700

    Merge tag 'phy-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy

    Pull phy updates from Vinod Koul:
     "Bunch of new driver, device support in existing drivers/binding and
      few updates to existing drivers

      New Support:
       - Qualcomm Eliza QMP PHY, Eliza Synopsys eUSB2 support, Eliza PCIe
         phy support, Nord QMP UFS PHY, IPQ5210 USB3 PHY support
       - Econet EN751221 and EN7528 PCIe phy support
       - NXPs TJA1145 CAN transceiver phy support
       - TI DS125DF111 retimer phy support
       - Rockchip RK3528 usb phy support
       - TI J722S phy support
       - Axiado eMMC PHY driver
       - EyeQ5 Ethernet PHY driver
       - Generic PHY driver for Lynx 10G SerDes
       - Spacemit K3 USB2 PHY support

      Updates:
       - Tomi helping maintian zynqmp phys
       - lynx phy updates to support 25GBASER
       - Rockchip GRF for RK3568/RV1108 support
       - Qualcomm QSERDES COM v2 support"

    * tag 'phy-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy: (87 commits)
      phy: rockchip: inno-usb2: Add missing clkout_ctl_phy kerneldoc
      phy: Move MODULE_DEVICE_TABLE next to the table itself
      phy: add basic support for NXPs TJA1145 CAN transceiver
      dt-bindings: phy: add support for NXPs TJA1145 CAN transceiver
      phy: freescale: phy-fsl-imx8qm-lvds-phy: Fix missing pm_runtime_disable() on probe error path
      dt-bindings: phy: qcom,qmp-usb: Add ipq5210 USB3 PHY
      dt-bindings: phy: qcom,qusb2: Document IPQ5210 compatible
      phy: freescale: phy-fsl-imx8qm-lvds-phy: Use synchronous PM runtime put in reset
      MAINTAINERS: expand Lynx 28G entry to cover Lynx 10G SerDes
      phy: lynx-10g: new driver
      dt-bindings: phy: lynx-10g: initial document
      phy: lynx-28g: improve phy_validate() procedure
      phy: lynx-28g: optimize read-modify-write operation
      phy: lynx-28g: add support for big endian register maps
      phy: lynx-28g: common probe() and remove()
      phy: lynx-28g: make lynx_28g_pll_read_configuration() callable per PLL
      phy: lynx-28g: move struct lynx_info definitions downwards
      phy: lynx-28g: provide default lynx_lane_supports_mode() implementation
      phy: lynx-28g: generalize protocol converter accessors
      phy: lynx-28g: common lynx_pll_get()
      ...