]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Add pcie_get_speed_cap() to find max supported link speed
authorTal Gilboa <talgi@mellanox.com>
Fri, 30 Mar 2018 12:44:05 +0000 (07:44 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 30 Mar 2018 20:33:38 +0000 (15:33 -0500)
commit414b702677b809c450b3bade41d4f417f1bd8ed4
tree6a139948424dfd0d349b2baf06bdcd4370285427
parent9b7074c79907de08a5bc42338767d8b4cb67cfa8
PCI: Add pcie_get_speed_cap() to find max supported link speed

Add pcie_get_speed_cap() to find the max link speed supported by a device.
Change max_link_speed_show() to use pcie_get_speed_cap().

Signed-off-by: Tal Gilboa <talgi@mellanox.com>
[bhelgaas: return speed directly instead of error and *speed, don't export
outside drivers/pci]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
drivers/pci/pci-sysfs.c
drivers/pci/pci.c
drivers/pci/pci.h