summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
...
* | | mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia2014-01-031-17/+69
* | | mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia2014-01-031-0/+37
* | | mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be readyEzequiel Garcia2014-01-031-3/+4
* | | mtd: nand: pxa3xx: Use a completion to signal device readyEzequiel Garcia2014-01-031-14/+24
* | | mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()Ezequiel Garcia2014-01-031-0/+5
* | | mtd: nand: pxa3xx: Replace host->page_size by mtd->writesizeEzequiel Garcia2014-01-031-7/+3
* | | mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO countEzequiel Garcia2014-01-031-5/+7
* | | mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internalEzequiel Garcia2014-01-031-1/+5
* | | mtd: nand: pxa3xx: Early variant detectionEzequiel Garcia2014-01-031-20/+20
* | | mtd: nand: pxa3xx: read_page() returns max_bitflipsEzequiel Garcia2014-01-031-1/+3
* | | mtd: nand: pxa3xx: Prevent sub-page writesEzequiel Garcia2014-01-031-0/+1
* | | mtd: nand: pxa3xx: Make config menu show supported platformsEzequiel Garcia2014-01-031-2/+2
* | | mtd: nand: pxa3xx: Add documentation about the controllerEzequiel Garcia2014-01-031-0/+2
* | | mtd: pasemi_nand.c: remove superfluous name castGeert Uytterhoeven2014-01-031-1/+1
* | | mtd: gpmi-lib: Make checkpatch happyFabio Estevam2014-01-031-4/+4
* | | mtd: gpmi: Use devm_clk_get()Fabio Estevam2014-01-031-19/+2
* | | mtd: gpmi: add a new DT property to use the datasheet's minimum required ECCHuang Shijie2014-01-031-0/+3
* | | mtd: nand: omap2: Fix OMAP_BCH option dependencyEzequiel Garcia2014-01-031-1/+1
|/ /
* | mtd: nand: pxa3xx: Use info->use_dma to release DMA resourcesEzequiel Garcia2013-12-121-1/+1
* | Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compa...Ezequiel Garcia2013-12-121-4/+0
|/
* 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-152-2/+2
* | | | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-1422-771/+690
|\ \ \ \
| * | | | 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: 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: 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: mxc_nand: Include linux/of.h headerSachin Kamat2013-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: 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