public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Alexander Belyakov" <abelyako@googlemail.com>
To: "Jörn Engel" <joern@logfs.org>
Cc: linux-mtd@lists.infradead.org, dwmw2@infradead.org,
	Alexey Korolev <akorolev@infradead.org>
Subject: Re: Limited support of NAND features in MTD.
Date: Tue, 18 Dec 2007 18:48:33 +0300	[thread overview]
Message-ID: <fe810cf0712180748p4a200871ma750b43775c243cc@mail.gmail.com> (raw)
In-Reply-To: <20071218142335.GD1741@lazybastard.org>

On Dec 18, 2007 5:23 PM, Jörn Engel <joern@logfs.org> wrote:
>
> What does cached read do?
>

Some NAND chips have PAGE READ CACHE MODE operation
that uses the cache register to read data. The basic idea is as
follows: a page of data is transferred from the Flash array to the
data register and moved to the cache register when the PAGE READ
CACHE MODE command is issued. After this command is issued, data can
be clocked out of the cache register through the NAND Flash interface,
while the next page of data is simultaneously moved from the Flash
array to the data register.

So PAGE READ CACHE MODE operation saves time to read
each page. Pages must be sequentially read one by one without
interruption. The more pages read sequentially, the more read performance
improvement is (with saturation, of course).

Alexander

      parent reply	other threads:[~2007-12-18 15:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-12 11:51 Limited support of NAND features in MTD Alexey Korolev
2007-12-12 13:54 ` Artem Bityutskiy
2007-12-12 14:36 ` Josh Boyer
2007-12-13 17:47   ` Alexey Korolev
2007-12-18 14:23 ` Jörn Engel
2007-12-18 15:06   ` Alexey Korolev
2007-12-18 15:18     ` Jörn Engel
2007-12-18 15:46       ` Alexey Korolev
2007-12-18 16:07         ` Alexey Korolev
2007-12-18 16:57       ` David Brown
2007-12-18 16:56         ` Jörn Engel
2007-12-18 18:14           ` David Woodhouse
2007-12-19 10:49             ` Alexey Korolev
2007-12-19 10:52               ` David Woodhouse
2007-12-19 11:55                 ` Alexey Korolev
2007-12-19 11:57                 ` Artem Bityutskiy
2007-12-19 12:47                   ` David Woodhouse
2007-12-18 15:48   ` Alexander Belyakov [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=fe810cf0712180748p4a200871ma750b43775c243cc@mail.gmail.com \
    --to=abelyako@googlemail.com \
    --cc=akorolev@infradead.org \
    --cc=dwmw2@infradead.org \
    --cc=joern@logfs.org \
    --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