From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932334Ab1DGD1Y (ORCPT ); Wed, 6 Apr 2011 23:27:24 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:35849 "EHLO e23smtp03.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755441Ab1DGD0x (ORCPT ); Wed, 6 Apr 2011 23:26:53 -0400 From: Benjamin Herrenschmidt 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@linuxtronix.de, bigeasy@linuxtronix.de Subject: [PATCHES] Generalize PCI <-> OF node matching Date: Thu, 7 Apr 2011 13:26:31 +1000 Message-Id: <1302146796-26825-1-git-send-email-benh@kernel.crashing.org> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series generalize the PCI <-> OF node matching, moves it to the PCI core and make our archs use it. I also rip out while at it a whole bunch of useless stuff from microblaze PCI code which was copied from ppc32 and is essentially useless there (old workarounds for PowerMac and ancient X servers). Compile tested on x86_64, microblaze, sparc64 and powerpc. How do you guys want to proceed with this series ? It will quickly become a pre-req for other things on powerpc, so I can carry it in powerpc in a separate branch that I also pull into powerpc-next or we can have it somewhere on tip...