From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from baythorne.infradead.org (baythorne.infradead.org [81.187.2.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 1B62E687EA for ; Thu, 24 Nov 2005 03:15:55 +1100 (EST) From: David Woodhouse To: hs@denx.de In-Reply-To: References: Content-Type: text/plain; charset=UTF-8 Date: Wed, 23 Nov 2005 16:15:29 +0000 Message-Id: <1132762529.15117.281.camel@baythorne.infradead.org> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org Subject: RE: [PATCH] MTD: Add support for the PM82x Boards. List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2005-11-23 at 17:08 +0100, Heiko Schocher wrote: > I ported this code from the 2.4er Kernel, so I didn“t know > the background, why this code uses the jedec-probe. What > exactly bothers you? The JEDEC tables are large enough already -- if the chips do support the CFI probe, then I'd prefer not to add them to the table. -- dwmw2