| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | mtd: nand: pxa3xx: Split prepare_command_pool() in two stages | Ezequiel Garcia | 2014-01-03 | 1 | -19/+25 |
| * | | | mtd: nand: pxa3xx: Remove READ0 switch/case falltrough | Ezequiel Garcia | 2014-01-03 | 1 | -0/+5 |
| * | | | mtd: nand: pxa3xx: Add helper function to set page address | Ezequiel Garcia | 2014-01-03 | 1 | -15/+21 |
| * | | | mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start | Ezequiel Garcia | 2014-01-03 | 1 | -1/+1 |
| * | | | mtd: nand: pxa3xx: Add driver-specific ECC BCH support | Ezequiel Garcia | 2014-01-03 | 1 | -17/+69 |
| * | | | mtd: nand: pxa3xx: Add bad block handling | Ezequiel Garcia | 2014-01-03 | 1 | -0/+37 |
| * | | | mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready | Ezequiel Garcia | 2014-01-03 | 1 | -3/+4 |
| * | | | mtd: nand: pxa3xx: Use a completion to signal device ready | Ezequiel Garcia | 2014-01-03 | 1 | -14/+24 |
| * | | | mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize() | Ezequiel Garcia | 2014-01-03 | 1 | -0/+5 |
| * | | | mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize | Ezequiel Garcia | 2014-01-03 | 1 | -7/+3 |
| * | | | mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count | Ezequiel Garcia | 2014-01-03 | 1 | -5/+7 |
| * | | | mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal | Ezequiel Garcia | 2014-01-03 | 1 | -1/+5 |
| * | | | mtd: nand: pxa3xx: Early variant detection | Ezequiel Garcia | 2014-01-03 | 1 | -20/+20 |
| * | | | mtd: nand: pxa3xx: read_page() returns max_bitflips | Ezequiel Garcia | 2014-01-03 | 1 | -1/+3 |
| * | | | mtd: nand: pxa3xx: Prevent sub-page writes | Ezequiel Garcia | 2014-01-03 | 1 | -0/+1 |
| * | | | mtd: nand: pxa3xx: Make config menu show supported platforms | Ezequiel Garcia | 2014-01-03 | 1 | -2/+2 |
| * | | | mtd: nand: pxa3xx: Add documentation about the controller | Ezequiel Garcia | 2014-01-03 | 1 | -0/+2 |
| * | | | mtd: make mtd_partition.name const | Geert Uytterhoeven | 2014-01-03 | 2 | -3/+3 |
| * | | | mtd: ms02-nv: remove superfluous name cast | Geert Uytterhoeven | 2014-01-03 | 1 | -1/+1 |
| * | | | mtd: pasemi_nand.c: remove superfluous name cast | Geert Uytterhoeven | 2014-01-03 | 1 | -1/+1 |
| * | | | mtd: remove superfluous name casts | Geert Uytterhoeven | 2014-01-03 | 2 | -2/+2 |
| * | | | mtd: gpmi-lib: Make checkpatch happy | Fabio Estevam | 2014-01-03 | 1 | -4/+4 |
| * | | | mtd: gpmi: Use devm_clk_get() | Fabio Estevam | 2014-01-03 | 1 | -19/+2 |
| * | | | mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC | Huang Shijie | 2014-01-03 | 1 | -0/+3 |
| * | | | mtd: nand: omap2: Fix OMAP_BCH option dependency | Ezequiel Garcia | 2014-01-03 | 1 | -1/+1 |
| * | | | drivers: mtd: m25p80: add quad read support | Sourav Poddar | 2014-01-03 | 1 | -2/+137 |
| * | | | drivers: mtd: m25p80: convert "bool" read check into an enum | Sourav Poddar | 2014-01-03 | 1 | -14/+57 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-01-22 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | mtd: onenand: fix comment header | Sachin Kamat | 2014-01-02 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-01-06 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | ARM: 7933/1: rename ioremap_cached to ioremap_cache | Rob Herring | 2014-01-05 | 1 | -1/+1 |
| |/ |
|
* | | mtd: nand: pxa3xx: Use info->use_dma to release DMA resources | Ezequiel Garcia | 2013-12-12 | 1 | -1/+1 |
* | | Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compa... | Ezequiel Garcia | 2013-12-12 | 1 | -4/+0 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-11-20 | 2 | -4/+1 |
|\ |
|
| * | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 2013-11-16 | 2 | -4/+1 |
| |\ |
|
| | * | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 2013-11-14 | 2 | -4/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-11-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | treewide: Fix typo in printk | Masanari Iida | 2013-10-14 | 1 | -1/+1 |
* | | | | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 3 | -7/+7 |
* | | | | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-11-14 | 50 | -939/+814 |
|\ \ \ \ |
|
| * | | | | mtd: gpmi: fix the NULL pointer | Huang Shijie | 2013-11-12 | 1 | -7/+7 |
| * | | | | mtd: gpmi: fix kernel BUG due to racing DMA operations | Huang Shijie | 2013-11-11 | 1 | -2/+2 |
| * | | | | mtd: mtdchar: return expected errors on mmap() call | Vladimir Zapolskiy | 2013-11-11 | 1 | -3/+3 |
| * | | | | mtd: gpmi: only scan two chips for imx6 | Huang Shijie | 2013-11-11 | 1 | -1/+1 |
| * | | | | mtd: gpmi: Use devm_kzalloc() | Fabio Estevam | 2013-11-07 | 1 | -3/+1 |
| * | | | | mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected | Josh Wu | 2013-11-07 | 1 | -1/+0 |
| * | | | | mtd: nand: use a local variable to simplify the nand_scan_tail | Huang Shijie | 2013-11-07 | 1 | -109/+104 |
| * | | | | mtd: nand: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-07 | 3 | -5/+3 |
| * | | | | mtd: dataflash: Say if we find a device we don't support | Mark Brown | 2013-11-07 | 1 | -1/+1 |
| * | | | | mtd: nand: omap: fix error return code in omap_nand_probe() | Wei Yongjun | 2013-11-06 | 1 | -1/+2 |