mbox series

[0/2] Add support for Qualcomm QUSB2 USB PHY driver

Message ID 20230403203120.1405733-1-bhupesh.sharma@linaro.org
Headers show
Series Add support for Qualcomm QUSB2 USB PHY driver | expand

Message

Bhupesh Sharma April 3, 2023, 8:31 p.m. UTC
Enable support for HighSpeed QUSB2 PHY transceiver for USB controllers
on Qualcomm chips.

This patchset adds driver support for the high-speed PHY which is usually
paired with either the ChipIdea or Synopsys DWC3 USB IPs on Qualcomm
Snapdragon SOCs like SM6115 and SDM845.

Bhupesh Sharma (2):
  dt-bindings: phy: Import phy-qcom-qusb2.h
  phy: Add Qualcomm QUSB2 USB PHY driver

 drivers/phy/qcom/Kconfig                 |   7 +
 drivers/phy/qcom/Makefile                |   1 +
 drivers/phy/qcom/phy-qcom-qusb2.c        | 423 +++++++++++++++++++++++
 include/dt-bindings/phy/phy-qcom-qusb2.h |  37 ++
 4 files changed, 468 insertions(+)
 create mode 100644 drivers/phy/qcom/phy-qcom-qusb2.c
 create mode 100644 include/dt-bindings/phy/phy-qcom-qusb2.h

Comments

Bhupesh Sharma April 20, 2023, 11:57 a.m. UTC | #1
On Tue, 4 Apr 2023 at 02:03, Bhupesh Sharma <bhupesh.sharma@linaro.org> wrote:
>
> Enable support for HighSpeed QUSB2 PHY transceiver for USB controllers
> on Qualcomm chips.
>
> This patchset adds driver support for the high-speed PHY which is usually
> paired with either the ChipIdea or Synopsys DWC3 USB IPs on Qualcomm
> Snapdragon SOCs like SM6115 and SDM845.
>
> Bhupesh Sharma (2):
>   dt-bindings: phy: Import phy-qcom-qusb2.h
>   phy: Add Qualcomm QUSB2 USB PHY driver
>
>  drivers/phy/qcom/Kconfig                 |   7 +
>  drivers/phy/qcom/Makefile                |   1 +
>  drivers/phy/qcom/phy-qcom-qusb2.c        | 423 +++++++++++++++++++++++
>  include/dt-bindings/phy/phy-qcom-qusb2.h |  37 ++
>  4 files changed, 468 insertions(+)
>  create mode 100644 drivers/phy/qcom/phy-qcom-qusb2.c
>  create mode 100644 include/dt-bindings/phy/phy-qcom-qusb2.h
>
> --
> 2.38.1

Gentle Ping. Any comments on these changes?

Thanks,
Bhupesh