summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-11lib: add shared BCH ECC libraryIvan Djelic4-0/+1487
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 Wen2-69/+36
2011-03-11mtd: pxa3xx_nand: mtd scan id process could be defined by driver itselfLei Wen1-93/+123
2011-03-11mtd: pxa3xx_nand: unify prepare commandLei Wen1-110/+139
2011-03-11mtd: pxa3xx_nand: discard wait_for_event,write_cmd,__readid functionLei Wen1-76/+1
2011-03-11mtd: pxa3xx_nand: rework irq logicLei Wen1-212/+187
2011-03-11mtd: pxa3xx_nand: make scan procedure more clearLei Wen1-44/+55
2011-03-11mtd: speedtest: fix integer overflowDavid Lambert1-7/+7
2011-03-11mtd: mxc_nand: fix read past buffer endBaruch Siach1-2/+2
2011-03-11mtd: omap3: nand: report corrected ecc errorsJohn Ogness1-4/+12
2011-03-11jffs2: remove a trailing white space in commentariesTracey Dent1-1/+1
2011-03-11mtd: nand: fix a typo in a commentaryJason Liu1-1/+1
2011-03-11mtd: omap: add new variable to platform data to control onenand unlockingRoman Tereshonkov2-2/+6
2011-03-11mtd: onenand: add new option to control initial onenand unlockingRoman Tereshonkov2-1/+3
2011-03-11mtd: NOR flash driver for OMAP-L137/AM17xDavid Griego4-0/+311
2011-03-11mtd: Add mtdswap block driverJarkko Lavinen3-0/+1612
2011-03-11mtd_blkdevs: Set the maximum discards sizeJarkko Lavinen1-3/+4
2011-03-11mtd_blkdevs: Add background processing supportJarkko Lavinen2-0/+28
2011-03-11mtd: cfi: fix writebufsize initializationAnatolij Gustschin3-3/+3
2011-03-11mtd: m25p80: add support for M25PX64Yoshihiro Shimoda1-0/+2
2011-03-11mtd: tests: add multiblock erase test to the mtd_speedtestRoman Tereshonkov1-2/+57
2011-03-11mtd: tests: add count parameter to mtd_speedtestAdrian Hunter1-2/+13
2011-03-11mtd: onenand_base: onenand_verify bugfix for writepage non-aligned addressRoman Tereshonkov1-5/+5
2011-03-11mtd: OneNAND: return read error for 4KiB page readAdrian Hunter1-0/+2
2011-03-11mtd: nand: fix pointer NULL pointer dereferencingStanislav Fomichev1-2/+6
2011-03-11mtd: tests: print correct valuesRoman Tereshonkov1-5/+5
2011-03-11mtd: ts5500_flash: avoid calling map_destroy on NULLJulia Lawall1-1/+0
2011-03-11mtd: phram: fix memory leakMathias Krause1-0/+3
2011-03-11mtd: mtdram: initialize writebufsize fieldArtem Bityutskiy1-0/+1
2011-03-11mtd: m25p80: add support for the EON EN25F32 chipGabor Juhos1-1/+2
2011-03-11mtd: adapt writebufsize calculation for concatHolger Brunck1-1/+7
2011-03-11mtd: atmel_nand: Add DMA support to access NandflashHong Xu1-9/+157
2011-03-11mtd: mtd_blkdevs: local symbols should be staticH Hartley Sweeten1-2/+2
2011-03-11mtd: local symbols should be staticH Hartley Sweeten1-3/+3
2011-03-11mtd: mpc5121_nfc: don't treat NULL clk as an errorJamie Iles1-2/+3
2011-03-11mtd: drop MTD_CONCAT from Kconfig entirelyDmitry Eremin-Solenikov1-9/+0
2011-03-11CRIS: stop checking for MTD_CONCATDmitry Eremin-Solenikov4-14/+0
2011-03-11mtd: drop CONFIG_MTD_CONCAT ifdefsDmitry Eremin-Solenikov5-40/+0
2011-03-11mtd: drop MTD_CONCAT dependencies from KconfigDmitry Eremin-Solenikov1-2/+2
2011-03-11mtd: make MTD_CONCAT support mandatoryDmitry Eremin-Solenikov2-3/+3
2011-03-11mtd: add "platform:" prefix for platform modaliasAxel Lin3-3/+3
2011-03-11mtd: mtd_blkdevs: fix double free on error pathMaxim Levitsky1-1/+0
2011-03-11mtd: amd76xrom: fix oops at boot when resources are not availableStanislaw Gruszka1-0/+1
2011-03-11mtd: fix race in cfi_cmdset_0001 driverJoakim Tjernlund1-21/+22
2011-03-11mtd: jedec_probe: initialise make sector erase command variableAntony Pavlov1-2/+3
2011-03-11mtd: jedec_probe: Change variable name from cfi_p to cfiAntony Pavlov1-16/+16
2011-01-22Linux 2.6.38-rc2v2.6.38-rc2Linus Torvalds1-1/+1
2011-01-22Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds133-2661/+2442