aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2011-03-11mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid functionLei Wen1-76/+1
2011-03-11mtd: pxa3xx_nand: rework irq logicLei Wen1-212/+187
2011-03-11mtd: pxa3xx_nand: make scan procedure more clearLei Wen1-44/+55
2011-03-11mtd: mxc_nand: fix read past buffer endBaruch Siach1-2/+2
2011-03-11mtd: omap3: nand: report corrected ecc errorsJohn Ogness1-4/+12
2011-03-11mtd: nand: fix a typo in a commentaryJason Liu1-1/+1
2011-03-11mtd: nand: fix pointer NULL pointer dereferencingStanislav Fomichev1-2/+6
2011-03-11mtd: atmel_nand: Add DMA support to access NandflashHong Xu1-9/+157
2011-03-11mtd: mpc5121_nfc: don't treat NULL clk as an errorJamie Iles1-2/+3
2011-03-11mtd: add "platform:" prefix for platform modaliasAxel Lin1-1/+1
2011-03-10Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stableRussell King1-1/+1
2011-03-07ARM: imx5x: clean up ARCH_MX5XRichard Zhao1-1/+1
2011-03-02Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren1-1/+1
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely5-25/+20
2011-02-17omap3: nand: making ecc layout as compatible with romcode eccSukumar Ghorai1-1/+36
2011-02-17omap3: nand: ecc layout select from board fileSukumar Ghorai1-15/+11
2011-02-17omap3: nand: configurable fifo threshold to gain the throughputSukumar Ghorai1-8/+14
2011-02-17omap3: nand: prefetch in irq mode supportSukumar Ghorai1-9/+189
2011-02-17omap3: nand: configurable transfer type per boardSukumar Ghorai2-76/+33
2011-02-17omap3630: nand: fix device size to work in polled modeSukumar Ghorai1-1/+1
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse1-3/+2
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
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-731/+1708
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