aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang2012-01-251-0/+7
| * mtd: mtd_blkdevs: don't increase 'open' count on error pathBrian Norris2012-01-251-1/+2
| * mtd: mtdoops: skip reading initially bad blocksRoman Tereshonkov2012-01-251-0/+3
| * mtdoops: fix the oops_page_used array sizeRoman Tereshonkov2012-01-251-1/+1
| * mtd: plat_ram: call mtd_device_register only if partition data existsIlya Yanok2011-12-191-4/+8
| * mtd: pxa2xx-flash.c: It used to fall back to provided table.Jonathan Cameron2011-12-071-1/+1
| * mtd: gpmi: add missing include 'module.h'Wolfram Sang2011-12-051-1/+1
| * mtd: ndfc: fix typo in structure dereferenceTony Breeds2011-12-021-1/+1
| * MTD: MAPS: bcm963xx-flash.c: explicitly include module.hJonas Gorski2011-11-071-0/+1
| * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-07129-3621/+7007
| |\
| | * mtd: tests: annotate as DANGEROUS in KconfigWolfram Sang2011-10-301-1/+4
| | * mtd: tests: don't use mtd0 as a defaultWolfram Sang2011-10-307-7/+55
| | * mtd: clean up usage of MTD_DOCPROBE_ADDRESSPaul Bolle2011-10-302-7/+1
| | * mtd: nand: initialize ops.modeBrian Norris2011-10-161-0/+4
| | * mtd: provide an alias for the redboot module nameAndres Salomon2011-10-161-0/+3
| | * mtd: m25p80: don't probe device which has status of 'disabled'Shaohui Xie2011-10-161-0/+6
| | * mtd: nand_h1900 never workedArnd Bergmann2011-10-161-1/+1
| | * mtd: Add DiskOnChip G3 supportRobert Jarzmik2011-10-144-0/+1424
| | * mtd: m25p80: add EON flash EN25Q32B into spi flash id tableShaohui Xie2011-10-141-0/+1
| | * mtd: mark block device queue as non-rotationalDan McGee2011-10-141-0/+2
| | * mtd: r852: make r852_pm_ops staticAxel Lin2011-10-011-3/+3
| | * mtd: m25p80: add support for at25df321a spi data flashMikhail Kshevetskiy2011-09-261-0/+1
| | * 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/+2
| | * 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: nand: remove gotos in `check_create()'Brian Norris2011-09-111-16/+19
| | * mtd: nand: begin restructuring check_createBrian Norris2011-09-111-19/+5
| | * mtd: nand: fix styleBrian Norris2011-09-111-14/+14
| | * mtd: nand: remove unnecessary variableBrian Norris2011-09-111-5/+3
| | * mtd: nand: do not ignore all ECC errorsBrian Norris2011-09-111-3/+3
| | * mtd: nand: refactor scanning codeBrian Norris2011-09-111-20/+8
| | * mtd: drop Integrator flash map KconfigLinus Walleij2011-09-111-4/+0
| | * mtd: kill old field for `struct mtd_info_user'Brian Norris2011-09-111-2/+2
| | * mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-21/+25
| | * mtd: add MEMWRITE ioctlBrian Norris2011-09-111-0/+56
| | * mtd: rename MTD_MODE_* to MTD_FILE_MODE_*Brian Norris2011-09-111-18/+18
| | * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-1118-82/+84
| | * mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris2011-09-111-2/+2
| | * mtd: support reading OOB without ECCBrian Norris2011-09-112-7/+14
| | * mtd: support writing OOB without ECCBrian Norris2011-09-112-2/+11
| | * 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: do not assume oobsize is power of 2Brian Norris2011-09-111-4/+4