mbox series

[v2,0/2] Enable runtime PM more broadly

Message ID 20221006211529.1858-1-mario.limonciello@amd.com (mailing list archive)
Headers show
Series Enable runtime PM more broadly | expand

Message

Mario Limonciello Oct. 6, 2022, 9:15 p.m. UTC
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(-)