summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-1450-939/+814Star
|\
| * mtd: gpmi: fix the NULL pointerHuang Shijie2013-11-121-7/+7
| * mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie2013-11-111-2/+2
| * mtd: mtdchar: return expected errors on mmap() callVladimir Zapolskiy2013-11-111-3/+3
| * mtd: gpmi: only scan two chips for imx6Huang Shijie2013-11-111-1/+1
| * mtd: gpmi: Use devm_kzalloc()Fabio Estevam2013-11-071-3/+1Star
| * mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu2013-11-071-1/+0Star
| * mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie2013-11-071-109/+104Star
| * mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-073-5/+3Star
| * mtd: dataflash: Say if we find a device we don't supportMark Brown2013-11-071-1/+1
| * mtd: nand: omap: fix error return code in omap_nand_probe()Wei Yongjun2013-11-071-1/+2
| * mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESBrian Norris2013-11-071-34/+3Star
| * mtd: m25p80: fixup device removal failure pathBrian Norris2013-11-071-3/+1Star
| * mtd: mxc_nand: Include linux/of.h headerSachin Kamat2013-11-071-0/+1
| * mtd: remove duplicated include from mtdcore.cWei Yongjun2013-11-071-1/+0Star
| * mtd: m25p80: add support for Macronix mx25l3255eBrian Norris2013-11-071-0/+1
| * mtd: nand: omap: remove selection of BCH ecc-scheme via KConfigPekon Gupta2013-11-071-34/+6Star
| * mtd: nand: omap: updated devm_xx for all resource allocation and free callsPekon Gupta2013-11-071-50/+35Star
| * mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead ...Pekon Gupta2013-11-071-74/+22Star
| * mtd: nand: omap: clean-up ecc layout for BCH ecc schemesPekon Gupta2013-11-071-99/+62Star
| * mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_p...Pekon Gupta2013-11-071-123/+158
| * mtd: nand: omap: use DT specified bus-width only for scanning NAND devicePekon Gupta2013-11-071-12/+9Star
| * mtd: nand: omap: cleanup: replace local references with generic framework namesPekon Gupta2013-11-071-55/+57
| * mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemesPekon Gupta2013-11-071-6/+3Star
| * mtd: m25p80: remove 'disabled' device checkBrian Norris2013-11-071-6/+1Star
| * mtd: m25p80: remove M25PXX_USE_FAST_READ KconfigBrian Norris2013-11-072-12/+6Star
| * mtd: m25p80: re-align ID entriesBrian Norris2013-11-071-16/+16
| * mtd: m25p80: remove obsolete FIXMEBrian Norris2013-11-071-9/+0Star
| * mtd: m25p80: fix allocation sizeBrian Norris2013-11-071-13/+7Star
| * mtd: gpmi: imx6: fix the wrong method for checking ready/busyHuang Shijie2013-11-071-0/+7
| * mtd: gpmi: scan two nand chipsHuang Shijie2013-11-071-1/+1
| * mtd: gpmi: use DMA channel 0 for all the nand chipsHuang Shijie2013-11-071-3/+2Star
| * mtd: gpmi: decouple the chip select from the DMA channelHuang Shijie2013-11-072-0/+9
| * driver/mtd/ifc: Read Status while programming NAND flashPrabhakar Kushwaha2013-11-071-10/+24
| * driver/mtd/IFC: Add support of 8K page size NAND flashPrabhakar Kushwaha2013-11-071-0/+77
| * mtd: Move major number definitions to major.hEzequiel Garcia2013-11-077-0/+7
| * mtd: bcm47xxpart: detect "factory" partitionRafał Miłecki2013-11-071-0/+8
| * mtd: bcm47xxpart: detect block aligned Squashfs partitionRafał Miłecki2013-11-071-0/+8
| * mtd: bcm47xxpart: handle malloc failuresHauke Mehrtens2013-11-071-0/+7
| * mtd: bcm47xxnflash: Use devm_kzallocSachin Kamat2013-11-071-13/+5Star
| * mtd: bcm47xxnflash: Use module_platform_driverSachin Kamat2013-11-071-19/+1Star
| * mtd: plat-ram: Use module_platform_driverSachin Kamat2013-11-071-15/+1Star
| * mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris2013-11-071-2/+13
| * mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia2013-11-071-15/+30
| * mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia2013-11-071-1/+5
| * mtd: m25p80: Add support for Micron N25Q512A memoryPriyanka Jain2013-11-071-0/+1
| * mtg: docg3: use free_bch() instead of kfree()Wei Yongjun2013-11-071-1/+1
| * mtd: docg4: fix status polling loopMike Dunn2013-11-071-9/+6Star
| * mtd: socrates_nand: Use dev_err instead of printkSachin Kamat2013-11-071-1/+1
| * mtd: socrates_nand: Use devm_kzallocSachin Kamat2013-11-071-8/+2Star