summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-202-4/+1
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-162-4/+1
| |\
| | * dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-142-4/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\ \ \
| * | | treewide: Fix typo in printkMasanari Iida2013-10-141-1/+1
* | | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-153-7/+7
* | | | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-1450-939/+814
|\ \ \ \
| * | | | 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/+1
| * | | | mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu2013-11-071-1/+0
| * | | | mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie2013-11-071-109/+104
| * | | | mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-073-5/+3
| * | | | 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-061-1/+2
| * | | | mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESBrian Norris2013-11-061-34/+3
| * | | | mtd: m25p80: fixup device removal failure pathBrian Norris2013-11-061-3/+1
| * | | | mtd: mxc_nand: Include linux/of.h headerSachin Kamat2013-11-061-0/+1
| * | | | mtd: remove duplicated include from mtdcore.cWei Yongjun2013-11-061-1/+0
| * | | | mtd: m25p80: add support for Macronix mx25l3255eBrian Norris2013-11-061-0/+1
| * | | | mtd: nand: omap: remove selection of BCH ecc-scheme via KConfigPekon Gupta2013-11-061-34/+6
| * | | | mtd: nand: omap: updated devm_xx for all resource allocation and free callsPekon Gupta2013-11-061-50/+35
| * | | | mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead ...Pekon Gupta2013-11-061-74/+22
| * | | | 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: m25p80: remove 'disabled' device checkBrian Norris2013-11-061-6/+1
| * | | | mtd: m25p80: remove M25PXX_USE_FAST_READ KconfigBrian Norris2013-11-062-12/+6
| * | | | mtd: m25p80: re-align ID entriesBrian Norris2013-11-061-16/+16
| * | | | mtd: m25p80: remove obsolete FIXMEBrian Norris2013-11-061-9/+0
| * | | | mtd: m25p80: fix allocation sizeBrian Norris2013-11-061-13/+7
| * | | | 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: Move major number definitions to major.hEzequiel Garcia2013-11-067-0/+7
| * | | | mtd: bcm47xxpart: detect "factory" partitionRafał Miłecki2013-11-061-0/+8
| * | | | mtd: bcm47xxpart: detect block aligned Squashfs partitionRafał Miłecki2013-11-061-0/+8
| * | | | mtd: bcm47xxpart: handle malloc failuresHauke Mehrtens2013-11-061-0/+7
| * | | | mtd: bcm47xxnflash: Use devm_kzallocSachin Kamat2013-11-061-13/+5
| * | | | mtd: bcm47xxnflash: Use module_platform_driverSachin Kamat2013-11-061-19/+1
| * | | | mtd: plat-ram: Use module_platform_driverSachin Kamat2013-11-061-15/+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