summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
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
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-11mtd: nand: add software BCH ECC supportIvan Djelic
2011-03-11mtd: nand: fix a typo in a commentaryJason Liu
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-01-06mtd: nand: add mtd->writebufsize initializationAnatolij Gustschin
2011-01-06mtd: nand: rearrange ONFI revision checking, add ONFI 2.3Brian Norris
2011-01-06mtd: nand: choose correct chip name (ONFI bug)Brian Norris
2011-01-06Revert "mtd: nand: add check for out of page read"Artem Bityutskiy
2010-12-03mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiBDavid Woodhouse
2010-12-03mtd: nand: add check for out of page readJason Liu
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-25mtd: nand: fix MTD_MODE_RAW writesJon Povey
2010-10-25mtd: add init_size hook for NAND driverHuang Shijie
2010-10-25mtd: nand_base: do not cache pages with uncorrectable ECC errorsArtem Bityutskiy
2010-10-24mtd: fix almost all checkpatch warnings in nand_base.cFlorian Fainelli
2010-10-24mtd: fix all checkpatch errors in nand_base.cFlorian Fainelli
2010-10-24mtd: nand: split ONFI detection logic to its own functionFlorian Fainelli
2010-10-24mtd: nand: add support for reading ONFI parameters from NAND deviceFlorian Fainelli
2010-10-24mtd: nand: Samsung MLC - new OOB sizesBrian Norris
2010-10-24mtd: nand: support new Toshiba SLCBrian Norris
2010-10-24mtd: nand: spansion S30MLxxxP supportBrian Norris
2010-10-24mtd: fix callback return value checkBaruch Siach
2010-08-20mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck
2010-08-19mtd: nand: Fix regression in BBM detectionBrian Norris
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse
2010-08-02mtd: nand: update nand_default_block_markbad()Brian Norris