summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2013-10-27mtd: nand: add a helper to detect the nand typeHuang Shijie7-7/+7
2013-10-27mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2Huang Shijie1-9/+20
2013-10-27mtd: nand: print out the cell information for nand chipHuang Shijie1-4/+6
2013-10-27mtd: nand: set the cell information for ONFI nandHuang Shijie1-0/+1
2013-10-27mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie1-0/+3
2013-10-27mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie1-2/+12
2013-10-27mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2-9/+7
2013-10-27mtd: nand: correct extemded param page error handlingBrian Norris1-4/+5
2013-10-27mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu1-37/+9
2013-10-27mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu1-1/+2
2013-10-27mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu1-14/+3
2013-10-27mtd: onenand: omap: remove two unused functionsPaul Bolle1-22/+0
2013-10-27mtd: nand: cleanup ONFI printed errors, warningsBrian Norris1-9/+15
2013-10-27mtd: lpddr_cmds: make function staticBrian Norris1-1/+1
2013-10-27mtd: onenand: remove unused variable assignmentsBrian Norris1-7/+6
2013-10-27mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris2-4/+0
2013-10-27mtd: onenand: remove redundant offset checkBrian Norris1-4/+0
2013-10-27mtd: denali: make init function staticBrian Norris1-1/+1
2013-10-27mtd: dataflash: remove unused fieldBrian Norris1-2/+0
2013-10-27mtd: nand: stop exporting nand_default_bbtBrian Norris1-1/+0
2013-10-27mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris1-1/+1
2013-10-27mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris1-8/+0
2013-10-27nand: docg4: use nand_base's default BBT scanBrian Norris1-1/+0
2013-10-27mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struc...Lothar Waßmann1-4/+4
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse1-1/+1
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia1-1/+6
2013-09-27mtd: m25p80: Fix 4 byte addressing mode for Micron devices.Elie De Brauwer1-2/+15
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris1-5/+3
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia1-7/+0
2013-09-16Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2-4/+4
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds85-3175/+2563
2013-08-30mtd: chips: Add support for PMC SPI Flash chips in m25p80.cMichel Stempin1-0/+10
2013-08-30mtd: ofpart: use for_each_child_of_node() macroWei Yongjun1-4/+2
2013-08-30mtd: mtdswap: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-08-30mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter1-5/+1
2013-08-30mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun1-0/+1
2013-08-30mtd: bcm47xxsflash: writing supportRafał Miłecki1-4/+126
2013-08-30mtd: bcm47xxsflash: implement erasing supportRafał Miłecki1-2/+41
2013-08-30mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exitLibo Chen1-19/+1
2013-08-30mtd: bcm47xxsflash: convert kzalloc to avoid invalid accessLibo Chen1-12/+4
2013-08-30mtd: remove alauda driverJussi Kivilinna3-731/+0
2013-08-30mtd: nand: mxc_nand: mark 'const' properlyJingoo Han1-1/+1
2013-08-30mtd: maps: cfi_flagadm: add missing __iomem annotationJingoo Han1-5/+5
2013-08-30mtd: spear_smi: add missing __iomem annotationJingoo Han1-4/+4
2013-08-30mtd: r852: Staticize local symbolsJingoo Han1-22/+22
2013-08-30mtd: nandsim: Staticize local symbolsJingoo Han1-2/+2
2013-08-30mtd: impa7: add missing __iomem annotationJingoo Han1-5/+5
2013-08-30mtd: sm_ftl: Staticize local symbolsJingoo Han1-10/+10
2013-08-30mtd: m25p80: add support for mr25h10Markus Niebel1-0/+1
2013-08-30mtd: m25p80: make CONFIG_M25PXX_USE_FAST_READ safe to enableSascha Hauer1-6/+9