mbox series

[v2,0/2] phy: qcom: add support for the Qualcomm Synopsys eUSB2 PHY

Message ID 20240410-topic-sm8x50-usb-phy-v2-0-9d2d90bd04da@linaro.org
Headers show
Series phy: qcom: add support for the Qualcomm Synopsys eUSB2 PHY | expand

Message

Neil Armstrong April 10, 2024, 4:01 p.m. UTC
Add support for the new Qualcomm Synopsys eUSB2 PHY found in the
SM8550 and SM8650 SoCs.

Finally enable the driver in the Qualcomm defconfig.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v2:
- fixed driver build failure due to missin }
- Link to v1: https://lore.kernel.org/r/20240405-topic-sm8x50-usb-phy-v1-0-8a8604bf818f@linaro.org

---
Neil Armstrong (2):
      phy: qcom: add Synopsys eUSB2 PHY driver
      qcom_defconfig: enable the Qualcomm Synopsys eUSB2 PHY driver

 configs/qcom_defconfig                 |   1 +
 drivers/phy/qcom/Kconfig               |   8 +
 drivers/phy/qcom/Makefile              |   1 +
 drivers/phy/qcom/phy-qcom-snps-eusb2.c | 366 +++++++++++++++++++++++++++++++++
 4 files changed, 376 insertions(+)
---
base-commit: f0e6aba1218bca578605697eed8aa94582bf57bb
change-id: 20240404-topic-sm8x50-usb-phy-d09a98f72d1b

Best regards,

Comments

Sumit Garg April 11, 2024, 12:02 p.m. UTC | #1
On Wed, 10 Apr 2024 at 21:31, Neil Armstrong <neil.armstrong@linaro.org> wrote:
>
> Add support for the new Qualcomm Synopsys eUSB2 PHY found in the
> SM8550 and SM8650 SoCs.
>
> Finally enable the driver in the Qualcomm defconfig.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> Changes in v2:
> - fixed driver build failure due to missin }
> - Link to v1: https://lore.kernel.org/r/20240405-topic-sm8x50-usb-phy-v1-0-8a8604bf818f@linaro.org
>
> ---
> Neil Armstrong (2):
>       phy: qcom: add Synopsys eUSB2 PHY driver
>       qcom_defconfig: enable the Qualcomm Synopsys eUSB2 PHY driver
>

Acked-by: Sumit Garg <sumit.garg@linaro.org>

-Sumit

>  configs/qcom_defconfig                 |   1 +
>  drivers/phy/qcom/Kconfig               |   8 +
>  drivers/phy/qcom/Makefile              |   1 +
>  drivers/phy/qcom/phy-qcom-snps-eusb2.c | 366 +++++++++++++++++++++++++++++++++
>  4 files changed, 376 insertions(+)
> ---
> base-commit: f0e6aba1218bca578605697eed8aa94582bf57bb
> change-id: 20240404-topic-sm8x50-usb-phy-d09a98f72d1b
>
> Best regards,
> --
> Neil Armstrong <neil.armstrong@linaro.org>
>
Caleb Connolly April 11, 2024, 12:43 p.m. UTC | #2
On Wed, 10 Apr 2024 18:01:11 +0200, Neil Armstrong wrote:
> Add support for the new Qualcomm Synopsys eUSB2 PHY found in the
> SM8550 and SM8650 SoCs.
> 
> Finally enable the driver in the Qualcomm defconfig.
> 
> 

Applied, thanks!

[1/2] phy: qcom: add Synopsys eUSB2 PHY driver
      commit: 01d9217273df37c5150bab45018b0ee54cb1f30e
[2/2] qcom_defconfig: enable the Qualcomm Synopsys eUSB2 PHY driver
      commit: 1e6adb446297fdaea5561c001e58cc9f2cb7a743

Best regards,