[v3,0/2] Add support for PCIe PHY in SDX65

Message ID 1679035114-19879-1-git-send-email-quic_rohiagar@quicinc.com
Headers
Series Add support for PCIe PHY in SDX65 |

Message

Rohit Agarwal March 17, 2023, 6:38 a.m. UTC
  Hi,

Changes in v3:
 - Addressed minor comments from Krzysztof of removing redundant binding
   usage in commit message.

Changes in v2:
 - Addressing Dmitry's comments and adjusting according to new bindings.
 - Rebased on top of 6.3-rc1.

This series adds support for PCIe PHY found in Qualcomm SDX65 platform.
The PHY version is v5.20 which has different register offsets compared with
previous v5.0x and v4.0x versions. So separate defines are introducted to
handle the differences.

Thanks,
Rohit.


Rohit Agarwal (2):
  dt-bindings: phy: qcom,qmp: Add SDX65 QMP PHY
  phy: qcom-qmp: Add support for SDX65 QMP PCIe PHY

 .../bindings/phy/qcom,sc8280xp-qmp-pcie-phy.yaml   |   1 +
 drivers/phy/qualcomm/phy-qcom-qmp-pcie.c           | 165 +++++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-pcie-v5_20.h |   3 +
 drivers/phy/qualcomm/phy-qcom-qmp-pcs-v5_20.h      |   1 +
 .../phy/qualcomm/phy-qcom-qmp-qserdes-txrx-v5_20.h |  24 +++
 5 files changed, 194 insertions(+)
  

Comments

Vinod Koul March 31, 2023, 1:54 p.m. UTC | #1
On 17-03-23, 12:08, Rohit Agarwal wrote:
> Hi,
> 
> Changes in v3:
>  - Addressed minor comments from Krzysztof of removing redundant binding
>    usage in commit message.
> 
> Changes in v2:
>  - Addressing Dmitry's comments and adjusting according to new bindings.
>  - Rebased on top of 6.3-rc1.

Applied, thanks