public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: "George G. Davis" <davis_g@mvista.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: Does MTD include support for STM M58LW064?
Date: Sun, 13 May 2001 17:54:03 +0100	[thread overview]
Message-ID: <22562.989772843@redhat.com> (raw)
In-Reply-To: <3AFC3CD1.1AEBE5EF@mvista.com>

davis_g@mvista.com said:
>  But I'll ask the question anyway in case I missed it: does MTD
> include support for the ST Microelectronics M58LW064 flash device?
> This device supports CFI commands. But I don't see any support for it
> in the current MTD CVS sources.

There's no such thing as 'CFI commands'. The only thing that's _common_ 
about the Common Flash Interface is the way you probe the chip to find out 
what commands it supports.

Looking at the datasheet for that chip, it seem to support command set 
number 0x20, which we don't currently have code to recognise. But at first 
glance, the command set described seems identical to the Intel chips.

Compare the commands listed in the datasheet with the ones in the Intel
datasheets, and if the latter really is a subset of the (parts we actually
use of the) former, then try hacking the CFI probe to treat cmdset 0x20 as
if it was cmdset 1, and see what happens. It'll probably work.

--
dwmw2

  reply	other threads:[~2001-05-13 16:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-11 19:26 Does MTD include support for STM M58LW064? George G. Davis
2001-05-13 16:54 ` David Woodhouse [this message]
2001-05-14 15:45   ` George G. Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=22562.989772843@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=davis_g@mvista.com \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox