summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: plat-ram: Remove casting the return value which is a void pointerJingoo Han2013-10-281-1/+1
* mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie2013-10-281-1/+1
* mtd: add MTD_MLCNANDFLASH case for mtd_type_show()Huang Shijie2013-10-281-0/+3
* mtd: nand: add a helper to detect the nand typeHuang Shijie2013-10-287-7/+7
* mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2Huang Shijie2013-10-281-9/+20
* mtd: nand: print out the cell information for nand chipHuang Shijie2013-10-281-4/+6
* mtd: nand: set the cell information for ONFI nandHuang Shijie2013-10-281-0/+1
* mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie2013-10-281-0/+3
* mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie2013-10-281-2/+12
* mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2013-10-282-9/+7
* mtd: nand: correct extemded param page error handlingBrian Norris2013-10-281-4/+5
* mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu2013-10-281-37/+9
* mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu2013-10-281-1/+2
* mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu2013-10-281-14/+3
* mtd: onenand: omap: remove two unused functionsPaul Bolle2013-10-281-22/+0
* mtd: nand: cleanup ONFI printed errors, warningsBrian Norris2013-10-281-9/+15
* mtd: lpddr_cmds: make function staticBrian Norris2013-10-281-1/+1
* mtd: onenand: remove unused variable assignmentsBrian Norris2013-10-281-7/+6
* mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris2013-10-282-4/+0
* mtd: onenand: remove redundant offset checkBrian Norris2013-10-281-4/+0
* mtd: denali: make init function staticBrian Norris2013-10-281-1/+1
* mtd: dataflash: remove unused fieldBrian Norris2013-10-281-2/+0
* mtd: nand: stop exporting nand_default_bbtBrian Norris2013-10-281-1/+0
* mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris2013-10-281-1/+1
* mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris2013-10-281-8/+0
* nand: docg4: use nand_base's default BBT scanBrian Norris2013-10-281-1/+0
* mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struc...Lothar Waßmann2013-10-281-4/+4
* mtd: gpmi: fix ECC regressionDavid Woodhouse2013-10-251-1/+1
* mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia2013-10-241-1/+6
* mtd: m25p80: Fix 4 byte addressing mode for Micron devices.Elie De Brauwer2013-09-271-2/+15
* mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris2013-09-271-5/+3
* mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia2013-09-171-7/+0
* Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2013-09-162-4/+4
|\
| * UBI: Fix invalidate_fastmap()Richard Weinberger2013-08-201-4/+1
| * UBI: Fix PEB leak in wear_leveling_worker()Richard Weinberger2013-08-191-0/+3
* | Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds2013-09-0985-3175/+2563
|\ \
| * | mtd: chips: Add support for PMC SPI Flash chips in m25p80.cMichel Stempin2013-08-311-0/+10
| * | mtd: ofpart: use for_each_child_of_node() macroWei Yongjun2013-08-301-4/+2
| * | mtd: mtdswap: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-301-1/+1
| * | mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter2013-08-301-5/+1
| * | mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun2013-08-301-0/+1
| * | mtd: bcm47xxsflash: writing supportRafał Miłecki2013-08-301-4/+126
| * | mtd: bcm47xxsflash: implement erasing supportRafał Miłecki2013-08-301-2/+41
| * | mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exitLibo Chen2013-08-301-19/+1
| * | mtd: bcm47xxsflash: convert kzalloc to avoid invalid accessLibo Chen2013-08-301-12/+4
| * | mtd: remove alauda driverJussi Kivilinna2013-08-303-731/+0
| * | mtd: nand: mxc_nand: mark 'const' properlyJingoo Han2013-08-301-1/+1
| * | mtd: maps: cfi_flagadm: add missing __iomem annotationJingoo Han2013-08-301-5/+5
| * | mtd: spear_smi: add missing __iomem annotationJingoo Han2013-08-301-4/+4
| * | mtd: r852: Staticize local symbolsJingoo Han2013-08-301-22/+22