All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Tim Hockin <thockin@sun.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: cfi_cmdset_0002 and writes
Date: Wed, 18 Jul 2001 23:12:34 +0100	[thread overview]
Message-ID: <26464.995494354@redhat.com> (raw)
In-Reply-To: <3B560681.4D216FF3@sun.com>

thockin@sun.com said:
>  Secondly, the specs call for specific spin checks (checkin the high
> bot of each byte) rather than wait-times. 

On erase, that's what we do, isn't it?

	rdy_mask = CMD(0x80);
	while ( ( (status = cfi_read(map,adr)) & rdy_mask ) != rdy_mask ) {

For writes, we watch the toggling bit and continue when either it stops
toggling or we've timed out.

--
dwmw2

      parent reply	other threads:[~2001-07-18 22:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-18 21:58 cfi_cmdset_0002 and writes Tim Hockin
2001-07-18 22:04 ` David Woodhouse
2001-07-18 22:29   ` Tim Hockin
2001-07-18 22:42     ` David Woodhouse
2001-07-19 17:44     ` Bjorn Wesen
2001-07-18 22:12 ` David Woodhouse [this message]

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=26464.995494354@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=thockin@sun.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.