From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ash.lnxi.com ([207.88.130.242] helo=DLT.linuxnetworx.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 16svn4-0004uS-00 for ; Thu, 04 Apr 2002 02:11:50 +0100 To: "Jeremy Jackson" Cc: , Subject: Re: PIIX flashing woes with SST29EE010 References: <00fd01c1db72$f225c200$7e0aa8c0@bridge> From: ebiederman@lnxi.com (Eric W. Biederman) Date: 03 Apr 2002 18:11:38 -0700 In-Reply-To: <00fd01c1db72$f225c200$7e0aa8c0@bridge> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: "Jeremy Jackson" writes: > (crossposted) > FYI, > > A problem I was having that *appeared* to be a problem with > getting writes to the flash chip, wasn't > > It turns out that SST's datasheet for SST29EE010 is incorrect. > It turns out that the part I have *doesn't* respond to "new" style > ID mode entry sequence, as indicated in the manual. > It only responds to the "old" AA 55 80 AA 55 60 sequence. > > I should have a generic PIIX map driver for MTD soon now. So does jedec_probe work for you or do you need to patch it? Eric