[U-Boot] [PATCH v2 04/21] dm: pci: Extract vendor/device id in child_post_bind()

Simon Glass sjg at chromium.org
Thu Aug 2 20:38:02 UTC 2018


On 29 July 2018 at 07:36, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> Changes in v2: None
>
>  drivers/pci/pci-uclass.c | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list