aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAge
* 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
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-08
* mtd: nand: update nand_default_block_markbad()Brian Norris2010-08-02
* mtd: nand: more BB Detection refactoring and dynamic scan optionsBrian Norris2010-08-02
* mtd: nand: refactor BB marker detectionBrian Norris2010-08-02
* mtd: nand: edit macro flag for BBT scan of last page in blockBrian Norris2010-08-02
* mtd: nand: support alternate BB marker locations on MLCKevin Cernekee2010-05-13
* mtd: nand: extend NAND flash detection to new MLC chipsKevin Cernekee2010-05-13
* mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky2010-02-26
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-26
* mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky2010-02-26
* mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky2010-02-26
* mtd: nand: cleanup the nand_do_write_opsMaxim Levitsky2010-02-26
* mtd: nand: make MTD_OOB_PLACE work correctly.Maxim Levitsky2010-02-26
* mtd: nand: make suspend work if device is accessed by kernel threads.Maxim Levitsky2010-02-26
* mtd: nand: add lock/unlock routinesVimal Singh2010-02-26
* mtd: nand: create a helper verification functionVimal Singh2010-02-26
* mtd: nand: fix multi-chip suspend problemLi Yang2009-11-30
* mtd: nand: add option to quieten off the no device found messgaeBen Dooks2009-11-30
* mtd: Add panic_write for NAND flashesSimon Kagstrom2009-11-30
* mtd: nand: fix htmldocs warningsJaswinder Singh Rajput2009-09-24
* mtd: nand: add new ECC mode - ECC_HW_OOB_FIRSTSneha Narnakaje2009-09-19
* mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje2009-09-19
* mtd: nand_base: allow drivers to choose ECC block sizeSingh, Vimal2009-09-04
* mtd: nand_base: use __func__ instead of typing namesvimal singh2009-09-04
* mtd: nand: remove repeated comment, fix spellingvimal singh2009-09-04
* mtd: nand: don't walk past end of oobfree[]David Brownell2009-06-05
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-06
|\
| * [MTD] [NAND] Add support for 4KiB pages.Thomas Gleixner2009-04-06