Message ID | 20231122-phy-qualcomm-usb3-uniphy-x1e80100-v3-0-273814c300f8@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | phy: qcom: qmp-usb: Add support for X1E80100 USB3 PHY | expand |
On Thu, 07 Dec 2023 14:34:10 +0200, Abel Vesa wrote: > This patchset adds support for USB3 PHYs instances found on X1E80100. > It depends on the v7 register offsets added by the following patchset: > > https://lore.kernel.org/all/20231122-phy-qualcomm-v6-v6-20-v7-new-offsets-v3-0-dfd1c375ef61@linaro.org/ > > Applied, thanks! [1/2] dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add X1E80100 USB PHY binding commit: c5ffffd714373e7c6b39d3b005dbfbaadbbb4d2d [2/2] phy: qcom-qmp-usb: Add Qualcomm X1E80100 USB3 PHY support commit: 2daa9555ba9858c29b9734b3a104c338b718feab Best regards,
This patchset adds support for USB3 PHYs instances found on X1E80100. It depends on the v7 register offsets added by the following patchset: https://lore.kernel.org/all/20231122-phy-qualcomm-v6-v6-20-v7-new-offsets-v3-0-dfd1c375ef61@linaro.org/ Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- Changes in v3: - Added qmp_v7_usb3phy_regs_layout like Dmitry suggested - Added Krzysztof's R-b tag to 1st patch - Added Dmitry's R-b tag to 2nd patch - Link to v2: https://lore.kernel.org/r/20231122-phy-qualcomm-usb3-uniphy-x1e80100-v2-0-1a3e1d98564e@linaro.org Changes in v2: - Added qmp_usb_offsets_v7, as Dmitry suggested - Properly sorted the init tables, cfg struct and compatible entry, as suggested by Johan - Add entries to allOf section in the schema, as suggested by Krzysztof - Link to v1: https://lore.kernel.org/r/20231122-phy-qualcomm-usb3-uniphy-x1e80100-v1-0-3f5bd223d5b4@linaro.org --- Abel Vesa (2): dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add X1E80100 USB PHY binding phy: qcom-qmp-usb: Add Qualcomm X1E80100 USB3 PHY support .../phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml | 3 + drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 171 +++++++++++++++++++++ 2 files changed, 174 insertions(+) --- base-commit: a2a7cea5da9065b9e34a8bf3275241c1129ebce0 change-id: 20231122-phy-qualcomm-usb3-uniphy-x1e80100-973c882591ef Best regards,