summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand.h
Commit message (Collapse)AuthorAgeFilesLines
* mtd: nand: remove unused header fileSascha Hauer2020-11-061-32/+0
| | | | | | nand.h is unused, remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mtd: nand: update to v3.11-rc1Sascha Hauer2013-07-231-1/+2
| | | | | | | | | | | | | | | | | | This updates the NAND stuff to Linux-3.11-rc1. It is synchronized as best as we can get: - locks removed - The splitting in different files we had to better support different features has been dropped. Instead this is now done mostly with the use of __maybe_unused Some barebox adjustments are forward ported, like: - Allow partial page writes - Optionally allow to erase bad blocks - check for all_ff before writing a page Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand: nand_block_markbad is only used with nand write supportSascha Hauer2011-04-121-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand: Make write support optionalSascha Hauer2011-04-041-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand: factor out nand write supportSascha Hauer2011-04-041-0/+17
| | | | | | In order to make it optional later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand: factor out syndrome support to seperate fileSascha Hauer2011-04-041-0/+1
| | | | | | In order to make it optional later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand: factor out software ecc support to seperate fileSascha Hauer2011-04-041-0/+1
| | | | | | in order to make it optional later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand: Factor out hw ecc support to seperate fileSascha Hauer2011-04-041-0/+13
In order make hwecc support optional later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>