
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