projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7baf69c
)
PCI: iproc: Request host bridge window resources
author
Bjorn Helgaas
<bhelgaas@google.com>
Sat, 28 May 2016 23:22:24 +0000
(18:22 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Mon, 20 Jun 2016 19:06:05 +0000
(14:06 -0500)
Request host bridge window resources so they appear in ioport_resource and
iomem_resource and are reflected in /proc/ioports and /proc/iomem.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-iproc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/host/pcie-iproc.c
b/drivers/pci/host/pcie-iproc.c
index a576aeeb22da6cec1a01784328e209a66e96e8df..e167b2f0098d687c6a197b49e2b86e56dded9514 100644
(file)
--- a/
drivers/pci/host/pcie-iproc.c
+++ b/
drivers/pci/host/pcie-iproc.c
@@
-462,6
+462,10
@@
int iproc_pcie_setup(struct iproc_pcie *pcie, struct list_head *res)
if (!pcie || !pcie->dev || !pcie->base)
return -EINVAL;
+ ret = devm_request_pci_bus_resources(pcie->dev, res);
+ if (ret)
+ return ret;
+
ret = phy_init(pcie->phy);
if (ret) {
dev_err(pcie->dev, "unable to initialize PCIe PHY\n");