summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering2011-09-231-1/+1
* mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris2011-09-211-4/+2Star
* mtd: nand: invalidate cache on unaligned readsBrian Norris2011-09-211-2/+10
* mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris2011-09-211-6/+7
* mtd: nand: wait to set BBT versionBrian Norris2011-09-211-4/+8
* mtd: nand: scrub BBT on ECC errorsBrian Norris2011-09-211-5/+24
* mtd: nand: report ECC errors properly when reading BBTBrian Norris2011-09-211-5/+12
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-2123-78/+78
* mtd: define `mtd_is_*()' functionsBrian Norris2011-09-211-0/+12
* mtd: nand: remove gotos in `check_create()'Brian Norris2011-09-111-16/+19
* mtd: nand: begin restructuring check_createBrian Norris2011-09-111-19/+5Star
* mtd: nand: fix styleBrian Norris2011-09-111-14/+14
* mtd: nand: remove unnecessary variableBrian Norris2011-09-111-5/+3Star
* mtd: nand: do not ignore all ECC errorsBrian Norris2011-09-111-3/+3
* mtd: nand: refactor scanning codeBrian Norris2011-09-111-20/+8Star
* mtd: drop Integrator flash map KconfigLinus Walleij2011-09-111-4/+0Star
* mtd: kill old field for `struct mtd_info_user'Brian Norris2011-09-112-6/+3Star
* mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-112-24/+25
* mtd: document ABIBrian Norris2011-09-112-14/+74
* mtd: add MEMWRITE ioctlBrian Norris2011-09-112-0/+67
* mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris2011-09-112-22/+22
* mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-1122-97/+99
* mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris2011-09-113-17/+18
* mtd: support reading OOB without ECCBrian Norris2011-09-113-7/+17
* mtd: nand: document nand_chip.oob_poiBrian Norris2011-09-111-1/+2
* mtd: support writing OOB without ECCBrian Norris2011-09-113-2/+14
* mtd: add the common code for GPMI-NAND controller driverHuang Shijie2011-09-112-0/+1892
* mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie2011-09-113-0/+17
* mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie2011-09-113-0/+1313
* mtd: check parts pointer before using itJason Liu2011-09-111-3/+4
* mtd: style fixups in multi-line comment, indentationBrian Norris2011-09-111-7/+9
* mtd: nand: fix spelling error (date => data)Brian Norris2011-09-111-1/+1
* mtd: remove MEMSETOOBSEL macro definitionBrian Norris2011-09-111-1/+6
* mtd: doc: remove mention of MEMSETOOBSELBrian Norris2011-09-111-14/+0Star
* mtd: do not assume oobsize is power of 2Brian Norris2011-09-111-4/+4
* mtd: mxc_nand: add mx53 NFC driver supportJason Liu2011-09-111-1/+1
* mtd: bcm_umi_nand: clean up error handling codeJulia Lawall2011-09-111-15/+18
* mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench2011-09-111-0/+19
* mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi2011-09-111-1/+1
* mtd: spelling fixesBrian Norris2011-09-118-28/+28
* mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel2011-09-111-3/+4
* mtd: Kbuild: remove reference to MTD_PARTITIONSBrian Norris2011-09-111-1/+0Star
* mtd: cleanup last uses of MTD_DEBUG config macrosBrian Norris2011-09-112-62/+43Star
* mtd: remove CONFIG_MTD_DEBUGBrian Norris2011-09-112-36/+0Star
* mtd: pcmciamtd: remove custom DEBUG() functionBrian Norris2011-09-111-68/+52Star
* mtd: cleanup style on pr_debug messagesBrian Norris2011-09-119-78/+66Star
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-1126-249/+216Star
* mtd: nand: style fixups in pr_* messagesBrian Norris2011-09-112-48/+42Star
* mtd: nand: convert printk() to pr_*()Brian Norris2011-09-112-39/+39
* mtd: nand: change KERN_DEBUG to KERN_INFOBrian Norris2011-09-111-7/+7