
23 Jul
2015
23 Jul
'15
1:40 a.m.
On 6 July 2015 at 16:47, Simon Glass sjg@chromium.org wrote:
It is useful to be able to find the full PCI address (bus, device and function) for a PCI device. Add a function to provide this.
Adjust the existing code to use this.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/pci/pci-uclass.c | 15 +++++++++------ drivers/pci/pci_compat.c | 8 ++------ include/pci.h | 8 ++++++++ 3 files changed, 19 insertions(+), 12 deletions(-)
Applied to u-boot-dm.