summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-07mtd: socrates_nand: Use devm_kzallocSachin Kamat1-8/+2
2013-11-07mtd: socrates_nand: Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-11-07mtd: fsl_ifc_nand: Use module_platform_driverSachin Kamat1-19/+1
2013-11-07mtd: fsl_ifc_nand: Remove redundant dev_set_drvdataSachin Kamat1-1/+0
2013-11-07mtd: sst25l: Use devm_kzallocSachin Kamat1-9/+3
2013-11-07mtd: sst25l: Remove redundant spi_set_drvdataSachin Kamat1-1/+0
2013-11-07mtd: Use MTD_BLOCK_MAJOR instead of the magic numberEzequiel Garcia2-2/+2
2013-11-07mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-07mtd: nand: lpc32xx_slc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-07mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-07mtd: denali: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-07mtd: scb2_flash: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-07mtd: pci: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-07mtd: intel_vr_nor: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-07mtd: phram: Make phram 64-bit compatibleAlexander Sverdlin1-33/+33
2013-10-28mtd: diskonchip: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-10-28mtd: m25p80: Add support for ESMT F25L32PAFlavio Silveira1-0/+3
2013-10-28mtd: plat-ram: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-10-28mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie1-1/+1
2013-10-28jffs2: do not support the MLC nandHuang Shijie1-0/+4
2013-10-28mtd: add MTD_MLCNANDFLASH case for mtd_type_show()Huang Shijie2-1/+4
2013-10-28mtd: mtd-abi: add a helper to detect the nand typeHuang Shijie1-0/+5
2013-10-28mtd: nand: add a helper to detect the nand typeHuang Shijie8-7/+12
2013-10-28mtd: nand: add more comment for MTD_NANDFLASH/MTD_MLCNANDFLASHHuang Shijie1-2/+2
2013-10-28mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2Huang Shijie1-9/+20
2013-10-28mtd: nand: print out the cell information for nand chipHuang Shijie1-4/+6
2013-10-28mtd: nand: set the cell information for ONFI nandHuang Shijie1-0/+1
2013-10-28mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie1-0/+3
2013-10-28mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie2-5/+16
2013-10-28mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie3-9/+16
2013-10-28mtd: nand: correct extemded param page error handlingBrian Norris1-4/+5
2013-10-28mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu1-37/+9
2013-10-28mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu1-1/+2
2013-10-28mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu1-14/+3
2013-10-28mtd: onenand: omap: remove two unused functionsPaul Bolle1-22/+0
2013-10-28mtd: nand: cleanup ONFI printed errors, warningsBrian Norris1-9/+15
2013-10-28mtd: lpddr_cmds: make function staticBrian Norris1-1/+1
2013-10-28mtd: onenand: remove unused variable assignmentsBrian Norris1-7/+6
2013-10-28mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris3-6/+0
2013-10-28mtd: onenand: remove redundant offset checkBrian Norris1-4/+0
2013-10-28mtd: denali: make init function staticBrian Norris1-1/+1
2013-10-28mtd: dataflash: remove unused fieldBrian Norris1-2/+0
2013-10-28mtd: nand: stop exporting nand_default_bbtBrian Norris1-1/+0
2013-10-28mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris1-1/+1
2013-10-28mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris1-8/+0
2013-10-28nand: docg4: use nand_base's default BBT scanBrian Norris1-1/+0
2013-10-28of_mtd: Add no-op stubs to support CONFIG_OF=nEzequiel Garcia1-1/+20
2013-10-28mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struc...Lothar Waßmann1-4/+4
2013-10-25Merge tag 'for-linus-20131025' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+7
2013-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+4