summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mtd:fix the bad format in the mtdcore.cWanlong Gao2011-05-251-4/+4
* mtd: mtdswap: fix possible null dereferenceMaxin B. John2011-05-251-1/+7
* mtd: remove duplicate assignment of chip->stateTadashi Abe2011-05-253-3/+0
* mtd: fix hang-up in cfi erase and read contentionTadashi Abe2011-05-254-15/+6
* mtd: simplify get_mtd_device_nm functionWanlong Gao2011-05-251-11/+2
* mtd: be silent when mtd partition parser cannot be foundArtem Bityutskiy2011-05-251-4/+1
* mtd: convert to seq_file interfaceAlexey Dobriyan2011-05-251-31/+19
* mtd: omap: fix subpage ecc issue with prefetchKishore Kadiyala2011-05-251-7/+5
* mtd: sst25l: fix section markingsMike Frysinger2011-05-251-3/+3
* mtd: m25p80: Add Spansion S25FL512S, S70FL01GSKevin Cernekee2011-05-251-0/+2
* mtd: m25p80: Add Spansion S25FL256SKevin Cernekee2011-05-251-5/+17
* mtd: m25p80: Clean up JEDEC manufacturer checksKevin Cernekee2011-05-251-4/+7
* mtd: m25p80: Add Numonyx m25px32 familyKevin Cernekee2011-05-251-1/+4
* mtd: denali: detect the number of banksJamie Iles2011-05-252-9/+21
* mtd: denali: remove nearly-duplicated register definitionsJamie Iles2011-05-252-395/+110
* mtd: denali: convert to generic DMA APIJamie Iles2011-05-252-44/+40
* mtd: onenand: add missing checkjohn.maxin@nokia.com2011-05-251-1/+1
* mtd: return badblockbits backArtem Bityutskiy2011-05-251-0/+2
* mtd: nand: ndfc: add multiple chip select supportFelix Radensky2011-05-251-17/+35
* JFFS2: retry large buffer allocationsGrant Erickson2011-05-251-8/+11
* mtd: mtdchar: retry large buffer allocationsGrant Erickson2011-05-251-27/+23
* mtd: create function to perform large allocationsGrant Erickson2011-05-252-0/+51
* mtd: mtdconcat: fix NAND OOB writeFelix Radensky2011-05-251-2/+2
* mtd: omap2: mtd split nand_scan in ident and tailJan Weitzel2011-05-251-2/+8
* mtd: mtd_blkdevs: fix error path in blktrans_openArtem Bityutskiy2011-05-251-3/+21
* mtd: atmel_nand: add missing include of linux/dmaengine.hHans-Christian Egtvedt2011-05-251-0/+1
* mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava2011-05-251-6/+0
* mtd: nand: fix S3C NAND clock stopJiri Pinkava2011-05-251-16/+43
* mtd: cmdset_0002: add CFI 1.5 support for S29GL-SGernot Hoyler2011-05-251-2/+3
* mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenandRoman Tereshonkov2011-05-251-6/+40
* mtd: denali: drop __TIME__ usageMichal Marek2011-05-251-2/+1
* mtd: nand: dynamic allocation of flash-based BBT structsBrian Norris2011-05-251-23/+4
* mtd: nand: renumber conflicting BBT flagsBrian Norris2011-05-251-2/+2
* mtd: m25p80: add support for the MX25L1606E chipGabor Juhos2011-05-251-0/+1
* jffs2: remove unused variablesSergey Senozhatsky2011-05-251-4/+0
* mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach2011-05-251-19/+32
* Linux 2.6.39v2.6.39Linus Torvalds2011-05-181-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2011-05-187-27/+96
|\
| * configfs: Fix race between configfs_readdir() and configfs_d_iput()Joel Becker2011-05-181-5/+28
| * configfs: Don't try to d_delete() negative dentries.Joel Becker2011-05-181-2/+4
| * ocfs2/dlm: Target node death during resource migration leads to thread spinSunil Mushran2011-05-131-0/+3
| * ocfs2: Skip mount recovery for hard-ro mountsSunil Mushran2011-05-131-0/+3
| * ocfs2/cluster: Heartbeat mismatch message improvedSunil Mushran2011-05-131-17/+31
| * ocfs2/cluster: Increase the live threshold for global heartbeatSunil Mushran2011-05-131-1/+12
| * ocfs2/dlm: Use negotiated o2dlm protocol versionSunil Mushran2011-05-131-1/+2
| * ocfs2: skip existing hole when removing the last extent_rec in punching-hole ...Tristan Ye2011-05-131-0/+12
| * ocfs2: Initialize data_ac (might be used uninitialized)Marcus Meissner2011-05-131-1/+1
* | Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-1822-46/+108
|\ \
| * | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-1822-50/+108
| * | of: fix race when matching driversMilton Miller2011-05-181-2/+6