public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stuart Yoder <stuart.yoder@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/7 v2] pci: make pci_get_hose_head() available to external users
Date: Thu, 25 Feb 2016 17:06:19 -0600	[thread overview]
Message-ID: <1456441583-20932-4-git-send-email-stuart.yoder@nxp.com> (raw)
In-Reply-To: <1456441583-20932-1-git-send-email-stuart.yoder@nxp.com>

From: Stuart Yoder <stuart.yoder@nxp.com>

put pci_get_hose_head() prototype in header so it is available to
external users-- allowing them to find and iterate over all pci controllers

Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
---
-v2
  -no changes

 include/pci.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/pci.h b/include/pci.h
index 68548b0..8698056 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -700,6 +700,7 @@ extern void *pci_map_bar(pci_dev_t pdev, int bar, int flags);
 extern void pci_register_hose(struct pci_controller* hose);
 extern struct pci_controller* pci_bus_to_hose(int bus);
 extern struct pci_controller *find_hose_by_cfg_addr(void *cfg_addr);
+extern struct pci_controller *pci_get_hose_head(void);
 
 extern int pci_skip_dev(struct pci_controller *hose, pci_dev_t dev);
 extern int pci_hose_scan(struct pci_controller *hose);
-- 
1.7.9.5

  parent reply	other threads:[~2016-02-25 23:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 23:06 [U-Boot] [PATCH 0/7 v2] support mapping PCI device ids to stream ids for MSIs Stuart Yoder
2016-02-25 23:06 ` [U-Boot] [PATCH 1/7 v2] armv8: ls2080a: remove obsolete stream ID partitioning support Stuart Yoder
2016-02-25 23:06 ` Stuart Yoder [this message]
2016-02-25 23:06 ` [U-Boot] [PATCH 4/7 v2] pci/layerscape: add support for LUT Stuart Yoder
2016-02-26  5:56   ` Minghuan Lian
2016-02-26 15:43     ` Stuart Yoder
2016-02-25 23:06 ` [U-Boot] [PATCH 5/7 v2] pci/layerscape: add stream ID allocator Stuart Yoder
2016-02-25 23:06 ` [U-Boot] [PATCH 6/7 v2] pci/layerscape: fdt: function to set msi-map entries Stuart Yoder
2016-02-25 23:06 ` [U-Boot] [PATCH 7/7 v2] pci/layerscape: set LUT and msi-map for discovered PCI devices Stuart Yoder
2016-02-26  5:55   ` Minghuan Lian
2016-02-26 15:10     ` Stuart Yoder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1456441583-20932-4-git-send-email-stuart.yoder@nxp.com \
    --to=stuart.yoder@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox