summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: mtd: add Brian Norris for MTD maintenanceBrian Norris2014-01-031-1/+2
* mtd: denali: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-01-031-1/+1
* mtd: sh_flctl: use devm_* managed allocatorsLaurent Pinchart2014-01-031-26/+10
* mtd: sh_flctl: fix warnings due to improper castsLaurent Pinchart2014-01-031-2/+2
* mtd: sh_flctl: enable driver compilation with COMPILE_TESTLaurent Pinchart2014-01-031-1/+1
* mtd: make register_mtd_parser return voidAxel Lin2014-01-039-22/+17
* mtd: make deregister_mtd_parser return voidAxel Lin2014-01-032-3/+2
* jffs2: NULL return of kmem_cache_zalloc should be handledZhouyi Zhou2014-01-031-0/+4
* mtd: nand: refactor print messagesEzequiel Garcia2014-01-031-13/+13
* mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam2014-01-031-1/+1
* mtd: convert to use ATTRIBUTE_GROUPSAxel Lin2014-01-031-9/+1
* mtd: m25p80: add support for m25px16Igor Grinberg2014-01-031-0/+1
* mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam2014-01-031-1/+3
* mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik2014-01-031-1/+0
* of_mtd: fix header file include guardPhilipp Rosenberger2014-01-031-1/+1
* mtd: nand: fix misspelling in ONFI parameter field nameBrian Norris2014-01-031-1/+1
* mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han2014-01-031-4/+1
* mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irqWei Yongjun2014-01-031-6/+0
* mtd: gpmi: change pr_debug to dev_dbgHuang Shijie2014-01-031-8/+5
* mtd: gpmi: change pr_err to dev_errHuang Shijie2014-01-032-41/+50
* mtd: gpmi: remove the unnecessary pr_err()Huang Shijie2014-01-031-41/+22
* mtd: nand: diskonchip: Request memory region prior ioremap()Alexander Shiyan2014-01-031-1/+9
* mtd: gpmi: use devm_request_irqHuang Shijie2014-01-032-24/+5
* mtd: gpmi: use devm_ioremap_resourceHuang Shijie2014-01-031-23/+3
* mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie2014-01-031-5/+5
* mtd: gpmi: remove the unused lineHuang Shijie2014-01-031-1/+0
* mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie2014-01-031-15/+5
* mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie2014-01-031-1/+8
* mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris2014-01-031-3/+12
* mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia2014-01-031-22/+35
* mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia2014-01-031-8/+73
* mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia2014-01-031-10/+172
* mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia2014-01-031-11/+29
* mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia2014-01-031-1/+2
* mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia2014-01-031-5/+16
* mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia2014-01-031-19/+25
* mtd: nand: pxa3xx: Remove READ0 switch/case falltroughEzequiel Garcia2014-01-031-0/+5
* mtd: nand: pxa3xx: Add helper function to set page addressEzequiel Garcia2014-01-031-15/+21
* mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command startEzequiel Garcia2014-01-031-1/+1
* mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia2014-01-031-17/+69
* mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia2014-01-033-0/+42
* 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
OpenPOWER on IntegriCloud