Re: [U-Boot] [PATCH u-boot] pci: ensure enumeration of all devices in pci_init

2019-07-14 Thread Tom Rini
On Tue, May 21, 2019 at 12:04:31PM +0200, Marek Behún wrote: > Use the uclass_first_device_check and uclass_next_device_check functions > instead of uclass_first_device and uclass_next_device in pci_init. This > ensures that all PCI devices are tried to be probed. Currently if a > device fails to

Re: [U-Boot] [PATCH u-boot] pci: ensure enumeration of all devices in pci_init

2019-05-22 Thread Marek Behún
On Tue, 21 May 2019 13:43:54 +0200 Stefan Roese wrote: > (Added Simon & Bin to Cc) > > On 21.05.19 12:04, Marek Behún wrote: > > Use the uclass_first_device_check and uclass_next_device_check > > functions instead of uclass_first_device and uclass_next_device in > > pci_init. This ensures that a

Re: [U-Boot] [PATCH u-boot] pci: ensure enumeration of all devices in pci_init

2019-05-21 Thread Bin Meng
On Tue, May 21, 2019 at 6:04 PM Marek Behún wrote: > > Use the uclass_first_device_check and uclass_next_device_check functions > instead of uclass_first_device and uclass_next_device in pci_init. This > ensures that all PCI devices are tried to be probed. Currently if a > device fails to probe, t

Re: [U-Boot] [PATCH u-boot] pci: ensure enumeration of all devices in pci_init

2019-05-21 Thread Stefan Roese
(Added Simon & Bin to Cc) On 21.05.19 12:04, Marek Behún wrote: Use the uclass_first_device_check and uclass_next_device_check functions instead of uclass_first_device and uclass_next_device in pci_init. This ensures that all PCI devices are tried to be probed. Currently if a device fails to pro

[U-Boot] [PATCH u-boot] pci: ensure enumeration of all devices in pci_init

2019-05-21 Thread Marek Behún
Use the uclass_first_device_check and uclass_next_device_check functions instead of uclass_first_device and uclass_next_device in pci_init. This ensures that all PCI devices are tried to be probed. Currently if a device fails to probe, the enumeration stops and the devices which come after the fail