From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 23 Oct 2007 14:12:36 -0500 From: Scott Wood To: Timur Tabi Subject: Re: Device trees and audio codecs Message-ID: <20071023191236.GB4825@loki.buserror.net> References: <9e4733910710200833x5d1c55b5l2cd400f77c13ec87@mail.gmail.com> <471B550F.3090907@freescale.com> <9e4733910710210701x67b2e99frd0784ac2c8bd27fd@mail.gmail.com> <471CA082.1050304@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <471CA082.1050304@freescale.com> Cc: PowerPC dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Oct 22, 2007 at 08:07:14AM -0500, Timur Tabi wrote: > Either you do it at driver __init time, or via a probe. The probe > actually occurs at __init time, anyway, so they're kinda the same thing. > The only thing the probe gets you is that you're called multiple times > for each instance of a node in the tree. It also means that you're *not* called if there's no node in the tree at all -- which I believe was Jon's point about being platform specific. -Scott