All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jörn Engel" <joern@logfs.org>
To: matthieu castet <castet.matthieu@free.fr>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Alex Dubov <oakad@yahoo.com>
Subject: Re: Smartmedia/xd card support - request for comments
Date: Sun, 20 Apr 2008 18:01:15 +0200	[thread overview]
Message-ID: <20080420160115.GA20694@logfs.org> (raw)
In-Reply-To: <4809ADF7.9040604@free.fr>

On Sat, 19 April 2008 10:31:51 +0200, matthieu castet wrote:
>
> I wonder if mtd shouldn't modified to handler more clever controller :
> I saw some raw nand controller where you can program a batch of 
> command/read/write/ecc checking (that work on a internal RAM of the 
> controller (and may be use DMA)) and all you have to do is to wait the 
> controller do the job.
> These controllers are very hard to integrate in current nand layer 
> because it is very low level controller oriented.

The obvious solution is to have seperate io scheduling from io
completion.  Requires an asynchronous interface to read/write and some
sort of request queue.

Not quite as obvious is the question of whether to add all this to mtd
or to replace mtd with block devices, which already have it.

Jörn

-- 
Never argue with idiots - first they drag you down to their level,
then they beat you with experience.
-- unknown

  reply	other threads:[~2008-04-20 16:01 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-19  8:31 Smartmedia/xd card support - request for comments matthieu castet
2008-04-20 16:01 ` Jörn Engel [this message]
2008-04-21  1:33   ` Alex Dubov
  -- strict thread matches above, loose matches on Subject: below --
2008-04-17  8:50 Alex Dubov
2008-04-17  9:01 ` Ben Dooks
2008-04-17  9:11   ` Alex Dubov
2008-04-17 13:10     ` Andy Lutomirski
2008-04-17 13:36       ` Arnd Bergmann
2008-04-17 13:38     ` Thomas Gleixner
2008-04-17 14:07       ` Jörn Engel
2008-04-17 19:11         ` Thomas Gleixner
2008-04-17 21:21           ` Jörn Engel
2008-04-18  8:47             ` Alex Dubov
2008-04-18  9:35               ` Thomas Gleixner
2008-04-19  2:49                 ` Alex Dubov
2008-04-19  5:56                   ` Thomas Gleixner
2008-04-18 14:00               ` Jörn Engel
2008-04-19  3:05                 ` Alex Dubov
2008-04-19  6:37                   ` Thomas Gleixner
2008-04-19 16:35                     ` Jörn Engel
2008-04-20  2:25                     ` Alex Dubov
2008-04-17 13:35 ` Thomas Gleixner
2008-04-17 14:19 ` Jörn Engel

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=20080420160115.GA20694@logfs.org \
    --to=joern@logfs.org \
    --cc=castet.matthieu@free.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oakad@yahoo.com \
    --cc=tglx@linutronix.de \
    /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.