From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <471F75CD.6080606@freescale.com> Date: Wed, 24 Oct 2007 11:41:49 -0500 From: Timur Tabi MIME-Version: 1.0 To: Grant Likely Subject: Re: Audio codec device tree entries References: <9e4733910710221859q6ea54810nba58907d5ddd966d@mail.gmail.com> <9e4733910710231529h1089eacdy888306f20af92555@mail.gmail.com> <471F52ED.10007@freescale.com> <9e4733910710240800y24952e70g8c318e35e2e45e2e@mail.gmail.com> <9e4733910710240828x412f598dy7fc4a75faa76358d@mail.gmail.com> <9e4733910710240854y6ac115b6i5e0400eb369fcf7@mail.gmail.com> <471F6C3F.10003@freescale.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: PowerPC dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > If you need to scan the tree, don't do it when the driver registers, > do it in the platform code instead. Otherwise you unconditionally > incur the penalty of scanning the whole device tree on every system > that loads the driver, regardless of whether or not the device is > present. So your saying that the fabric driver should be embedded in the platform driver?