diff options
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | 2006-05-25 10:04:31 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-25 12:45:27 +0100 |
commit | 9577f44a899cf4acb9e381c8946307b72153cd15 (patch) | |
tree | 0e3ef3fd6a094da30584c8fc06483f0fff3cda4f /drivers/mtd/nand/diskonchip.c | |
parent | 7fac464868ec5d80019fa549b8b4516dd1dc9d5c (diff) |
[MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl
Add read/write function pointers to struct nand_ecc_ctrl to
prepare the modulaization of nand_read/write functions. The
current implementation handles every type of ecc mode
software/hardware and all kinds of strange ecc placement
schemes in one switch/if construct. Thats too complex to
maintain and too inflexible to expand. Modularization will
also shorten the code pathes of the read/write functions.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/nand/diskonchip.c')
0 files changed, 0 insertions, 0 deletions