summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2012-05-13mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani
2012-05-13mtd: nand: utilize oob_required parameterBrian Norris
2012-05-13mtd: nand: pass proper 'oob_required' parameterBrian Norris
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris
2012-05-13mtd: nand: remove autoincrement 'sndcmd' codeBrian Norris
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn
2012-05-13mtd: nand: add sanity check of ecc strength to nand_scan_tail()Mike Dunn
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn
2012-05-13mtd: ecc_strength is at ecc step granularityMike Dunn
2012-05-13mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht
2012-05-13mtd: print out the page size and oob size after parsing out the nandHuang Shijie
2012-03-27mtd: unify initialization of erase_info->fail_addrShmulik Ladkani
2012-03-27mtd: support ONFI multi lun NANDMatthieu CASTET
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: change the location of the ONFI detected logHuang Shijie
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: nand: write BBM to OOB even with flash-based BBTBrian Norris
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-27mtd: nand: move SCANLASTPAGE handling to the correct code blockBrian Norris
2012-03-27mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocksBrian Norris
2012-03-27mtd: nand: fix SCAN2NDPAGE check for BBMBrian Norris
2012-03-27mtd: nand: erase block before marking badBrian Norris
2012-01-11mtd: nand: fix typo in commentWolfram Sang
2012-01-09mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris
2011-10-16mtd: nand: initialize ops.modeBrian Norris
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: support reading OOB without ECCBrian Norris
2011-09-11mtd: support writing OOB without ECCBrian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: nand: style fixups in pr_* messagesBrian Norris
2011-09-11mtd: nand: convert printk() to pr_*()Brian Norris
2011-09-11mtd: nand_flash_detect_onfi propagate busw infoMatthieu CASTET
2011-09-11mtd: nand: handle ECC errors in OOBBrian Norris
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris
2011-09-11mtd: nand_base: always initialise oob_poi before writing OOB dataTHOMSON, Adam (Adam)
2011-09-11mtd: nand: multi-line comment style fixupsBrian Norris
2011-09-11mtd: nand: remove unnecessary TODOBrian Norris
2011-09-11mtd: nand: remove meaningless delay from nand_unlockJiri Pinkava
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris
2011-09-11mtd: nand: separate chip options / bbt_optionsBrian Norris
2011-09-11mtd: nand: remove NAND_BBT_SCANBYTE1AND6 optionBrian Norris
2011-05-25mtd: nand: convert to mtd_device_register()Jamie Iles
2011-05-25mtd: return badblockbits backArtem Bityutskiy
2011-05-25mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava