summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: pass proper 'oob_required' parameterBrian Norris2012-05-141-6/+8
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-141-21/+35
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-141-7/+1Star
* mtd: nand: remove autoincrement 'sndcmd' codeBrian Norris2012-05-141-37/+6Star
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-141-4/+14
* mtd: nand: add sanity check of ecc strength to nand_scan_tail()Mike Dunn2012-05-141-2/+7
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-141-16/+31
* mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-141-1/+1
* mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht2012-05-141-0/+3
* mtd: print out the page size and oob size after parsing out the nandHuang Shijie2012-05-141-4/+5
* mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-271-2/+0Star
* mtd: support ONFI multi lun NANDMatthieu CASTET2012-03-271-1/+2
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-1/+6
* mtd: change the location of the ONFI detected logHuang Shijie2012-03-271-1/+1
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-271-10/+0Star
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-28/+0Star
* mtd: nand: write BBM to OOB even with flash-based BBTBrian Norris2012-03-271-15/+31
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-15/+15
* mtd: nand: move SCANLASTPAGE handling to the correct code blockBrian Norris2012-03-271-6/+7
* mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocksBrian Norris2012-03-271-4/+8
* mtd: nand: fix SCAN2NDPAGE check for BBMBrian Norris2012-03-271-17/+23
* mtd: nand: erase block before marking badBrian Norris2012-03-271-0/+11
* mtd: nand: fix typo in commentWolfram Sang2012-01-111-1/+1
* mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris2012-01-091-3/+4
* mtd: nand: initialize ops.modeBrian Norris2011-10-161-0/+4
* mtd: nand: invalidate cache on unaligned readsBrian Norris2011-09-211-2/+10
* mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-21/+25
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-20/+20
* mtd: support reading OOB without ECCBrian Norris2011-09-111-1/+6
* mtd: support writing OOB without ECCBrian Norris2011-09-111-1/+9
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-111-38/+36Star
* mtd: nand: style fixups in pr_* messagesBrian Norris2011-09-111-26/+23Star
* mtd: nand: convert printk() to pr_*()Brian Norris2011-09-111-22/+22
* mtd: nand_flash_detect_onfi propagate busw infoMatthieu CASTET2011-09-111-4/+4
* mtd: nand: handle ECC errors in OOBBrian Norris2011-09-111-1/+8
* mtd: spelling, capitalization, uniformityBrian Norris2011-09-111-53/+52Star
* mtd: nand_base: always initialise oob_poi before writing OOB dataTHOMSON, Adam (Adam)2011-09-111-11/+16
* mtd: nand: multi-line comment style fixupsBrian Norris2011-09-111-357/+346Star
* mtd: nand: remove unnecessary TODOBrian Norris2011-09-111-1/+0Star
* mtd: nand: remove meaningless delay from nand_unlockJiri Pinkava2011-09-111-2/+0Star
* mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
* mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-111-1/+1
* mtd: nand: separate chip options / bbt_optionsBrian Norris2011-09-111-5/+5
* mtd: nand: remove NAND_BBT_SCANBYTE1AND6 optionBrian Norris2011-09-111-19/+5Star
* mtd: nand: convert to mtd_device_register()Jamie Iles2011-05-251-9/+1Star
* mtd: return badblockbits backArtem Bityutskiy2011-05-251-0/+2
* mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava2011-05-251-6/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mtd: nand: add software BCH ECC supportIvan Djelic2011-03-111-1/+39
* mtd: nand: fix a typo in a commentaryJason Liu2011-03-111-1/+1