Re: [U-Boot] [PATCH v2 08/26] dm: pci: Add a function to read a PCI BAR
Applied to u-boot-dm/next. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
[U-Boot] [PATCH v2 08/26] dm: pci: Add a function to read a PCI BAR
Add a driver-model function for reading the PCI BAR from a device. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None drivers/pci/pci-uclass.c | 13 + include/pci.h| 9 + 2 files changed, 22 insertions(+) diff --git a/drivers/pci/pci-ucl