summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2013-11-12mtd: gpmi: fix the NULL pointerHuang Shijie1-7/+7
2013-11-11mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie1-2/+2
2013-11-11mtd: gpmi: only scan two chips for imx6Huang Shijie1-1/+1
2013-11-07mtd: gpmi: Use devm_kzalloc()Fabio Estevam1-3/+1
2013-11-07mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu1-1/+0
2013-11-07mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie1-109/+104
2013-11-07mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker3-5/+3
2013-11-07mtd: nand: omap: fix error return code in omap_nand_probe()Wei Yongjun1-1/+2
2013-11-07mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESBrian Norris1-34/+3
2013-11-07mtd: mxc_nand: Include linux/of.h headerSachin Kamat1-0/+1
2013-11-07mtd: nand: omap: remove selection of BCH ecc-scheme via KConfigPekon Gupta1-34/+6
2013-11-07mtd: nand: omap: updated devm_xx for all resource allocation and free callsPekon Gupta1-50/+35
2013-11-07mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead ...Pekon Gupta1-74/+22
2013-11-07mtd: nand: omap: clean-up ecc layout for BCH ecc schemesPekon Gupta1-99/+62
2013-11-07mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_p...Pekon Gupta1-123/+158
2013-11-07mtd: nand: omap: use DT specified bus-width only for scanning NAND devicePekon Gupta1-12/+9
2013-11-07mtd: nand: omap: cleanup: replace local references with generic framework namesPekon Gupta1-55/+57
2013-11-07mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemesPekon Gupta1-6/+3
2013-11-07mtd: gpmi: imx6: fix the wrong method for checking ready/busyHuang Shijie1-0/+7
2013-11-07mtd: gpmi: scan two nand chipsHuang Shijie1-1/+1
2013-11-07mtd: gpmi: use DMA channel 0 for all the nand chipsHuang Shijie1-3/+2
2013-11-07mtd: gpmi: decouple the chip select from the DMA channelHuang Shijie2-0/+9
2013-11-07driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha1-10/+24
2013-11-07driver/mtd/IFC: Add support of 8K page size NAND flashPrabhakar Kushwaha1-0/+77
2013-11-07mtd: bcm47xxnflash: Use devm_kzallocSachin Kamat1-13/+5
2013-11-07mtd: bcm47xxnflash: Use module_platform_driverSachin Kamat1-19/+1
2013-11-07mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-11-07mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia1-15/+30
2013-11-07mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia1-1/+5
2013-11-07mtd: docg4: fix status polling loopMike Dunn1-9/+6
2013-11-07mtd: socrates_nand: Use dev_err instead of printkSachin Kamat1-1/+1
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: 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-10-28mtd: diskonchip: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-10-28mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie1-1/+1
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 Shijie1-2/+12
2013-10-28mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2-9/+7
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