aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAge
* mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-26
* mtd: support ONFI multi lun NANDMatthieu CASTET2012-03-26
* mtd: flash drivers set ecc strengthMike Dunn2012-03-26
* mtd: change the location of the ONFI detected logHuang Shijie2012-03-26
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-26
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-26
* mtd: nand: write BBM to OOB even with flash-based BBTBrian Norris2012-03-26
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-26
* mtd: nand: move SCANLASTPAGE handling to the correct code blockBrian Norris2012-03-26
* mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocksBrian Norris2012-03-26
* mtd: nand: fix SCAN2NDPAGE check for BBMBrian Norris2012-03-26
* mtd: nand: erase block before marking badBrian Norris2012-03-26
* mtd: nand: fix typo in commentWolfram Sang2012-01-11
* mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris2012-01-09
* mtd: nand: initialize ops.modeBrian Norris2011-10-16
* mtd: nand: invalidate cache on unaligned readsBrian Norris2011-09-21
* mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-11
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-11
* mtd: support reading OOB without ECCBrian Norris2011-09-11
* mtd: support writing OOB without ECCBrian Norris2011-09-11
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-11
* mtd: nand: style fixups in pr_* messagesBrian Norris2011-09-11
* mtd: nand: convert printk() to pr_*()Brian Norris2011-09-11
* mtd: nand_flash_detect_onfi propagate busw infoMatthieu CASTET2011-09-11
* mtd: nand: handle ECC errors in OOBBrian Norris2011-09-11
* mtd: spelling, capitalization, uniformityBrian Norris2011-09-11
* mtd: nand_base: always initialise oob_poi before writing OOB dataTHOMSON, Adam (Adam)2011-09-11
* mtd: nand: multi-line comment style fixupsBrian Norris2011-09-11
* mtd: nand: remove unnecessary TODOBrian Norris2011-09-11
* mtd: nand: remove meaningless delay from nand_unlockJiri Pinkava2011-09-11
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-11
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-11
* mtd: nand: separate chip options / bbt_optionsBrian Norris2011-09-11
* mtd: nand: remove NAND_BBT_SCANBYTE1AND6 optionBrian Norris2011-09-11
* mtd: nand: convert to mtd_device_register()Jamie Iles2011-05-24
* mtd: return badblockbits backArtem Bityutskiy2011-05-24
* mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava2011-05-24
* Fix common misspellingsLucas De Marchi2011-03-31
* mtd: nand: add software BCH ECC supportIvan Djelic2011-03-11
* mtd: nand: fix a typo in a commentaryJason Liu2011-03-11
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-17
|\
| * mtd: nand: add mtd->writebufsize initializationAnatolij Gustschin2011-01-06
| * mtd: nand: rearrange ONFI revision checking, add ONFI 2.3Brian Norris2011-01-06
| * mtd: nand: choose correct chip name (ONFI bug)Brian Norris2011-01-06
| * Revert "mtd: nand: add check for out of page read"Artem Bityutskiy2011-01-06
| * mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiBDavid Woodhouse2010-12-03
| * mtd: nand: add check for out of page readJason Liu2010-12-03
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
|/
* mtd: nand: fix MTD_MODE_RAW writesJon Povey2010-10-24
* mtd: add init_size hook for NAND driverHuang Shijie2010-10-24