aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-3/+3
2010-08-02mtd: nand: edit macro flag for BBT scan of last page in blockBrian Norris1-2/+0
2010-05-14mtd: nand: support alternate BB marker locations on MLCKevin Cernekee1-0/+2
2010-05-14mtd: nand: extend NAND flash detection to new MLC chipsKevin Cernekee1-1/+1
2010-02-26mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky1-0/+6
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+3
2010-02-26mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky1-0/+1
2010-02-26mtd: nand: add lock/unlock routinesVimal Singh1-0/+10
2009-11-30mtd: nand: add option to quieten off the no device found messgaeBen Dooks1-1/+3
2009-09-24mtd: unify status enum from three headersAlessandro Rubini1-15/+2
2009-09-24mtd: use bbm.h in nand.hAlessandro Rubini1-75/+1
2009-09-19mtd: nand: add new ECC mode - ECC_HW_OOB_FIRSTSneha Narnakaje1-0/+1
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje1-2/+2
2009-06-05mtd: plat_nand: allow platform to set partitionsH Hartley Sweeten1-0/+3
2009-06-05mtd: plat_nand: add platform probe/remove callbacksH Hartley Sweeten1-0/+7
2009-06-05mtd: extend plat_nand for (read|write)_bufAlexander Clouter1-0/+6
2009-04-06[MTD] [NAND] Add support for 4KiB pages.Thomas Gleixner1-2/+2
2008-12-10[MTD] [NAND] remove excess kernel-doc notationRandy Dunlap1-5/+0
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter1-1/+1
2008-08-20[MTD] [NAND] Fix missing kernel-docAlexey Korolev1-0/+1
2008-07-30[MTD] [NAND] fix subpage read for small page NANDAlexey Korolev1-1/+3
2008-07-25[MTD] [NAND] subpage read feature as a way to increase performance. Alexey Korolev1-0/+5
2008-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2008-06-06Fix various old email addresses for dwmw2David Woodhouse1-1/+1
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2007-07-23[MTD] [NAND] Add NAND manufacturer AMD.Steven J. Hill1-0/+1
2007-05-08[MTD] [NAND] platform NAND driver: update headerVitaly Wool1-0/+16
2007-04-17[MTD][NAND] Add Micron Manufacturer IDsshahrom@micron.com1-0/+1
2007-02-09[MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chipRandy Dunlap1-0/+1
2006-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2006-11-29[MTD] NAND: add subpage write supportThomas Gleixner1-0/+9
2006-10-30[PATCH] MTD: fix last kernel-doc warningRandy Dunlap1-1/+1
2006-10-21[MTD] NAND: Combined oob buffer so it's contiguous with dataDavid Woodhouse1-5/+1
2006-09-25[MTD NAND] Provide prototype for newly-exported nand_wait_ready()David Woodhouse1-0/+3
2006-09-25[MTD NAND] Allow override of page read and write functions.David Woodhouse1-0/+11
2006-09-25[MTD NAND] Allocate chip->buffers separately to allow it to be overriddenDavid Woodhouse1-2/+4
2006-09-25[MTD NAND] Split nand_scan() into two parts; allow board driver to interveneDavid Woodhouse1-0/+5
2006-06-29MTD: kernel-doc fixes + additionsRandy Dunlap1-3/+0
2006-06-29MTD: fix all kernel-doc warningsRandy Dunlap1-3/+10
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-1/+0
2006-06-20[MTD] NAND: Fix breakage all over the placeThomas Gleixner1-1/+11
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner1-8/+2
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner1-4/+5
2006-05-29[MTD] NAND Fix platform structure and NDFC driverThomas Gleixner1-1/+3
2006-05-26[MTD] NAND modularize write functionThomas Gleixner1-26/+45
2006-05-25[MTD] NAND Modularize read functionThomas Gleixner1-8/+8
2006-05-25[MTD] NAND Add read/write function pointers to struct nand_ecc_ctrlThomas Gleixner1-0/+13
2006-05-25[MTD] NAND Introduce NAND_NO_READRDY optionThomas Gleixner1-0/+4
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner1-5/+0
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner1-16/+17