mbox series

[0/3] phy: qcom: qmp-combo: Fixes needed for DP

Message ID 20240527-x1e80100-phy-qualcomm-combo-fix-dp-v1-0-be8a0b882117@linaro.org
Headers show
Series phy: qcom: qmp-combo: Fixes needed for DP | expand

Message

Abel Vesa May 27, 2024, 7:20 a.m. UTC
DP is not currently enabled on any of the X Elite platform boards
upstream yet. These fixes are preparatory work for when the support will
land upstream. The USB part of the PHY doesn't need these fixes in order
to work properly.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
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(-)
---
base-commit: 3689b0ef08b70e4e03b82ebd37730a03a672853a
change-id: 20240117-x1e80100-phy-qualcomm-combo-fix-dp-2fe57dfd6b56

Best regards,

Comments

Vinod Koul June 3, 2024, 2:26 p.m. UTC | #1
On Mon, 27 May 2024 10:20:34 +0300, Abel Vesa wrote:
> DP is not currently enabled on any of the X Elite platform boards
> upstream yet. These fixes are preparatory work for when the support will
> land upstream. The USB part of the PHY doesn't need these fixes in order
> to work properly.
> 
> 

Applied, thanks!

[1/3] phy: qcom-qmp: qserdes-txrx: Add missing registers offsets
      commit: 5314e84c33e7ad61df5203df540626ac59f9dcd9
[2/3] phy: qcom-qmp: pcs: Add missing v6 N4 register offsets
      commit: 99bf89626335bbec71d8461f0faec88551440850
[3/3] phy: qcom: qmp-combo: Switch from V6 to V6 N4 register offsets
      commit: 163c1a356a847ab4767200fd4a45b3f8e4ddc900

Best regards,