aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds12-124/+183
2011-01-06mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probeDan Carpenter1-1/+1
2011-01-06mtd: nand: add mtd->writebufsize initializationAnatolij Gustschin1-0/+1
2011-01-06mtd: txx9ndfmc: limit transfer bytes to 512 (ECC provides 6 bytes max)Ralf Rösch1-2/+3
2011-01-06mtd: nand: ams-delta: drop omap_read/write, use ioremapJanusz Krzysztofik1-6/+43
2011-01-06mtd: nand: ams-delta: select for built-in by defaultJanusz Krzysztofik1-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-06mtd: nand: ams-delta: convert to platform driverJanusz Krzysztofik1-5/+26
2011-01-06Revert "mtd: nand: add check for out of page read"Artem Bityutskiy1-8/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-12-06omap: nand: remove hardware ECC as defaultSukumar Ghorai1-1/+0
2010-12-03mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiBDavid Woodhouse1-1/+1
2010-12-03mtd: FSMC NAND use the PrimeCell identifier macrosLinus Walleij1-3/+20
2010-12-03mtd: FSMC NAND remove PARTITION macro and fix compile noiseLinus Walleij1-18/+48
2010-12-03mtd: mxc_nand: Fix warning on nr_parts unused variableFabio Estevam1-1/+1
2010-12-03mtd: fsl_elbc_nand: fix jffs2 problem after NAND-flash image record in u-bootSergej.Stepanov@ids.de1-0/+2
2010-12-03mtd: nand: add check for out of page readJason Liu1-1/+8
2010-12-03mtd: fix nand kernel-doc warningsRandy Dunlap1-1/+2
2010-12-03mtd: nand: Use printf extension %pR for struct resourceJoe Perches1-1/+1
2010-12-03mtd: NAND: jz4740: Remove custom {read,write}_page handlersLars-Peter Clausen1-55/+0
2010-12-03mtd: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' staticLars-Peter Clausen1-1/+1
2010-12-03mtd: use vzallocJoe Perches1-2/+1
2010-12-03mtd: nandsim: spell fixes in commentssrimugunthan1-18/+18
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds18-733/+1710
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse3-11/+85
2010-10-25Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinciLinus Torvalds1-38/+23
2010-10-25P4080/mtd: Fix the freescale lbc issue with 36bit modeLan Chunhe-B258061-1/+1
2010-10-25P4080/eLBC: Make Freescale elbc interrupt common to elbc devicesRoy Zang2-285/+198
2010-10-25mtd: nand: fix MTD_MODE_RAW writesJon Povey1-1/+1
2010-10-25mtd: r852: remove useless pci powerup/down from suspend/resume routinesMaxim Levitsky2-31/+1
2010-10-25mtd: Blackfin NFC: fix badblock location with BootROM OOBMike Frysinger1-10/+4
2010-10-25mtd: omap2: fix static declaration warningG, Manjunath Kondaiah1-2/+2
2010-10-25mtd: Fix endianness issues from device treeIan Munsie3-10/+10
2010-10-25mtd: nandsim: add module param for BBT handlingSebastian Andrzej Siewior1-2/+17
2010-10-25mtd: nand: introduce NAND_CREATE_EMPTY_BBTSebastian Andrzej Siewior1-1/+2
2010-10-25mtd: nand: add support for BBT without OOBSebastian Andrzej Siewior1-26/+202
2010-10-25mtd: nand: pull in td into read_bbt()Sebastian Andrzej Siewior1-7/+9
2010-10-25mtd: nand: use ALIGN where possibleSebastian Andrzej Siewior1-2/+1
2010-10-25mtd: add init_size hook for NAND driverHuang Shijie1-2/+4
2010-10-25mtd: generic FSMC NAND MTD driverLinus Walleij3-0/+874
2010-10-25mtd: nand_base: do not cache pages with uncorrectable ECC errorsArtem Bityutskiy1-1/+2
2010-10-24mtd: fix the build warning for fsl_upm.cRoy Zang1-1/+1
2010-10-24mtd: fix almost all checkpatch warnings in nand_base.cFlorian Fainelli1-30/+43
2010-10-24mtd: fix all checkpatch errors in nand_base.cFlorian Fainelli1-23/+26
2010-10-24mtd: davinci: relax a timeout for ECC-initializationWolfram Sang1-1/+2
2010-10-24mtd: nand: split ONFI detection logic to its own functionFlorian Fainelli1-61/+71
2010-10-24mtd: nand: add support for reading ONFI parameters from NAND deviceFlorian Fainelli1-30/+134
2010-10-24mtd: nand: denali should also handle NAND_CMD_PARAMFlorian Fainelli1-0/+1