summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-2/+2
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin1-14/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-15/+7
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris1-2/+2
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-4/+4
2011-09-11mtd: omap2.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-8/+2
2011-09-11mtd: omap2 don't specify default parsing optionsDmitry Eremin-Solenikov1-3/+1
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/torval...Artem Bityutskiy1-88/+279
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/torval...David 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/torval...David Woodhouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David 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