From: Christian Zigotzky <chzigotzky@xenosoft.de>
To: "linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>
Cc: Olof Johansson <olof@lixom.net>
Subject: PASEMI: PCI_SCAN_ALL_PCIE_DEVS
Date: Tue, 27 Feb 2018 00:11:45 +0100 [thread overview]
Message-ID: <050d3183-51db-844f-453d-ad0224ab071c@xenosoft.de> (raw)
In-Reply-To: <DB3PR0402MB3849C1D81C867CF2D5A65D0EECEB0@DB3PR0402MB3849.eurprd04.prod.outlook.com>
Hi All,
Could you please add Olof's patch?
---
arch/powerpc/platforms/pasemi/pci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/platforms/pasemi/pci.c
b/arch/powerpc/platforms/pasemi/pci.c
index 5ff6108..ea54ed2 100644
--- a/arch/powerpc/platforms/pasemi/pci.c
+++ b/arch/powerpc/platforms/pasemi/pci.c
@@ -224,6 +224,8 @@ void __init pas_pci_init(void)
return;
}
+ pci_set_flags(PCI_SCAN_ALL_PCIE_DEVS);
+
for (np = NULL; (np = of_get_next_child(root, np)) != NULL;)
if (np->name && !strcmp(np->name, "pxp") && !pas_add_bridge(np))
of_node_get(np);
---
Thanks,
Christian
next prev parent reply other threads:[~2018-02-26 23:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-10 15:56 DPAA Ethernet problems with mainstream Linux kernels Jamie Krueger
2018-01-12 14:22 ` Madalin-cristian Bucur
2018-01-12 16:35 ` Jamie Krueger
2018-01-15 10:44 ` Madalin-cristian Bucur
2018-01-15 22:39 ` Darren Stevens
2018-01-16 17:33 ` Madalin-cristian Bucur
2018-01-16 20:42 ` Christian Zigotzky
2018-01-18 1:59 ` Jamie Krueger
2018-01-18 7:52 ` Christian Zigotzky
2018-02-26 23:11 ` Christian Zigotzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-12 5:21 PASEMI: PCI_SCAN_ALL_PCIE_DEVS Christian Zigotzky
2018-03-14 7:48 ` Christian Zigotzky
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=050d3183-51db-844f-453d-ad0224ab071c@xenosoft.de \
--to=chzigotzky@xenosoft.de \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=olof@lixom.net \
/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;
as well as URLs for NNTP newsgroup(s).