Re: [U-Boot] [RFC PATCH 10/29] drivers: pci-uclass: Add support for Alternate-RoutingID capability

2019-11-19 Thread Simon Glass
On Tue, 29 Oct 2019 at 14:08, Suneel Garapati wrote: > > From: Suneel Garapati > > 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 > --- > drivers/pci/pci-uclass.c | 18

[U-Boot] [RFC PATCH 10/29] drivers: pci-uclass: Add support for Alternate-RoutingID capability

2019-10-29 Thread Suneel Garapati
From: Suneel Garapati 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 --- drivers/pci/pci-uclass.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-)