aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAge
* 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
* mtd: nand_base: do not cache pages with uncorrectable ECC errorsArtem Bityutskiy2010-10-24
* mtd: fix almost all checkpatch warnings in nand_base.cFlorian Fainelli2010-10-24
* mtd: fix all checkpatch errors in nand_base.cFlorian Fainelli2010-10-24
* mtd: nand: split ONFI detection logic to its own functionFlorian Fainelli2010-10-24
* mtd: nand: add support for reading ONFI parameters from NAND deviceFlorian Fainelli2010-10-24
* mtd: nand: Samsung MLC - new OOB sizesBrian Norris2010-10-24
* mtd: nand: support new Toshiba SLCBrian Norris2010-10-24
* mtd: nand: spansion S30MLxxxP supportBrian Norris2010-10-24
* mtd: fix callback return value checkBaruch Siach2010-10-24
* mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck2010-08-20
* mtd: nand: Fix regression in BBM detectionBrian Norris2010-08-19
* mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap2010-08-11