From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id C11ECDDF5E for ; Fri, 8 Jun 2007 01:33:07 +1000 (EST) In-Reply-To: <1181227676.2785.47.camel@pmac.infradead.org> References: <7fc919fce0761f861be3069a853d3169@bga.com> <1180769992.14025.1.camel@localhost.localdomain> <4662E7EA.70506@ru.mvista.com> <46630256.8050909@ru.mvista.com> <1181227676.2785.47.camel@pmac.infradead.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] powerpc: Create "rom" (MTD) device prpmc2800 Date: Thu, 7 Jun 2007 17:32:57 +0200 To: David Woodhouse Cc: ppcdev , linux-mtd@lists.infradead.org, Milton Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> That's the way the cookie crumbles in Linux MTD for now. It's >> *always* detecting this by probing -- you only can say what [not] to >> probe. > > You could hook it up to the chip drivers directly if you want, and > bypass the probe code. I'm not sure it's worth it. In most cases it is probably not worth it. It is good to hear that the option to bypass the probe if needed is available though. Segher