commit | 00d808e653a7683a242985f529cf8a1442f0b39e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 03 01:14:36 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 08 12:49:31 2018 +0100 |
tree | 91fd5c259087b4af8b5b5f71beded781b15b0e27 | |
parent | fa15771cf3564ce800b40ef5e11121db73ef956e [diff] |
dm: pci: Extract vendor/device id in child_post_bind() Currently only devfn is extracted in child_post_bind(). Now that we have the live-tree version API to look up PCI vendor and device id from the compatible string, let's extract and save them too. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>