From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 1/5] pci/of: Match PCI devices to OF nodes dynamically Date: Thu, 07 Apr 2011 14:20:19 +1000 Message-ID: <1302150019.2458.28.camel@pasglop> References: <1302146796-26825-1-git-send-email-benh@kernel.crashing.org> <1302146796-26825-2-git-send-email-benh@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from gate.crashing.org ([63.228.1.57]:38808 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052Ab1DGEUl (ORCPT ); Thu, 7 Apr 2011 00:20:41 -0400 In-Reply-To: <1302146796-26825-2-git-send-email-benh@kernel.crashing.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-pci@vger.kernel.org Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, bheglaas@google.com, monstr@monstr.eu, tglx@linutronix.de, bigeasy@linutronix.de On Thu, 2011-04-07 at 13:26 +1000, Benjamin Herrenschmidt wrote: > powerpc has two different ways of matching PCI devices to their > corresponding OF node (if any) for historical reasons. The ppc64 one > does a scan looking for matching bus/dev/fn, while the ppc32 one does a > scan looking only for matching dev/fn on each level in order to be > agnostic to busses being renumbered (which Linux does on some > platforms). Crap ! I got the Linutronix guys email wrong oops ... If you reply, please beware of the CC list, s/linuxtronix.de/linutronix.de. Thomas, Sebastian, I suppose I don't need to re-send a private copy, you should be able to find the patches ? :-) Cheers, Ben.