public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Alexander Belyakov" <abelyako@googlemail.com>
To: linux-mtd@lists.infradead.org
Subject: PAGE READ CACHE MODE anyone?
Date: Mon, 18 Jun 2007 13:29:39 +0400	[thread overview]
Message-ID: <fe810cf0706180229x3c9cd065kb22cc9983e2ed2ac@mail.gmail.com> (raw)

Hello!

As you may know 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, then 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 _theoretically_ using PAGE READ CACHE MODE could save more than 30%
of 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).

My question is, what is the reason of this feature is still not
supported by Linux MTD? Just no one has sent a patch? Or there are
some special software limitations? Or I'm just missing something?

Thanks,
Alexander

             reply	other threads:[~2007-06-18  9:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-18  9:29 Alexander Belyakov [this message]
2007-06-18  9:33 ` PAGE READ CACHE MODE anyone? Artem Bityutskiy

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=fe810cf0706180229x3c9cd065kb22cc9983e2ed2ac@mail.gmail.com \
    --to=abelyako@googlemail.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