summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-03mtd: nand: refactor print messagesEzequiel Garcia1-13/+13
2014-01-03mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam1-1/+1
2014-01-03mtd: convert to use ATTRIBUTE_GROUPSAxel Lin1-9/+1
2014-01-03mtd: m25p80: add support for m25px16Igor Grinberg1-0/+1
2014-01-03mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2014-01-03mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik1-1/+0
2014-01-03mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han1-4/+1
2014-01-03mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irqWei Yongjun1-6/+0
2014-01-03mtd: gpmi: change pr_debug to dev_dbgHuang Shijie1-8/+5
2014-01-03mtd: gpmi: change pr_err to dev_errHuang Shijie2-41/+50
2014-01-03mtd: gpmi: remove the unnecessary pr_err()Huang Shijie1-41/+22
2014-01-03mtd: nand: diskonchip: Request memory region prior ioremap()Alexander Shiyan1-1/+9
2014-01-03mtd: gpmi: use devm_request_irqHuang Shijie2-24/+5
2014-01-03mtd: gpmi: use devm_ioremap_resourceHuang Shijie1-23/+3
2014-01-03mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie1-5/+5
2014-01-03mtd: gpmi: remove the unused lineHuang Shijie1-1/+0
2014-01-03mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie1-15/+5
2014-01-03mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie1-1/+8
2014-01-03mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris1-3/+12
2014-01-03mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia1-22/+35
2014-01-03mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia1-8/+73
2014-01-03mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia1-10/+172
2014-01-03mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia1-11/+29
2014-01-03mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia1-1/+2
2014-01-03mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia1-5/+16
2014-01-03mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia1-19/+25
2014-01-03mtd: nand: pxa3xx: Remove READ0 switch/case falltroughEzequiel Garcia1-0/+5
2014-01-03mtd: nand: pxa3xx: Add helper function to set page addressEzequiel Garcia1-15/+21
2014-01-03mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command startEzequiel Garcia1-1/+1
2014-01-03mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia1-17/+69
2014-01-03mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia1-0/+37
2014-01-03mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be readyEzequiel Garcia1-3/+4
2014-01-03mtd: nand: pxa3xx: Use a completion to signal device readyEzequiel Garcia1-14/+24
2014-01-03mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()Ezequiel Garcia1-0/+5
2014-01-03mtd: nand: pxa3xx: Replace host->page_size by mtd->writesizeEzequiel Garcia1-7/+3
2014-01-03mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO countEzequiel Garcia1-5/+7
2014-01-03mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internalEzequiel Garcia1-1/+5
2014-01-03mtd: nand: pxa3xx: Early variant detectionEzequiel Garcia1-20/+20
2014-01-03mtd: nand: pxa3xx: read_page() returns max_bitflipsEzequiel Garcia1-1/+3
2014-01-03mtd: nand: pxa3xx: Prevent sub-page writesEzequiel Garcia1-0/+1
2014-01-03mtd: nand: pxa3xx: Make config menu show supported platformsEzequiel Garcia1-2/+2
2014-01-03mtd: nand: pxa3xx: Add documentation about the controllerEzequiel Garcia1-0/+2
2014-01-03mtd: make mtd_partition.name constGeert Uytterhoeven2-3/+3
2014-01-03mtd: ms02-nv: remove superfluous name castGeert Uytterhoeven1-1/+1
2014-01-03mtd: pasemi_nand.c: remove superfluous name castGeert Uytterhoeven1-1/+1
2014-01-03mtd: remove superfluous name castsGeert Uytterhoeven2-2/+2
2014-01-03mtd: gpmi-lib: Make checkpatch happyFabio Estevam1-4/+4
2014-01-03mtd: gpmi: Use devm_clk_get()Fabio Estevam1-19/+2
2014-01-03mtd: gpmi: add a new DT property to use the datasheet's minimum required ECCHuang Shijie1-0/+3
2014-01-03mtd: nand: omap2: Fix OMAP_BCH option dependencyEzequiel Garcia1-1/+1