mbox series

[v2,0/2] Handle RPM for xhci-pci

Message ID 20230915141530.1974640-1-Basavaraj.Natikar@amd.com (mailing list archive)
Headers show
Series Handle RPM for xhci-pci | expand

Message

Basavaraj Natikar Sept. 15, 2023, 2:15 p.m. UTC
This series includes fixes for PCI AMD USB controllers that use RPM as
their default policy, including enabling RPM for controllers that support
low-power states.

v1->v2:
*Enable RPM also for all AMD xHC 1.1

Basavaraj Natikar (2):
  xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
  xhci: Enable RPM on controllers that support low-power states

 drivers/usb/host/xhci-pci.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Mathias Nyman Sept. 19, 2023, 8:08 a.m. UTC | #1
On 15.9.2023 17.15, Basavaraj Natikar wrote:
> This series includes fixes for PCI AMD USB controllers that use RPM as
> their default policy, including enabling RPM for controllers that support
> low-power states.
> 
> v1->v2:
> *Enable RPM also for all AMD xHC 1.1
> 
> Basavaraj Natikar (2):
>    xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
>    xhci: Enable RPM on controllers that support low-power states
> 
>   drivers/usb/host/xhci-pci.c | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
> 

Thanks, added to queue

-Mathias