summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2011-10-16mtd: nand: initialize ops.modeBrian Norris
2011-10-16mtd: provide an alias for the redboot module nameAndres Salomon
2011-10-16mtd: m25p80: don't probe device which has status of 'disabled'Shaohui Xie
2011-10-16mtd: nand_h1900 never workedArnd Bergmann
2011-10-14mtd: Add DiskOnChip G3 supportRobert Jarzmik
2011-10-14mtd: m25p80: add EON flash EN25Q32B into spi flash id tableShaohui Xie
2011-10-14mtd: mark block device queue as non-rotationalDan McGee
2011-10-01mtd: r852: make r852_pm_ops staticAxel Lin
2011-09-26mtd: m25p80: add support for at25df321a spi data flashMikhail Kshevetskiy
2011-09-23mtd: mxc_nand: preset_v1_v2: unlock all NAND flash blocksWolfram Stering
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris
2011-09-21mtd: nand: invalidate cache on unaligned readsBrian Norris
2011-09-21mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris
2011-09-21mtd: nand: wait to set BBT versionBrian Norris
2011-09-21mtd: nand: scrub BBT on ECC errorsBrian Norris
2011-09-21mtd: nand: report ECC errors properly when reading BBTBrian Norris
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: nand: remove gotos in `check_create()'Brian Norris
2011-09-11mtd: nand: begin restructuring check_createBrian Norris
2011-09-11mtd: nand: fix styleBrian Norris
2011-09-11mtd: nand: remove unnecessary variableBrian Norris
2011-09-11mtd: nand: do not ignore all ECC errorsBrian Norris
2011-09-11mtd: nand: refactor scanning codeBrian Norris
2011-09-11mtd: drop Integrator flash map KconfigLinus Walleij
2011-09-11mtd: kill old field for `struct mtd_info_user'Brian Norris
2011-09-11mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris
2011-09-11mtd: add MEMWRITE ioctlBrian Norris
2011-09-11mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris
2011-09-11mtd: support reading OOB without ECCBrian Norris
2011-09-11mtd: support writing OOB without ECCBrian Norris
2011-09-11mtd: add the common code for GPMI-NAND controller driverHuang Shijie
2011-09-11mtd: add GPMI-NAND driver in the config and MakefileHuang Shijie
2011-09-11mtd: add helper functions library and header files for GPMI NAND driverHuang Shijie
2011-09-11mtd: check parts pointer before using itJason Liu
2011-09-11mtd: do not assume oobsize is power of 2Brian Norris
2011-09-11mtd: mxc_nand: add mx53 NFC driver supportJason Liu
2011-09-11mtd: bcm_umi_nand: clean up error handling codeJulia Lawall
2011-09-11mtd: eLBC NAND: update ecc_stats.corrected when lteccr availableMichael Hench
2011-09-11mtd: s3c2410 nand: Remove uncessary null checkJonghwan Choi
2011-09-11mtd: spelling fixesBrian Norris
2011-09-11mtd: use MTD_NAND_OMAP2 for OMAP4Jan Weitzel
2011-09-11mtd: Kbuild: remove reference to MTD_PARTITIONSBrian Norris
2011-09-11mtd: cleanup last uses of MTD_DEBUG config macrosBrian Norris
2011-09-11mtd: remove CONFIG_MTD_DEBUGBrian Norris
2011-09-11mtd: pcmciamtd: remove custom DEBUG() functionBrian Norris
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: nand: style fixups in pr_* messagesBrian Norris