summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2013-11-07mtd: gpmi: imx6: fix the wrong method for checking ready/busyHuang Shijie
2013-11-07mtd: gpmi: scan two nand chipsHuang Shijie
2013-11-07mtd: gpmi: use DMA channel 0 for all the nand chipsHuang Shijie
2013-11-07mtd: gpmi: decouple the chip select from the DMA channelHuang Shijie
2013-11-07driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha
2013-11-07driver/mtd/IFC: Add support of 8K page size NAND flashPrabhakar Kushwaha
2013-11-07mtd: bcm47xxnflash: Use devm_kzallocSachin Kamat
2013-11-07mtd: bcm47xxnflash: Use module_platform_driverSachin Kamat
2013-11-07mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris
2013-11-07mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia
2013-11-07mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia
2013-11-07mtd: docg4: fix status polling loopMike Dunn
2013-11-07mtd: socrates_nand: Use dev_err instead of printkSachin Kamat
2013-11-07mtd: socrates_nand: Use devm_kzallocSachin Kamat
2013-11-07mtd: socrates_nand: Remove redundant dev_set_drvdataSachin Kamat
2013-11-07mtd: fsl_ifc_nand: Use module_platform_driverSachin Kamat
2013-11-07mtd: fsl_ifc_nand: Remove redundant dev_set_drvdataSachin Kamat
2013-11-07mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat
2013-11-07mtd: nand: lpc32xx_slc: Remove redundant of_match_ptrSachin Kamat
2013-11-07mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptrSachin Kamat
2013-11-07mtd: denali: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-27mtd: diskonchip: Fix incorrect placement of __initdataSachin Kamat
2013-10-27mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie
2013-10-27mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2Huang Shijie
2013-10-27mtd: nand: print out the cell information for nand chipHuang Shijie
2013-10-27mtd: nand: set the cell information for ONFI nandHuang Shijie
2013-10-27mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie
2013-10-27mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie
2013-10-27mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie
2013-10-27mtd: nand: correct extemded param page error handlingBrian Norris
2013-10-27mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu
2013-10-27mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu
2013-10-27mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu
2013-10-27mtd: nand: cleanup ONFI printed errors, warningsBrian Norris
2013-10-27mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris
2013-10-27mtd: denali: make init function staticBrian Norris
2013-10-27mtd: nand: stop exporting nand_default_bbtBrian Norris
2013-10-27mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris
2013-10-27mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris
2013-10-27nand: docg4: use nand_base's default BBT scanBrian Norris
2013-10-27mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struc...Lothar Waßmann
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-08-30mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter
2013-08-30mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun
2013-08-30mtd: remove alauda driverJussi Kivilinna
2013-08-30mtd: nand: mxc_nand: mark 'const' properlyJingoo Han