aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* last driver import from 3.2.72 for nowWolfgang Wiedmeyer2015-10-231-15/+8
* mtd: omap2: fix module loadingAndreas Bießmann2012-10-131-0/+1
* mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann2012-10-131-1/+1
* mtd: omap2: convert to mtd_device_register()Jamie Iles2011-05-251-7/+3
* mtd: omap: fix subpage ecc issue with prefetchKishore Kadiyala2011-05-251-7/+5
* mtd: omap2: mtd split nand_scan in ident and tailJan Weitzel2011-05-251-2/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy2011-03-251-88/+279
|\
| * Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-171-88/+279
| |\
| | * omap3: nand: making ecc layout as compatible with romcode eccSukumar Ghorai2011-02-171-1/+36
| | * omap3: nand: ecc layout select from board fileSukumar Ghorai2011-02-171-15/+11
| | * omap3: nand: configurable fifo threshold to gain the throughputSukumar Ghorai2011-02-171-8/+14
| | * omap3: nand: prefetch in irq mode supportSukumar Ghorai2011-02-171-9/+189
| | * omap3: nand: configurable transfer type per boardSukumar Ghorai2011-02-171-60/+34
| | * omap3630: nand: fix device size to work in polled modeSukumar Ghorai2011-02-171-1/+1
* | | mtd: omap3: nand: report corrected ecc errorsJohn Ogness2011-03-111-4/+12
|/ /
* | mtd: add "platform:" prefix for platform modaliasAxel Lin2011-03-111-1/+1
|/
* omap: nand: remove hardware ECC as defaultSukumar Ghorai2010-12-061-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-301-1/+1
|\
| * fix OMAP2 MTD build failureDaniel J Blueman2010-09-291-1/+1
* | mtd: omap2: fix static declaration warningG, Manjunath Kondaiah2010-10-251-2/+2
|/
* omap3 nand: cleanup virtual address usagesSukumar Ghorai2010-08-021-161/+53
* omap3 gpmc: functionality enhancementSukumar Ghorai2010-08-021-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-261-31/+4
|\ \ | |/
| * omap2/3/4: Introducing 'gpmc-nand.c' for GPMC specific NAND initVimal Singh2010-02-151-31/+4
* | mtd: omap2 fix prefetch mode read issueVimal Singh2010-02-261-4/+7
* | mtd: omap2: correct 'info' pointer in 'omap_nand_remove'Vimal Singh2010-02-261-1/+2
* | mtd: omap2: fixing compilation warningVimal Singh2010-02-261-1/+1
|/
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-3/+3
* mtd: omap: adding DMA mode support in nand prefetch/post-writevimal singh2009-09-191-2/+184
* mtd: omap: add support for nand prefetch-read and post-writevimal singh2009-09-191-9/+152
* mtd: nand: fix build failure and incorrect return from omap_wait()vimal singh2009-06-281-2/+5
* mtd: nand: add OMAP2/OMAP3 NAND driverVimal Singh2009-06-051-0/+776