summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: omap2: use msecs_to_jiffies()Toan Pham2013-04-051-2/+2
* mtd: devices: elm: check for device's presence before configurationDaniel Mack2013-04-051-2/+3
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-021-42/+541
|\
| * mtd: nand: omap2: Support for hardware BCH error correction.Philip Avinash2013-02-041-39/+534
| * mtd: nand: omap2: Update nerrors using ecc.strengthPhilip Avinash2013-02-041-4/+8
* | mtd: omap-nand: pass device_node in platform dataDaniel Mack2013-01-141-1/+3
|/
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-1/+1
|\
| * mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
* | ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren2012-11-301-1/+0
* | Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-...Tony Lindgren2012-10-171-21/+104
|\ \
| * | mtd: nand: omap: handle gpmc bch[48]Afzal Mohammed2012-10-151-11/+89
| * | mtd: nand: omap: bring in gpmc nand macrosAfzal Mohammed2012-10-151-8/+13
| * | mtd: nand: omap: read nand using register addressAfzal Mohammed2012-10-151-1/+1
| * | mtd: nand: omap: free region as per resource sizeAfzal Mohammed2012-10-151-1/+1
| |/
* | ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2012-10-151-1/+1
* | ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla2012-10-151-0/+2
|/
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-77/+226
|\
| * ARM: omap: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
| * mtd: nand: omap2: use gpmc provided irqsAfzal Mohammed2012-08-301-28/+50
| * mtd: nand: omap2: obtain memory from resourceAfzal Mohammed2012-08-301-4/+15
| * mtd: nand: omap2: handle nand on gpmcAfzal Mohammed2012-08-301-45/+161
* | mtd: omap2: fix module loadingAndreas Bießmann2012-09-291-0/+1
* | mtd: omap2: fix omap_nand_remove segfaultAndreas Bießmann2012-09-291-1/+1
* | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-23/+0
* | mtd: omap2: fix some typos in commentsPeter Meerwald2012-09-291-5/+5
|/
* mtd/omap2: fix dmaengine_slave_config error handlingArnd Bergmann2012-08-101-4/+3
* mtd: omap2: remove private DMA API implementationRussell King2012-07-311-110/+26
* mtd: omap2: add DMA engine supportRussell King2012-07-311-1/+91
* 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