summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: omap: add support for hardware BCH eccIvan Djelic2012-05-131-0/+245
* mtd: nand: omap: fix race condition in omap_wait()Ivan Djelic2012-05-131-1/+3
* mtd: omap2: fix resource leak in prefetch-busy pathGrazvydas Ignotas2012-05-131-1/+3
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-2/+2
* mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin2012-01-091-14/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-15/+7
|\
| * mtd: cleanup style on pr_debug messagesBrian Norris2011-09-111-2/+2
| * mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-111-4/+4
| * mtd: omap2.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-8/+2
| * mtd: omap2 don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-3/+1
* | mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker2011-10-311-0/+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