Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Skip phy initialization for DWC3 USB Controllers
@ 2022-04-21  5:00 Sandeep Maheswaram
  2022-04-21  5:00 ` [PATCH v4 1/3] dt-bindings: usb: usb-xhci: Add bindings for usb-skip-phy-init property Sandeep Maheswaram
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sandeep Maheswaram @ 2022-04-21  5:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Greg Kroah-Hartman,
	Felipe Balbi, Stephen Boyd, Doug Anderson, Matthias Kaehlcke,
	Mathias Nyman
  Cc: devicetree, linux-arm-msm, linux-usb, linux-kernel, quic_pkondeti,
	quic_ppratap, quic_kriskura, quic_vpulyala, Sandeep Maheswaram

Runtime suspend of phy drivers was failing from DWC3 driver as
runtime usage value is 2 because the phy is initialized from
DWC3 core and HCD core.
Some controllers like DWC3 and CDNS3 manage phy in their core drivers.
This property can be set to avoid phy initialization in HCD core.

v4:
Added the device tree binding patch in the series.

v3:
Coming back to this series based on discussion at below thread
https://patchwork.kernel.org/project/linux-arm-msm/patch/1648103831-12347-4-git-send-email-quic_c_sanm@quicinc.com/
Dropped the dt bindings PATCH 1/3 in v2
https://patchwork.kernel.org/project/linux-arm-msm/cover/1636353710-25582-1-git-send-email-quic_c_sanm@quicinc.com/ 

v2:
Updated the commit descriptions.
Changed subject prefix from dwc to dwc3.
Increased props array size.


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: dwc3: host: Set the property usb-skip-phy-init

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

-- 
2.7.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-29 19:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21  5:00 [PATCH v4 0/3] Skip phy initialization for DWC3 USB Controllers Sandeep Maheswaram
2022-04-21  5:00 ` [PATCH v4 1/3] dt-bindings: usb: usb-xhci: Add bindings for usb-skip-phy-init property Sandeep Maheswaram
2022-04-25 16:40   ` Rob Herring
2022-04-21  5:00 ` [PATCH v4 2/3] usb: host: xhci-plat: Add device property to set XHCI_SKIP_PHY_INIT quirk Sandeep Maheswaram
2022-04-21  5:00 ` [PATCH v4 3/3] usb: dwc3: host: Set the property usb-skip-phy-init Sandeep Maheswaram
2022-04-25  2:48 ` [PATCH v4 0/3] Skip phy initialization for DWC3 USB Controllers Pavan Kondeti
2022-04-26  1:12   ` Thinh Nguyen
2022-04-29  3:05     ` Pavan Kondeti
2022-04-29 19:10       ` Thinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox