aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2013-11-06driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha1-10/+24
2013-11-06driver/mtd/IFC: Add support of 8K page size NAND flashPrabhakar Kushwaha1-0/+77
2013-11-06mtd: bcm47xxnflash: Use devm_kzallocSachin Kamat1-13/+5
2013-11-06mtd: bcm47xxnflash: Use module_platform_driverSachin Kamat1-19/+1
2013-11-06mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-11-06mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia1-15/+30
2013-11-06mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia1-1/+5
2013-11-06mtd: docg4: fix status polling loopMike Dunn1-9/+6
2013-11-06mtd: socrates_nand: Use dev_err instead of printkSachin Kamat1-1/+1
2013-11-06mtd: socrates_nand: Use devm_kzallocSachin Kamat1-8/+2
2013-11-06mtd: socrates_nand: Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-11-06mtd: fsl_ifc_nand: Use module_platform_driverSachin Kamat1-19/+1
2013-11-06mtd: fsl_ifc_nand: Remove redundant dev_set_drvdataSachin Kamat1-1/+0
2013-11-06mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-06mtd: nand: lpc32xx_slc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-06mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-06mtd: denali: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+7
2013-10-27mtd: diskonchip: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-10-27mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie1-1/+1
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: nand: cleanup ONFI printed errors, warningsBrian Norris1-9/+15
2013-10-27mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris2-4/+0
2013-10-27mtd: denali: make init function staticBrian Norris1-1/+1
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 struct initializer)Lothar Waßmann1-4/+4
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse1-1/+1
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia1-1/+6
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+3
2013-10-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring6-0/+8
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris1-5/+3
2013-09-26mtd: atmel_nand: fix deferred probe from __initJohan Hovold1-6/+7
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia1-7/+0
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds37-1668/+1721
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