mbox series

[0/4] Add USB Support for QCS8300

Message ID 20241009195348.2649368-1-quic_kriskura@quicinc.com
Headers show
Series Add USB Support for QCS8300 | expand

Message

Krishna Kurapati Oct. 9, 2024, 7:53 p.m. UTC
This series aims at enabling USB on QCS8300 which has 2 USB controllers.
The primary controller is SuperSpeed capable and secondary one is
High Speed only capable. Both the High Speed Phys are Femto phys and the
SuperSpeed Phy is a QMP Uni Phy.

Device tree patches will sent separately. DT Binding checks done on
the binding patches. Flashed and verified working of NCM over primary
usb controller.

Krishna Kurapati (4):
  dt-bindings: usb: qcom,dwc3: Add QCS8300 to USB DWC3 bindings
  dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS8300
  dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add QCS8300 compatible
  phy: qcom: qmp: Add qmp configuration for QCS8300

 .../phy/qcom,sc8280xp-qmp-usb3-uni-phy.yaml   |  2 +
 .../bindings/phy/qcom,usb-snps-femto-v2.yaml  |  1 +
 .../devicetree/bindings/usb/qcom,dwc3.yaml    |  4 ++
 drivers/phy/qualcomm/phy-qcom-qmp-usb.c       | 65 +++++++++++++++++++
 4 files changed, 72 insertions(+)

Comments

Rob Herring (Arm) Oct. 9, 2024, 9:31 p.m. UTC | #1
On Thu, Oct 10, 2024 at 01:23:45AM +0530, Krishna Kurapati wrote:
> Update dt-bindings to add QCS8300 to USB DWC3 controller list.
> The second controller of QCS8300 is High speed only capable and
> doesn't have ss_phy_irq.
> 
> Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
> ---
>  Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 4 ++++
>  1 file changed, 4 insertions(+)

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Vinod Koul Oct. 12, 2024, 5:50 p.m. UTC | #2
On Thu, 10 Oct 2024 01:23:44 +0530, Krishna Kurapati wrote:
> This series aims at enabling USB on QCS8300 which has 2 USB controllers.
> The primary controller is SuperSpeed capable and secondary one is
> High Speed only capable. Both the High Speed Phys are Femto phys and the
> SuperSpeed Phy is a QMP Uni Phy.
> 
> Device tree patches will sent separately. DT Binding checks done on
> the binding patches. Flashed and verified working of NCM over primary
> usb controller.
> 
> [...]

Applied, thanks!

[1/4] dt-bindings: usb: qcom,dwc3: Add QCS8300 to USB DWC3 bindings
      commit: 3624fa00ae76be6a93d46071db12bf9218090cb4
[2/4] dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS8300
      commit: c5a3519eae7c491646a87c4861e91f1a1a9f461e
[3/4] dt-bindings: phy: qcom,sc8280xp-qmp-usb3-uni: Add QCS8300 compatible
      commit: c2b174209bbb3341444c899f0a06f21eb953b1f0
[4/4] phy: qcom: qmp: Add qmp configuration for QCS8300
      commit: 5ee213bdbc6c784c28fc9e2dbb5243906e1f8217

Best regards,