]> www.infradead.org Git - users/jedix/linux-maple.git/commit
PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device
authorYinghai Lu <yinghai@kernel.org>
Fri, 27 Jan 2012 18:55:10 +0000 (10:55 -0800)
committerZhenzhong Duan <zhenzhong.duan@oracle.com>
Mon, 11 Jun 2012 02:32:56 +0000 (10:32 +0800)
commit987014d7de50f3c54878b3168490f29330858097
treebdcecd4b71c2f3e415aab9e575ea13180e9c3bc3
parentfa9ef64e06317ebd94032b0fe915e390c7c9b356
PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device

Orabug:13993738
We can reuse it for pciehp probing.

-v2: according to Kenji, fix crs timeout checking, and export the function
     for later use when pciehp is compiled as a module.

Suggested-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
(cherry picked from commit efdc87dab1cdf25ba631181ac0ead3fb2023dd10)

Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>
drivers/pci/pci.h
drivers/pci/probe.c