linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Enable runtime PM more broadly
@ 2022-10-06 21:15 Mario Limonciello
  2022-10-06 21:15 ` [PATCH v2 1/2] xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices Mario Limonciello
  2022-10-06 21:15 ` [PATCH v2 2/2] xhci-pci: Lower the requirement for runtime PM version to 1.0 Mario Limonciello
  0 siblings, 2 replies; 7+ messages in thread
From: Mario Limonciello @ 2022-10-06 21:15 UTC (permalink / raw)
  To: Mathias Nyman, mika.westerberg, linux-usb
  Cc: Mehta Sanju, Mario Limonciello, linux-kernel

Currently every time a vendor introduces a new USB4 controller changes
need to be made in xhci-pci to add the PCI IDs representing the XHCI
controller used for tunneling.

Due to low power management needs every single integrated Intel and
AMD controller have needed to be added.  Recent discussions have come
at using the xHC interface version to decide that runtime PM should
be enabled.

v1->v2:
 * Drop existing patches
 * New patches to use xHC interface version instead

Mario Limonciello (2):
  xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later
    devices
  xhci-pci: Lower the requirement for runtime PM version to 1.0

 drivers/usb/host/xhci-pci.c | 53 +------------------------------------
 1 file changed, 1 insertion(+), 52 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-10-10 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 21:15 [PATCH v2 0/2] Enable runtime PM more broadly Mario Limonciello
2022-10-06 21:15 ` [PATCH v2 1/2] xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices Mario Limonciello
2022-10-07  9:55   ` Mika Westerberg
2022-10-07 16:42     ` Limonciello, Mario
2022-10-10 13:45       ` Mathias Nyman
2022-10-10 13:57       ` Mathias Nyman
2022-10-06 21:15 ` [PATCH v2 2/2] xhci-pci: Lower the requirement for runtime PM version to 1.0 Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).