Re: [PATCH v2] of: fix PCI bus match for PCIe slots
From: Rob Herring <hidden>
Date: 2014-02-04 14:44:43
On Tue, Feb 4, 2014 at 8:32 AM, Grant Likely [off-list ref] wrote:
On Mon, 3 Feb 2014 13:31:03 -0200, Kleber Sacilotto de Souza [off-list ref] wrote:quoted
On IBM pseries systems the device_type device-tree property of a PCIe bridge contains the string "pciex". The of_bus_pci_match() function was looking only for "pci" on this property, so in such cases the bus matching code was falling back to the default bus, causing problems on functions that should be using "assigned-addresses" for region address translation. This patch fixes the problem by also looking for "pciex" on the PCI bus match function. v2: added comment Signed-off-by: Kleber Sacilotto de Souza <redacted>Applied, thanks.
I was planning to apply for 3.14 and stable. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html