aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: omap2: convert to mtd_device_register()Jamie Iles1-7/+3
2011-05-25mtd: omap: fix subpage ecc issue with prefetchKishore Kadiyala1-7/+5
2011-05-25mtd: omap2: mtd split nand_scan in ident and tailJan Weitzel1-2/+8
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy1-88/+279
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-88/+279
2011-03-11mtd: omap3: nand: report corrected ecc errorsJohn Ogness1-4/+12
2011-03-11mtd: add "platform:" prefix for platform modaliasAxel Lin1-1/+1
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 Ghorai1-60/+34
2011-02-17omap3630: nand: fix device size to work in polled modeSukumar Ghorai1-1/+1
2010-12-06omap: nand: remove hardware ECC as defaultSukumar Ghorai1-1/+0
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-1/+1
2010-10-25mtd: omap2: fix static declaration warningG, Manjunath Kondaiah1-2/+2
2010-09-29fix OMAP2 MTD build failureDaniel J Blueman1-1/+1
2010-08-02omap3 nand: cleanup virtual address usagesSukumar Ghorai1-161/+53
2010-08-02omap3 gpmc: functionality enhancementSukumar Ghorai1-2/+2
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-31/+4
2010-02-26mtd: omap2 fix prefetch mode read issueVimal Singh1-4/+7
2010-02-26mtd: omap2: correct 'info' pointer in 'omap_nand_remove'Vimal Singh1-1/+2
2010-02-26mtd: omap2: fixing compilation warningVimal Singh1-1/+1
2010-02-15omap2/3/4: Introducing 'gpmc-nand.c' for GPMC specific NAND initVimal Singh1-31/+4
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-3/+3
2009-09-19mtd: omap: adding DMA mode support in nand prefetch/post-writevimal singh1-2/+184
2009-09-19mtd: omap: add support for nand prefetch-read and post-writevimal singh1-9/+152
2009-06-28mtd: nand: fix build failure and incorrect return from omap_wait()vimal singh1-2/+5
2009-06-05mtd: nand: add OMAP2/OMAP3 NAND driverVimal Singh1-0/+776