u-boot/drivers/mtd/nand
Scott Wood 41ef8c716e Don't panic if a controller driver does ecc its own way.
Some hardware, such as the enhanced local bus controller used on some
mpc83xx chips, does ecc transparently when reading and writing data, rather
than providing a generic calculate/correct mechanism that can be exported to
the nand subsystem.

The subsystem should not BUG() when calculate, correct, or hwctl are
missing, if the methods that call them have been overridden.

Signed-off-by: Scott Wood <scottwood@freescale.com>
2008-08-12 11:31:25 -05:00
..
diskonchip.c Fixing coding style issues 2008-08-12 11:31:17 -05:00
fsl_upm.c NAND FSL UPM: driver re-write using the hwcontrol callback 2008-06-10 18:22:26 -05:00
Makefile Big white-space cleanup. 2008-05-21 00:14:08 +02:00
nand.c MTD/NAND: Fix printf format warning in nand code 2008-07-10 10:46:13 +02:00
nand_base.c Don't panic if a controller driver does ecc its own way. 2008-08-12 11:31:25 -05:00
nand_bbt.c NAND: Make NAND driver less verbose per default 2008-08-12 11:31:24 -05:00
nand_ecc.c Update MTD to that of Linux 2.6.22.1 2008-08-12 11:31:15 -05:00
nand_ids.c Update MTD to that of Linux 2.6.22.1 2008-08-12 11:31:15 -05:00
nand_util.c Remove white space at end. 2008-08-12 11:31:16 -05:00