mbox series

[v2,0/4] phy: qcom-qmp: Add SC8280XP USB PHYs

Message ID 20220810042303.3583194-1-bjorn.andersson@linaro.org
Headers show
Series phy: qcom-qmp: Add SC8280XP USB PHYs | expand

Message

Bjorn Andersson Aug. 10, 2022, 4:22 a.m. UTC
Introduce UNI and combo USB PHYs for the Qualcomm SC8280XP platform.

Changes since v1:
- Replace direct import of downstream register definitions

Bjorn Andersson (4):
  dt-bindings: phy: qcom,qmp: Add compatible for SC8280XP USB phys
  phy: qcom-qmp-combo: Parameterize swing and pre_emphasis tables
  phy: qcom-qmp: Add SC8280XP USB3 UNI phy
  phy: qcom-qmp-combo: Add sc8280xp USB/DP combo phys

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml |   2 +
 .../bindings/phy/qcom,qmp-usb3-dp-phy.yaml    |   1 +
 drivers/phy/qualcomm/phy-qcom-qmp-combo.c     | 429 ++++++++++++++++--
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5.h    |  13 +
 .../phy-qcom-qmp-qserdes-txrx-v5_5nm.h        | 333 ++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c       | 137 ++++++
 drivers/phy/qualcomm/phy-qcom-qmp.h           |   1 +
 7 files changed, 880 insertions(+), 36 deletions(-)
 create mode 100644 drivers/phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_5nm.h

Comments

Krzysztof Kozlowski Aug. 10, 2022, 2:48 p.m. UTC | #1
On 10/08/2022 07:23, Bjorn Andersson wrote:
> The SC8280XP platform has a pair of 5nm USB3 UNI phys and a pair of
> 5nm USB4/3/DP combo PHYs, add a compatible for these.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Vinod Koul Aug. 30, 2022, 7:38 a.m. UTC | #2
On 09-08-22, 21:22, Bjorn Andersson wrote:
> Introduce UNI and combo USB PHYs for the Qualcomm SC8280XP platform.

Applied, thanks