All of lore.kernel.org
 help / color / mirror / Atom feed
From: Enrico Migliore <enrico.migliore@fatti.com>
To: Indrek Kruusa <indrek.kruusa@artecdesign.ee>
Cc: linux-mtd@lists.infradead.org
Subject: Re: Transfer rates with NAND
Date: Thu, 21 Dec 2006 17:30:43 +0100	[thread overview]
Message-ID: <458AB6B3.40500@fatti.com> (raw)
In-Reply-To: <458A73AF.2040307@artecdesign.ee>

Indrek Kruusa wrote:
> Hi,
>
> I am wondering which NAND transfer rates are seen in embedded Linux 
> projects. What to expect from the whole hardware/software subsystem?
> I have one Geode LX design with CS5536 companion chip which by using 
> built-in 8-bit Flash controller on PCI bus gives me slightly over 2MB/s. 
> It's almost the same with Linux MTD driver and with a self-made basic 
> driver. Is the speed here the matter of flash controller only? Which is 
> the fastest flash controller out there? :)
>
> thanks in advance,
> Indrek
>
>   
Hi Indrek,
 
 the data transfer from the NAND to the CPU and viceversa depends on:

 1. NAND bus maximum speed
 2. CPU's bus controller speed (*) and its configuration
 3. Read or Write operarations

The overhead added by the MTD layer or any other well written driver is 
irrelevant.

(*) I mean the bus that access the NAND which might not be the same bus 
that access the RAM

Enrico

  reply	other threads:[~2006-12-21 16:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-21 11:44 Transfer rates with NAND Indrek Kruusa
2006-12-21 16:30 ` Enrico Migliore [this message]
2006-12-22  2:26 ` David Woodhouse

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=458AB6B3.40500@fatti.com \
    --to=enrico.migliore@fatti.com \
    --cc=indrek.kruusa@artecdesign.ee \
    --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 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.