Home
last modified time | relevance | path

Searched hist:dce54dd6c70e6af9a1b506ed45c0cfc9a90fcc92 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.cdce54dd6c70e6af9a1b506ed45c0cfc9a90fcc92 Thu Aug 20 13:40:26 UTC 2015 Bin Meng <bmeng.cn@gmail.com> dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()

In pci_uclass_child_post_bind(), bdf is extracted from fdt_pci_addr.
Mask bus number before save it to pplat->devfn.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>