commit | 5c0bf647c4e1659fdeb83a66f56ec27add72b561 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 29 13:17:50 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 12 10:19:09 2016 -0700 |
tree | 0bec69f961eac0879e0c7e842214eb9b757b0f6e | |
parent | 5e23b8b4a4a63178015432a94617d937d8eb42cd [diff] |
dm: pci: Add a driver-model version of pci_find_device() Add a function which scans the driver model device information rather than scanning the PCI bus again. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>