aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-42/+541
2013-02-04mtd: nand: omap2: Support for hardware BCH error correction.Philip Avinash1-39/+534
2013-02-04mtd: nand: omap2: Update nerrors using ecc.strengthPhilip Avinash1-4/+8
2013-01-14mtd: omap-nand: pass device_node in platform dataDaniel Mack1-1/+3
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+0
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-headersTony Lindgren1-21/+104
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-10-15ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla1-0/+2
2012-10-15mtd: nand: omap: handle gpmc bch[48]Afzal Mohammed1-11/+89
2012-10-15mtd: nand: omap: bring in gpmc nand macrosAfzal Mohammed1-8/+13
2012-10-15mtd: nand: omap: read nand using register addressAfzal Mohammed1-1/+1
2012-10-15mtd: nand: omap: free region as per resource sizeAfzal Mohammed1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse1-77/+226
2012-09-29mtd: omap2: fix module loadingAndreas Bießmann1-0/+1
2012-09-29mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann1-1/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-23/+0
2012-09-29mtd: omap2: fix some typos in commentsPeter Meerwald1-5/+5
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-30mtd: nand: omap2: use gpmc provided irqsAfzal Mohammed1-28/+50
2012-08-30mtd: nand: omap2: obtain memory from resourceAfzal Mohammed1-4/+15
2012-08-30mtd: nand: omap2: handle nand on gpmcAfzal Mohammed1-45/+161
2012-08-10mtd/omap2: fix dmaengine_slave_config error handlingArnd Bergmann1-4/+3
2012-07-31mtd: omap2: remove private DMA API implementationRussell King1-110/+26
2012-07-31mtd: omap2: add DMA engine supportRussell King1-1/+91
2012-05-13mtd: nand: omap: add support for hardware BCH eccIvan Djelic1-0/+245
2012-05-13mtd: nand: omap: fix race condition in omap_wait()Ivan Djelic1-1/+3
2012-05-13mtd: omap2: fix resource leak in prefetch-busy pathGrazvydas Ignotas1-1/+3
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/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