On Tue, 4 Feb 2014 08:44:43 -0600, Rob Herring <[email protected]> wrote:
> On Tue, Feb 4, 2014 at 8:32 AM, Grant Likely <[email protected]> wrote:
> > On Mon,  3 Feb 2014 13:31:03 -0200, Kleber Sacilotto de Souza 
> > <[email protected]> wrote:
> >> 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 <[email protected]>
> >
> > Applied, thanks.
> 
> I was planning to apply for 3.14 and stable.

Okay, I'll drop it and let you pick it up. You can add my:

Acked-by: Grant Likely <[email protected]>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to