]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: eLBC NAND: increase bus timeout to maximum
authorScott Wood <scottwood@freescale.com>
Fri, 13 Nov 2009 20:12:16 +0000 (14:12 -0600)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 30 Nov 2009 09:53:32 +0000 (09:53 +0000)
commit7958e5ef57e65c312d0ab1543bbaa809f7029cb1
tree7940647011ed8d3270d037c6ac746219323e3807
parent3c84df558cc3d979a19f37318b31d191e89c55f8
mtd: eLBC NAND: increase bus timeout to maximum

When a NAND operation is in progress, all other localbus operations
(including NOR flash) will have to wait for access to the bus.  However, the
NAND operation may take longer to complete than the default timeout.  Thus,
if NOR is accessed while a NAND operation is in progress, the NAND operation
will fail.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/fsl_elbc_nand.c