mbox series

[0/3] Skip phy initialization for DWC3 USB Controllers

Message ID 1635272372-9982-1-git-send-email-quic_c_sanm@quicinc.com (mailing list archive)
Headers show
Series Skip phy initialization for DWC3 USB Controllers | expand

Message

Sandeep Maheswaram Oct. 26, 2021, 6:19 p.m. UTC
DWC3 manages PHY by own driver, so skip the management by HCD core.

Sandeep Maheswaram (3):
  dt-bindings: usb: usb-xhci: Add bindings for usb-skip-phy-init
    property
  usb: host: xhci-plat: Add device property to set XHCI_SKIP_PHY_INIT
    quirk
  usb: dwc: host: Set the property usb-skip-phy-init

 Documentation/devicetree/bindings/usb/usb-xhci.yaml | 4 ++++
 drivers/usb/dwc3/host.c                             | 2 ++
 drivers/usb/host/xhci-plat.c                        | 3 +++
 3 files changed, 9 insertions(+)