* MTD driver module for SmartMedia
@ 2001-05-01 12:39 lmc83
2001-05-02 15:45 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: lmc83 @ 2001-05-01 12:39 UTC (permalink / raw)
To: linux-mtd
hi,
Is there MTD driver module for SmartMedia?
In the cvs I got (2001/05/01), there is a generic MTD driver for NAND flash
devices (nand.c),
Can I use nand.c to drive SmartMedia ?
In the source code tree structure, "mtd/devices" means MTD driver module
what does "mtd/maps" means for?
(In my view, it seems put some on-board MTD driver module, is it?)
Thanks.
Liang Ming-Chung
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MTD driver module for SmartMedia
2001-05-01 12:39 MTD driver module for SmartMedia lmc83
@ 2001-05-02 15:45 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2001-05-02 15:45 UTC (permalink / raw)
To: lmc83; +Cc: linux-mtd
lmc83@cs.ccu.edu.tw said:
> Is there MTD driver module for SmartMedia?
No, not yet. Nobody's yet shown much interest in creating one.
> Can I use nand.c to drive SmartMedia ?
If SmartMedia contains NAND flash chips, then probably, yes. With the right
glue layer this ought to be possible.
> In the source code tree structure, "mtd/devices" means MTD driver
> module
> what does "mtd/maps" means for?
mtd/devices are complete standalone device drivers for MTD devices.
mtd/maps contains 'mapping' drivers which provide just access to the bus on
which memory chips reside. The actual chip drivers are in mtd/chips. Those
are only for memory-mapped chips though, not NAND chips.
--
dwmw2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-05-02 15:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-01 12:39 MTD driver module for SmartMedia lmc83
2001-05-02 15:45 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox