From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mock.com (gw.mock.com [209.157.146.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.mock.com", Issuer "CAcert Class 3 Root" (verified OK)) by ozlabs.org (Postfix) with ESMTP id DCFB8DDF00 for ; Fri, 4 Jan 2008 05:04:08 +1100 (EST) Message-ID: <477D2393.5050106@mock.com> Date: Thu, 03 Jan 2008 10:04:03 -0800 From: Jeff Mock MIME-Version: 1.0 To: DI BACCO ANTONIO - technolabs Subject: Re: Drivers' probe function calling order References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The only way I've know to do this is to build the drivers as modules and load them in the desired order from the startup scripts called from init. If there's a better way I would like to know about it also... jeff DI BACCO ANTONIO - technolabs wrote: > How can I fix the calling order of two monolithic drivers? I have an spi > driver and a driver for a dataflash, how can I force the system to call > probe function of the spi driver first? > > Bye and thanks. > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded >