summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: sst25l: fix section markingsMike Frysinger1-3/+3
2011-05-25mtd: m25p80: Add Spansion S25FL512S, S70FL01GSKevin Cernekee1-0/+2
2011-05-25mtd: m25p80: Add Spansion S25FL256SKevin Cernekee1-5/+17
2011-05-25mtd: m25p80: Clean up JEDEC manufacturer checksKevin Cernekee1-4/+7
2011-05-25mtd: m25p80: Add Numonyx m25px32 familyKevin Cernekee1-1/+4
2011-05-25mtd: denali: detect the number of banksJamie Iles2-9/+21
2011-05-25mtd: denali: remove nearly-duplicated register definitionsJamie Iles2-395/+110
2011-05-25mtd: denali: convert to generic DMA APIJamie Iles2-44/+40
2011-05-25mtd: onenand: add missing checkjohn.maxin@nokia.com1-1/+1
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: mtdchar: retry large buffer allocationsGrant Erickson1-27/+23
2011-05-25mtd: create function to perform large allocationsGrant Erickson1-0/+49
2011-05-25mtd: mtdconcat: fix NAND OOB writeFelix Radensky1-2/+2
2011-05-25mtd: omap2: mtd split nand_scan in ident and tailJan Weitzel1-2/+8
2011-05-25mtd: mtd_blkdevs: fix error path in blktrans_openArtem Bityutskiy1-3/+21
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: cmdset_0002: add CFI 1.5 support for S29GL-SGernot Hoyler1-2/+3
2011-05-25mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenandRoman Tereshonkov1-6/+40
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: m25p80: add support for the MX25L1606E chipGabor Juhos1-0/+1
2011-05-25mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach1-19/+32
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-04-27Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-04-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-21/+13
2011-04-07Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-7/+8
2011-04-05UBI: do not select KALLSYMS_ALLArtem Bityutskiy1-1/+1
2011-04-05UBI: do not compare array with NULLArtem Bityutskiy1-5/+0
2011-04-05UBI: check if we are in RO mode in the erase routineArtem Bityutskiy1-1/+7
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-04-01mtd: mtdswap: fix printk format warningRandy Dunlap1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi42-68/+68
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Artem Bityutskiy29-445/+654
2011-03-25mtd: mtdswap: fix compilation warningArtem Bityutskiy1-1/+1
2011-03-25mtdswap: kill strict error handling optionYang Ruirui2-15/+1
2011-03-24Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds1-2/+2
2011-03-24UBI: use GFP_NOFS properlyArtem Bityutskiy1-2/+2
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 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds3-0/+19
2011-03-18Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds12-234/+297
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+2
2011-03-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-133/+287