summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: omap: clean-up ecc layout for BCH ecc schemesPekon Gupta2013-11-061-99/+62
* mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_p...Pekon Gupta2013-11-061-123/+158
* mtd: nand: omap: use DT specified bus-width only for scanning NAND devicePekon Gupta2013-11-061-12/+9
* mtd: nand: omap: cleanup: replace local references with generic framework namesPekon Gupta2013-11-061-55/+57
* mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemesPekon Gupta2013-11-061-6/+3
* mtd: gpmi: imx6: fix the wrong method for checking ready/busyHuang Shijie2013-11-061-0/+7
* mtd: gpmi: scan two nand chipsHuang Shijie2013-11-061-1/+1
* mtd: gpmi: use DMA channel 0 for all the nand chipsHuang Shijie2013-11-061-3/+2
* mtd: gpmi: decouple the chip select from the DMA channelHuang Shijie2013-11-062-0/+9
* driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha2013-11-061-10/+24
* driver/mtd/IFC: Add support of 8K page size NAND flashPrabhakar Kushwaha2013-11-061-0/+77
* mtd: bcm47xxnflash: Use devm_kzallocSachin Kamat2013-11-061-13/+5
* mtd: bcm47xxnflash: Use module_platform_driverSachin Kamat2013-11-061-19/+1
* mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris2013-11-061-2/+13
* mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia2013-11-061-15/+30
* mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia2013-11-061-1/+5
* mtd: docg4: fix status polling loopMike Dunn2013-11-061-9/+6
* mtd: socrates_nand: Use dev_err instead of printkSachin Kamat2013-11-061-1/+1
* mtd: socrates_nand: Use devm_kzallocSachin Kamat2013-11-061-8/+2
* mtd: socrates_nand: Remove redundant dev_set_drvdataSachin Kamat2013-11-061-2/+0
* mtd: fsl_ifc_nand: Use module_platform_driverSachin Kamat2013-11-061-19/+1
* mtd: fsl_ifc_nand: Remove redundant dev_set_drvdataSachin Kamat2013-11-061-1/+0
* mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat2013-11-061-1/+1
* mtd: nand: lpc32xx_slc: Remove redundant of_match_ptrSachin Kamat2013-11-061-1/+1
* mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptrSachin Kamat2013-11-061-1/+1
* mtd: denali: remove unnecessary pci_set_drvdata()Jingoo Han2013-11-061-1/+0
* mtd: diskonchip: Fix incorrect placement of __initdataSachin Kamat2013-10-271-1/+1
* mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie2013-10-271-1/+1
* mtd: gpmi: rewrite the gpmi_ecc_write_oob() to support the jffs2Huang Shijie2013-10-271-9/+20
* mtd: nand: print out the cell information for nand chipHuang Shijie2013-10-271-4/+6
* mtd: nand: set the cell information for ONFI nandHuang Shijie2013-10-271-0/+1
* mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie2013-10-271-0/+3
* mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie2013-10-271-2/+12
* mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2013-10-272-9/+7
* mtd: nand: correct extemded param page error handlingBrian Norris2013-10-271-4/+5
* mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu2013-10-271-37/+9
* mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu2013-10-271-1/+2
* mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu2013-10-271-14/+3
* mtd: nand: cleanup ONFI printed errors, warningsBrian Norris2013-10-271-9/+15
* mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris2013-10-272-4/+0
* mtd: denali: make init function staticBrian Norris2013-10-271-1/+1
* mtd: nand: stop exporting nand_default_bbtBrian Norris2013-10-271-1/+0
* mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris2013-10-271-1/+1
* mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris2013-10-271-8/+0
* nand: docg4: use nand_base's default BBT scanBrian Norris2013-10-271-1/+0
* mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struc...Lothar Waßmann2013-10-271-4/+4
* mtd: gpmi: fix ECC regressionDavid Woodhouse2013-10-251-1/+1
* mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia2013-10-241-1/+6
* mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris2013-09-271-5/+3
* mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia2013-09-171-7/+0