summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-19jffs2: implement mount option parsing and compression overridingAndres Salomon5-4/+112
2011-10-16mtd: nand: initialize ops.modeBrian Norris1-0/+4
2011-10-16mtd: provide an alias for the redboot module nameAndres Salomon1-0/+3
2011-10-16mtd: m25p80: don't probe device which has status of 'disabled'Shaohui Xie1-0/+6
2011-10-16mtd: nand_h1900 never workedArnd Bergmann1-1/+1
2011-10-14mtd: Add DiskOnChip G3 supportRobert Jarzmik4-0/+1424
2011-10-14mtd: m25p80: add EON flash EN25Q32B into spi flash id tableShaohui Xie1-0/+1
2011-10-14mtd: mark block device queue as non-rotationalDan McGee1-0/+2
2011-10-01mtd: r852: make r852_pm_ops staticAxel Lin1-3/+3
2011-09-26mtd: m25p80: add support for at25df321a spi data flashMikhail Kshevetskiy1-0/+1
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering1-1/+1
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris1-4/+2
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris1-2/+10
2011-09-21mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris1-6/+7
2011-09-21mtd: nand: wait to set BBT versionBrian Norris1-4/+8
2011-09-21mtd: nand: scrub BBT on ECC errorsBrian Norris1-5/+24
2011-09-21mtd: nand: report ECC errors properly when reading BBTBrian Norris1-5/+12
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris23-78/+78
2011-09-21mtd: define `mtd_is_*()' functionsBrian Norris1-0/+12
2011-09-11mtd: nand: remove gotos in `check_create()'Brian Norris1-16/+19
2011-09-11mtd: nand: begin restructuring check_createBrian Norris1-19/+5
2011-09-11mtd: nand: fix styleBrian Norris1-14/+14
2011-09-11mtd: nand: remove unnecessary variableBrian Norris1-5/+3
2011-09-11mtd: nand: do not ignore all ECC errorsBrian Norris1-3/+3
2011-09-11mtd: nand: refactor scanning codeBrian Norris1-20/+8
2011-09-11mtd: drop Integrator flash map KconfigLinus Walleij1-4/+0
2011-09-11mtd: kill old field for `struct mtd_info_user'Brian Norris2-6/+3
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2-24/+25
2011-09-11mtd: document ABIBrian Norris2-14/+74
2011-09-11mtd: add MEMWRITE ioctlBrian Norris2-0/+67
2011-09-11mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris2-22/+22
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris22-97/+99
2011-09-11mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris3-17/+18
2011-09-11mtd: support reading OOB without ECCBrian Norris3-7/+17
2011-09-11mtd: nand: document nand_chip.oob_poiBrian Norris1-1/+2
2011-09-11mtd: support writing OOB without ECCBrian Norris3-2/+14
2011-09-11mtd: add the common code for GPMI-NAND controller driverHuang Shijie2-0/+1892
2011-09-11mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie3-0/+17
2011-09-11mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie3-0/+1313
2011-09-11mtd: check parts pointer before using itJason Liu1-3/+4
2011-09-11mtd: style fixups in multi-line comment, indentationBrian Norris1-7/+9
2011-09-11mtd: nand: fix spelling error (date => data)Brian Norris1-1/+1
2011-09-11mtd: remove MEMSETOOBSEL macro definitionBrian Norris1-1/+6
2011-09-11mtd: doc: remove mention of MEMSETOOBSELBrian Norris1-14/+0
2011-09-11mtd: do not assume oobsize is power of 2Brian Norris1-4/+4
2011-09-11mtd: mxc_nand: add mx53 NFC driver supportJason Liu1-1/+1
2011-09-11mtd: bcm_umi_nand: clean up error handling codeJulia Lawall1-15/+18
2011-09-11mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench1-0/+19
2011-09-11mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi1-1/+1
2011-09-11mtd: spelling fixesBrian Norris8-28/+28