[PATCH 0/2] PCI/ASPM: Define consolidation

Ilpo Järvinen posted 2 patches 1 year, 10 months ago
drivers/pci/pcie/aspm.c | 180 ++++++++++++++++++++--------------------
include/linux/pci.h     |  22 ++---
2 files changed, 100 insertions(+), 102 deletions(-)
[PATCH 0/2] PCI/ASPM: Define consolidation
Posted by Ilpo Järvinen 1 year, 10 months ago
This series consolidates ASPM related defines into the ones in
linux/pci.h and eliminates the almost duplicate ones from aspm.c. This
allows using the input without mapping between the defines so the state
mapping code to focus on the special cases.

Ilpo Järvinen (2):
  PCI/ASPM: Consolidate link state defines
  PCI/ASPM: Cleanup ASPM disable/enable mask calculation

 drivers/pci/pcie/aspm.c | 180 ++++++++++++++++++++--------------------
 include/linux/pci.h     |  22 ++---
 2 files changed, 100 insertions(+), 102 deletions(-)

-- 
2.39.2

Re: [PATCH 0/2] PCI/ASPM: Define consolidation
Posted by Bjorn Helgaas 1 year, 9 months ago
On Fri, Mar 22, 2024 at 02:39:50PM +0200, Ilpo Järvinen wrote:
> This series consolidates ASPM related defines into the ones in
> linux/pci.h and eliminates the almost duplicate ones from aspm.c. This
> allows using the input without mapping between the defines so the state
> mapping code to focus on the special cases.
> 
> Ilpo Järvinen (2):
>   PCI/ASPM: Consolidate link state defines
>   PCI/ASPM: Cleanup ASPM disable/enable mask calculation
> 
>  drivers/pci/pcie/aspm.c | 180 ++++++++++++++++++++--------------------
>  include/linux/pci.h     |  22 ++---
>  2 files changed, 100 insertions(+), 102 deletions(-)

Applied to pci/aspm for v6.10, thanks!