summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27mtd: unify initialization of erase_info->fail_addrShmulik Ladkani1-2/+0
2012-03-27mtd: support ONFI multi lun NANDMatthieu CASTET1-1/+2
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-1/+6
2012-03-27mtd: change the location of the ONFI detected logHuang Shijie1-1/+1
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy1-10/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-28/+0
2012-03-27mtd: nand: write BBM to OOB even with flash-based BBTBrian Norris1-15/+31
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-15/+15
2012-03-27mtd: nand: move SCANLASTPAGE handling to the correct code blockBrian Norris1-6/+7
2012-03-27mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocksBrian Norris1-4/+8
2012-03-27mtd: nand: fix SCAN2NDPAGE check for BBMBrian Norris1-17/+23
2012-03-27mtd: nand: erase block before marking badBrian Norris1-0/+11
2012-01-11mtd: nand: fix typo in commentWolfram Sang1-1/+1
2012-01-09mtd: nand: scan 1st and 2nd page for Macronix SLCBrian Norris1-3/+4
2011-10-16mtd: nand: initialize ops.modeBrian Norris1-0/+4
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris1-2/+10
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris1-21/+25
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-20/+20
2011-09-11mtd: support reading OOB without ECCBrian Norris1-1/+6
2011-09-11mtd: support writing OOB without ECCBrian Norris1-1/+9
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-38/+36
2011-09-11mtd: nand: style fixups in pr_* messagesBrian Norris1-26/+23
2011-09-11mtd: nand: convert printk() to pr_*()Brian Norris1-22/+22
2011-09-11mtd: nand_flash_detect_onfi propagate busw infoMatthieu CASTET1-4/+4
2011-09-11mtd: nand: handle ECC errors in OOBBrian Norris1-1/+8
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-53/+52
2011-09-11mtd: nand_base: always initialise oob_poi before writing OOB dataTHOMSON, Adam (Adam)1-11/+16
2011-09-11mtd: nand: multi-line comment style fixupsBrian Norris1-357/+346
2011-09-11mtd: nand: remove unnecessary TODOBrian Norris1-1/+0
2011-09-11mtd: nand: remove meaningless delay from nand_unlockJiri Pinkava1-2/+0
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+1
2011-09-11mtd: nand: separate chip options / bbt_optionsBrian Norris1-5/+5
2011-09-11mtd: nand: remove NAND_BBT_SCANBYTE1AND6 optionBrian Norris1-19/+5
2011-05-25mtd: nand: convert to mtd_device_register()Jamie Iles1-9/+1
2011-05-25mtd: return badblockbits backArtem Bityutskiy1-0/+2
2011-05-25mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava1-6/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-11mtd: nand: add software BCH ECC supportIvan Djelic1-1/+39
2011-03-11mtd: nand: fix a typo in a commentaryJason Liu1-1/+1
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-10/+15
2011-01-06mtd: nand: add mtd->writebufsize initializationAnatolij Gustschin1-0/+1
2011-01-06mtd: nand: rearrange ONFI revision checking, add ONFI 2.3Brian Norris1-8/+12
2011-01-06mtd: nand: choose correct chip name (ONFI bug)Brian Norris1-1/+1
2011-01-06Revert "mtd: nand: add check for out of page read"Artem Bityutskiy1-8/+1
2010-12-03mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiBDavid Woodhouse1-1/+1
2010-12-03mtd: nand: add check for out of page readJason Liu1-1/+8
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25mtd: nand: fix MTD_MODE_RAW writesJon Povey1-1/+1
2010-10-25mtd: add init_size hook for NAND driverHuang Shijie1-2/+4