[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210929004315.22558-1-refactormyself@gmail.com>
Date: Wed, 29 Sep 2021 02:43:11 +0200
From: "Saheed O. Bolarinwa" <refactormyself@...il.com>
To: helgaas@...nel.org
Cc: "Bolarinwa O. Saheed" <refactormyself@...il.com>,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC PATCH v2 0/4] Remove unncessary linked list from aspm.c
From: "Bolarinwa O. Saheed" <refactormyself@...il.com>
An extra linked list is created inside aspm.c to keep track of devices
on which the link state was enabled. However, it is possible to access
them via existing device lists.
This series remove the extra linked list and other related members of
the struct pcie_link_state: `root`, `parent` and `downstream`. All
these are now either calculated or obtained directly when needed.
VERSION CHANGES:
- v2:
» - Avoid using BUG_ON()
» - Create helper function pci_get_parent()
» - Fix a bug from the previous version
MERGE NOTICE:
These series are based on
» 'commit e4e737bb5c17 ("Linux 5.15-rc2")'
Bolarinwa O. Saheed (4):
PCI/ASPM: Remove struct pcie_link_state.parent
PCI/ASPM: Remove struct pcie_link_state.root
PCI/ASPM: Remove struct pcie_link_state.downstream
PCI/ASPM: Remove unncessary linked list from aspm.c
drivers/pci/pcie/aspm.c | 134 +++++++++++++++++++++++-----------------
1 file changed, 78 insertions(+), 56 deletions(-)
--
2.20.1
Powered by blists - more mailing lists