From: Alex Dubov <oakad@yahoo.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: joern@logfs.org, linux-kernel@vger.kernel.org, ben@fluff.org
Subject: Re: Smartmedia/xd card support - request for comments
Date: Sat, 19 Apr 2008 19:25:01 -0700 (PDT) [thread overview]
Message-ID: <244375.57524.qm@web36703.mail.mud.yahoo.com> (raw)
In-Reply-To: <alpine.LFD.1.10.0804190806110.3261@apollo.tec.linutronix.de>
>
> That's all fine. Nobody asked for the backend to know about smartmedia
> on FLASH format details. The MTD NAND FLASH layer does not care about
> on FLASH data format at all. It provides merily access on the hardware
> level.
>
> I agree that your approach of making the SM/XD layer capable of
> handling clever and dumb hardware adapters is a good one.
>
> The point where I stringly disagree is that your implementation is
> forcing people with dumb hardware (see drivers/mtd/nand/*) to
> reimplement the (maybe already) existing drivers in order to make use
> of the ssfdc format, which will not work with the following real world
> example:
>
> ------------------
> | NAND controller |----------| On board NAND
> | with HW ECC |
> | |----------| SmartMedia Card
> ------------------
>
> Having a separate driver infrastructure for clever controllers, which
> provide only semi raw access to the FLASH chip is fine simply because
> such controllers do not fit into the MTD layer.
Shouldn't both smartmedia and legacy memorystick controllers can be considered
"semi-raw"? In second case, media itself implements "semi-raw" flash interface.
>
> > I meant here the ability of user to look and modify CIS page, as
> > well as look at the current block translation table.
>
> Well, you probably do this with an iotctl anyway. So what's preventing
> you to modify the mtd block layer to handle client private ioctls.
I think ioctls are nowhere as convenient as sysfs file. I believe many people
share this point of view - after all, ioctls throw a lot of different
functionality into one basket, using cryptic codes.
>
> Also there is no real requirement to use the mtd block layer at all
> for that. Putting your layer on top of the raw MTD device is fine IMO.
I see that raw mtd operates on buffer pointers, rather than scatterlists. From
my understanding, it demands "map" and possibly "bounce" operation elsewhere,
incurring sizable overhead on performance (for fast media, the waits in the
blocking read/write operations will also have considerable effect). Are there
any plans to address this issue?
> >
> > Revamping the underlying architecture of mtd will break a lot of
> > stuff in the process, doesn't it?
>
> That's the best excuse I ever heard for not improving code which has
> shortcomings.
>
Can't agree. It's one of the most commonly used, according to my experience.
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
next prev parent reply other threads:[~2008-04-20 2:25 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-17 8:50 Smartmedia/xd card support - request for comments 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 [this message]
2008-04-17 13:35 ` Thomas Gleixner
2008-04-17 14:19 ` Jörn Engel
-- strict thread matches above, loose matches on Subject: below --
2008-04-19 8:31 matthieu castet
2008-04-20 16:01 ` Jörn Engel
2008-04-21 1:33 ` Alex Dubov
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=244375.57524.qm@web36703.mail.mud.yahoo.com \
--to=oakad@yahoo.com \
--cc=ben@fluff.org \
--cc=joern@logfs.org \
--cc=linux-kernel@vger.kernel.org \
--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.