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: Fri, 08 Apr 2011 09:21:19 +1000 Message-ID: <1302218479.2458.47.camel@pasglop> References: <1302146796-26825-2-git-send-email-benh@kernel.crashing.org> <20110407.152707.39195948.davem@davemloft.net> <20110407.152937.59699180.davem@davemloft.net> <20110407.153121.115952367.davem@davemloft.net> 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]:55851 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751322Ab1DGXVi (ORCPT ); Thu, 7 Apr 2011 19:21:38 -0400 In-Reply-To: <20110407.153121.115952367.davem@davemloft.net> Sender: linux-arch-owner@vger.kernel.org List-ID: To: David Miller Cc: linux-pci@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, bheglaas@google.com, monstr@monstr.eu, tglx@linuxtronix.de, bigeasy@linuxtronix.de On Thu, 2011-04-07 at 15:31 -0700, David Miller wrote: > I don't think it's a good idea to mix the things you're trying to do > with all of the existing stuff in of_pci.c, why not create a new file > for the stuff you're trying to consolidate? I can move that new function to pci/of.c then. Cheers, Ben.