diff options
author | Niklas Cassel <cassel@kernel.org> | 2024-02-14 14:00:10 +0100 |
---|---|---|
committer | Niklas Cassel <cassel@kernel.org> | 2024-02-19 09:51:56 +0100 |
commit | bf6f1581d121d4723daf46ccd8d1a91d99e39b6d (patch) | |
tree | cc800bb854cf38dc275c91108e2aff14ad086308 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | f2b70a264b44a6c3952fadbcc3e6711deed8458f (diff) |
ahci: clean up ahci_broken_devslp quirk
Most quirks are applied using a specific board type board_ahci_no*
(e.g. board_ahci_nomsi, board_ahci_noncq), which then sets a flag
representing the specific quirk.
ahci_pci_tbl (which is the table of all supported PCI devices), then
uses that board type for the PCI vendor and device IDs which need to
be quirked.
The ahci_broken_devslp quirk is not implemented in this standard way.
Modify the ahci_broken_devslp quirk to be implemented like the other
quirks. This way, we will not have the same PCI device and vendor ID
scattered over ahci.c. It will simply be defined in a single location.
Suggested-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions