From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161118AbWHDJCV (ORCPT ); Fri, 4 Aug 2006 05:02:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030236AbWHDJCV (ORCPT ); Fri, 4 Aug 2006 05:02:21 -0400 Received: from canuck.infradead.org ([205.233.218.70]:1419 "EHLO canuck.infradead.org") by vger.kernel.org with ESMTP id S1030224AbWHDJCV (ORCPT ); Fri, 4 Aug 2006 05:02:21 -0400 Subject: Re: [PATCH] MTD jedec_probe: Recognize Atmel AT49BV6416 From: David Woodhouse To: Haavard Skinnemoen Cc: linux-kernel@vger.kernel.org In-Reply-To: <20060804105220.6d125976@cad-250-152.norway.atmel.com> References: <11546801142874-git-send-email-hskinnemoen@atmel.com> <1154680798.31031.179.camel@shinybook.infradead.org> <20060804105220.6d125976@cad-250-152.norway.atmel.com> Content-Type: text/plain Date: Fri, 04 Aug 2006 17:01:00 +0800 Message-Id: <1154682060.31031.184.camel@shinybook.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.6.dwmw2.1) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by canuck.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2006-08-04 at 10:52 +0200, Haavard Skinnemoen wrote: > > It is actually a CFI chip. But I couldn't figure out how to install the > fixup in the other patch in the CFI code. The AT49BV6416 chip > identifies itself as using the AMD command set, so the fixup must be > installed based on the jedec ID... But that's OK -- doesn't the cfi_probe code also read the jedec ID so that the same fixups work? -- dwmw2