aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: fsl_upm: convert to mtd_device_register()Jamie Iles1-11/+1
2011-05-25mtd: fsl_elbc_nand: convert to mtd_device_register()Jamie Iles1-11/+1
2011-05-25mtd: edb7312 nand: convert to mtd_device_register()Jamie Iles1-8/+1
2011-05-25mtd: diskonchip: convert to mtd_device_register()Jamie Iles1-11/+7
2011-05-25mtd: davinci_nand: convert to mtd_device_register()Jamie Iles1-30/+21
2011-05-25mtd: cs553x_nand: convert to mtd_device_register()Jamie Iles1-16/+3
2011-05-25mtd: cafe_nand: convert to mtd_device_register()Jamie Iles1-9/+2
2011-05-25mtd: bf5xx_nand: convert to mtd_device_register()Jamie Iles1-6/+1
2011-05-25mtd: bcm_umi_nand: convert to mtd_device_register()Jamie Iles1-3/+1
2011-05-25mtd: atmel_nand: convert to mtd_device_register()Jamie Iles1-11/+1
2011-05-25mtd: pxa: convert to mtd_device_register()Jamie Iles1-10/+3
2011-05-25mtd: plat_nand: convert to mtd_device_register()Jamie Iles1-9/+3
2011-05-25mtd: nand: convert to mtd_device_register()Jamie Iles1-9/+1
2011-05-25mtd: omap: fix subpage ecc issue with prefetchKishore Kadiyala1-7/+5
2011-05-25mtd: denali: detect the number of banksJamie Iles2-9/+21
2011-05-25mtd: denali: remove nearly-duplicated register definitionsJamie Iles2-388/+103
2011-05-25mtd: denali: convert to generic DMA APIJamie Iles2-44/+40
2011-05-25mtd: return badblockbits backArtem Bityutskiy1-0/+2
2011-05-25mtd: nand: ndfc: add multiple chip select supportFelix Radensky1-17/+35
2011-05-25mtd: omap2: mtd split nand_scan in ident and tailJan Weitzel1-2/+8
2011-05-25mtd: atmel_nand: add missing include of linux/dmaengine.hHans-Christian Egtvedt1-0/+1
2011-05-25mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava1-6/+0
2011-05-25mtd: nand: fix S3C NAND clock stopJiri Pinkava1-16/+43
2011-05-25mtd: denali: drop __TIME__ usageMichal Marek1-2/+1
2011-05-25mtd: nand: dynamic allocation of flash-based BBT structsBrian Norris1-23/+4
2011-05-25mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach1-19/+32
2011-05-19MIPS: Alchemy: Clean up GPIO registers and accessorsManuel Lauss1-1/+2
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-04-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-20/+12
2011-04-01mtd: atmel_nand: use CPU I/O when buffer is in vmalloc(ed) regionHong Xu1-16/+2
2011-04-01mtd: atmel_nand: modify test case for using DMA operationsNicolas Ferre1-2/+4
2011-04-01mtd: atmel_nand: fix support for CPUs that do not support DMA accessHong Xu1-1/+4
2011-04-01mtd: atmel_nand: trivial: change DMA usage information traceNicolas Ferre1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi19-32/+32
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1Artem Bityutskiy10-140/+307
2011-03-23tmio: Silence warnings introduced by mfd changesAndres Salomon1-4/+4
2011-03-23mtd: Use mfd_data instead of driver_data for tmio_nandAndres Salomon1-2/+1
2011-03-23mfd: mfd_cell is now implicitly available to t7166xb driversAndres Salomon1-5/+5
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+2
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds2-104/+278
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-25/+20
2011-03-13Merge git://git.infradead.org/users/dwmw2/mtd-2.6.38Linus Torvalds1-1/+1
2011-03-11mtd: nand: enable software BCH ECC in nand simulatorIvan Djelic1-1/+42
2011-03-11mtd: nand: add software BCH ECC supportIvan Djelic4-1/+298
2011-03-11mtd: mxc_nand: fix OOB corruption when page size > 2KiBBaruch Siach1-0/+27
2011-03-11mtd: DaVinci: Removed header file that is not requiredSandeep Paulraj1-3/+0
2011-03-11mtd: pxa3xx_nand: clean the keep configure codeLei Wen1-68/+35
2011-03-11mtd: pxa3xx_nand: mtd scan id process could be defined by driver itselfLei Wen1-89/+119
2011-03-11mtd: pxa3xx_nand: unify prepare commandLei Wen1-109/+138