Hi Linus, Please pull to receive couple of fixes in the Qualcomm qmp phy driver The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -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.10 for you to fetch changes up to 163c1a356a847ab4767200fd4a45b3f8e4ddc900: phy: qcom: qmp-combo: Switch from V6 to V6 N4 register offsets (2024-06-03 19:30:47 +0530) ---------------------------------------------------------------- phy fixes for 6.10 - Qualcomm QMP driver fixes for missing register offsets and correct N4 offsets for registers ---------------------------------------------------------------- Abel Vesa (3): phy: qcom-qmp: qserdes-txrx: Add missing registers offsets phy: qcom-qmp: pcs: Add missing v6 N4 register offsets phy: qcom: qmp-combo: Switch from V6 to V6 N4 register offsets drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 189 +++++++++++++++++---- drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6-n4.h | 32 ++++ .../phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v6_n4.h | 13 ++ drivers/phy/qualcomm/phy-qcom-qmp.h | 2 + 4 files changed, 207 insertions(+), 29 deletions(-) create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v6-n4.h -- ~Vinod