public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Different nand interface
@ 2003-10-23 21:33 Alice Hennessy
  2003-10-24  1:36 ` Joshua Wise
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Alice Hennessy @ 2003-10-23 21:33 UTC (permalink / raw)
  To: linux-mtd

Hi,

I need some advice on how to support a board that has a hardware state
machine
that creates a parallel bus style interface to the NAND chip.  It is
totally
different from the standard 8 IO signal controls.   It can do write_byte
and read_byte
put requires the offset into the flash as a parameter.    nand.c is
fairly modular, allowing
several functions to be coded in the hardware file but there is no
current method of
passing an offset into, say, read_byte and write_byte unless the
nand_chip priv field
can be used (via mtd->priv).   Do you think the standard nand.c can be
used in this
case or should I create a specific one for this board?

Any advice would be appreciated.

Alice

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-11-18 22:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-23 21:33 Different nand interface Alice Hennessy
2003-10-24  1:36 ` Joshua Wise
2003-10-24  7:39   ` David Woodhouse
2003-10-24  7:41 ` David Woodhouse
2003-10-27 18:25   ` Alice Hennessy
2003-10-27 20:00     ` David Woodhouse
2003-10-27 20:43       ` Alice Hennessy
2003-10-27 20:55         ` David Woodhouse
2003-10-27 21:17           ` Alice Hennessy
2003-10-27 22:29             ` David Woodhouse
2003-11-12  0:49               ` Alice Hennessy
2003-11-18 22:26                 ` Alice Hennessy
2003-10-25  7:29 ` Charles Manning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox