mbox series

[0/2] Handle RPM for xhci-pci

Message ID 20230821065742.2924681-1-Basavaraj.Natikar@amd.com
Headers show
Series Handle RPM for xhci-pci | expand

Message

Basavaraj Natikar Aug. 21, 2023, 6:57 a.m. UTC
This series includes fixes for PCI USB controllers that use RPM as their
default policy, including enabling RPM for controllers that support
low-power states.

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

 drivers/usb/host/xhci-pci.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Mario Limonciello Sept. 15, 2023, 4:38 a.m. UTC | #1
On 8/21/2023 01:57, Basavaraj Natikar wrote:
> This series includes fixes for PCI USB controllers that use RPM as their
> default policy, including enabling RPM for controllers that support
> low-power states.
> 
> Basavaraj Natikar (2):
>    xhci: Loosen RPM as default policy to cover xHC 1.1 as well
>    xhci: Enable RPM on controllers that support low-power states
> 
>   drivers/usb/host/xhci-pci.c | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
> 

Hi Matthias,

Can you take a look at this series?  It's been on the list about a month.

Thanks,
Mathias Nyman Sept. 15, 2023, 12:55 p.m. UTC | #2
On 15.9.2023 7.38, Mario Limonciello wrote:
> On 8/21/2023 01:57, Basavaraj Natikar wrote:
>> This series includes fixes for PCI USB controllers that use RPM as their
>> default policy, including enabling RPM for controllers that support
>> low-power states.
>>
>> Basavaraj Natikar (2):
>>    xhci: Loosen RPM as default policy to cover xHC 1.1 as well
>>    xhci: Enable RPM on controllers that support low-power states
>>
>>   drivers/usb/host/xhci-pci.c | 6 ++++--
>>   1 file changed, 4 insertions(+), 2 deletions(-)
>>
> 
> Hi Matthias,
> 
> Can you take a look at this series?  It's been on the list about a month.
> 
> Thanks,
> 

Yes, sorry about the delay

-Mathias