Message ID | 20240420044901.884098-1-quic_kriskura@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add multiport support for DWC3 controllers | expand |
> > Currently the DWC3 driver supports only single port controller which requires at > most two PHYs ie HS and SS PHYs. There are SoCs that has > DWC3 controller with multiple ports that can operate in host mode. > Some of the port supports both SS+HS and other port supports only HS mode. > > This change primarily refactors the Phy logic in core driver to allow multiport > support with Generic Phy's. > > The DWC3 controller supports up to 15 High-Speed phys and 4 SuperSpeed phys. > The multiport controller in Qualcomm SA8295P is paired with two High-Speed + > SuperSpeed and two High-Speed-only ports. It is assumed that the N > SuperSpeed PHYs are paired with the first N High-Speed PHYs. > Hi All, Thinh Can DW multiple port host patches be (patch 1-4) accepted first? Other multiport vendor will use this.
On Mon, Apr 22, 2024 at 01:21:07AM +0000, Minda Chen wrote: > Can DW multiple port host patches be (patch 1-4) accepted first? > Other multiport vendor will use this. The whole series is good to go and should be merged for 6.10 so there's no need to split things up. Johan
On Sat, Apr 20, 2024 at 10:18:52AM +0530, Krishna Kurapati wrote: > Krishna Kurapati (9): > dt-bindings: usb: Add bindings for multiport properties on DWC3 > controller > usb: dwc3: core: Access XHCI address space temporarily to read port > info > usb: dwc3: core: Skip setting event buffers for host only controllers > usb: dwc3: core: Refactor PHY logic to support Multiport Controller > dt-bindings: usb: qcom,dwc3: Add bindings for SC8280 Multiport > usb: dwc3: qcom: Add helper function to request wakeup interrupts > usb: dwc3: qcom: Refactor IRQ handling in glue driver > usb: dwc3: qcom: Enable wakeup for applicable ports of multiport > usb: dwc3: qcom: Add multiport suspend/resume support for wrapper Verified that the finger print reader on the Lenovo ThinkPad X13s works with this series (and not yet merged devicetree changes). Not sure when or why, but the error message I previously reported seeing during suspend is now also gone: dwc3-qcom a4f8800.usb: HS-PHY2 not in L2 Tested-by: Johan Hovold <johan+linaro@kernel.org> Thanks for sticking with it, Krishna. Johan