[PATCH v3 13/28] pci: Update to use new sequence numbers
Simon Glass
sjg at chromium.org
Sat Dec 19 17:40:25 CET 2020
Now that we know the sequence number at bind time, there is no need for
special-case code in dm_pci_hose_probe_bus().
Note: the PCI_CAP_ID_EA code may need a look, but there are no test
failures so I have left it as is.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Update PCI to use manual sequence numbering
Changes in v2:
- Use the sequence number directly instead of max bus
drivers/pci/pci-uclass.c | 45 ++++++++++++++++++++++++----------------
drivers/pci/pci_auto.c | 10 ++++-----
2 files changed, 32 insertions(+), 23 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list