[PATCH v3 0/4] Changes for the eUSB2 PHY on Milos

Luca Weiss posted 4 patches 2 months, 3 weeks ago
Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml | 1 +
Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml      | 3 +++
drivers/phy/phy-snps-eusb2.c                                   | 5 ++++-
3 files changed, 8 insertions(+), 1 deletion(-)
[PATCH v3 0/4] Changes for the eUSB2 PHY on Milos
Posted by Luca Weiss 2 months, 3 weeks ago
Document the eUSB2 PHY on Milos and add some driver changes for it.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Changes in v3:
- Make "extra register write" commit unconditional for all targets,
  write the register directly as per Konrad's suggestion
- Pick up tags
- Link to v2: https://lore.kernel.org/r/20250709-sm7635-eusb-phy-v2-0-4790eeee7ae0@fairphone.com

Changes in v2:
- Rebrand SM7635 to Milos as requested: https://lore.kernel.org/linux-arm-msm/aGMI1Zv6D+K+vWZL@hu-bjorande-lv.qualcomm.com/
- Clarify commit message for "Add missing write from init sequence"
- Pick up tags
- Link to v1: https://lore.kernel.org/r/20250625-sm7635-eusb-phy-v1-0-94d76e0667c1@fairphone.com

---
Luca Weiss (4):
      dt-bindings: usb: qcom,snps-dwc3: Add Milos compatible
      dt-bindings: phy: qcom,snps-eusb2: document the Milos Synopsys eUSB2 PHY
      phy: qcom: phy-qcom-snps-eusb2: Add missing write from init sequence
      phy: qcom: phy-qcom-snps-eusb2: Update init sequence per HPG 1.0.2

 Documentation/devicetree/bindings/phy/qcom,snps-eusb2-phy.yaml | 1 +
 Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml      | 3 +++
 drivers/phy/phy-snps-eusb2.c                                   | 5 ++++-
 3 files changed, 8 insertions(+), 1 deletion(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250620-sm7635-eusb-phy-d3bab648cdf1

Best regards,
-- 
Luca Weiss <luca.weiss@fairphone.com>
Re: [PATCH v3 0/4] Changes for the eUSB2 PHY on Milos
Posted by Vinod Koul 2 months, 2 weeks ago
On Tue, 15 Jul 2025 09:29:33 +0200, Luca Weiss wrote:
> Document the eUSB2 PHY on Milos and add some driver changes for it.
> 
> 

Applied, thanks!

[1/4] dt-bindings: usb: qcom,snps-dwc3: Add Milos compatible
      commit: 9e891b0d21bc889898e726783f20bd81f5fd4056
[2/4] dt-bindings: phy: qcom,snps-eusb2: document the Milos Synopsys eUSB2 PHY
      commit: bb39f49a433312ba7558b7cc44cfd9131b46bce1
[3/4] phy: qcom: phy-qcom-snps-eusb2: Add missing write from init sequence
      commit: 7f5f703210109366c1e1b685086c9b0a4897ea54
[4/4] phy: qcom: phy-qcom-snps-eusb2: Update init sequence per HPG 1.0.2
      commit: 828c3e9dce25a9551e52fd076136f4d9936c0498

Best regards,
-- 
~Vinod