mbox series

[0/3] ASPM: aspm_disable/default/support state handling fixes

Message ID 20230411111034.1473044-1-ajayagarwal@google.com (mailing list archive)
Headers show
Series ASPM: aspm_disable/default/support state handling fixes | expand

Message

Ajay Agarwal April 11, 2023, 11:10 a.m. UTC
On going through the aspm driver, I found some potential bugs in
the way the aspm_disable, aspm_default and aspm_support states
are being handled by the driver.

I intend to fix these bugs.

Ajay Agarwal (3):
  PCI/ASPM: Disable ASPM_STATE_L1 only when class driver disables L1
    ASPM
  PCI/ASPM: Set ASPM_STATE_L1 when class driver enables L1ss
  PCI/ASPM: Remove unnecessary ASPM_STATE_L1SS check

 drivers/pci/pcie/aspm.c | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)