pci: pci-uclass: Add support for Alternate-RoutingID capability
authorSuneel Garapati <sgarapati@marvell.com>
Thu, 24 Oct 2019 01:40:36 +0000 (18:40 -0700)
committerStefan Roese <sr@denx.de>
Tue, 25 Aug 2020 06:01:16 +0000 (08:01 +0200)
commita3fac3f395afc5ad7aeb01fb7ed2d87d07c87ab0
tree3acf8430dfd9d1043c2c1117877353841470c1cb
parent51eeae91c5e7b8f7c1bdf46aa6d6bb1675fd2ebc
pci: pci-uclass: Add support for Alternate-RoutingID capability

If ARI capability is found on device, use it to update next function
number in bus scan and also helps to skip unnecessary bdf scans.

Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/Kconfig
drivers/pci/pci-uclass.c