summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2014-01-03mtd: make register_mtd_parser return voidAxel Lin
2014-01-03mtd: make deregister_mtd_parser return voidAxel Lin
2014-01-03mtd: nand: refactor print messagesEzequiel Garcia
2014-01-03mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam
2014-01-03mtd: convert to use ATTRIBUTE_GROUPSAxel Lin
2014-01-03mtd: m25p80: add support for m25px16Igor Grinberg
2014-01-03mtd: nand: mxc_nand: Check the return value from clk_prepare_enable()Fabio Estevam
2014-01-03mtd: mxc_nand: remove duplicated ecc_stats countingMichael Grzeschik
2014-01-03mtd: dataflash: remove unnecessary spi_set_drvdata()Jingoo Han
2014-01-03mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irqWei Yongjun
2014-01-03mtd: gpmi: change pr_debug to dev_dbgHuang Shijie
2014-01-03mtd: gpmi: change pr_err to dev_errHuang Shijie
2014-01-03mtd: gpmi: remove the unnecessary pr_err()Huang Shijie
2014-01-03mtd: nand: diskonchip: Request memory region prior ioremap()Alexander Shiyan
2014-01-03mtd: gpmi: use devm_request_irqHuang Shijie
2014-01-03mtd: gpmi: use devm_ioremap_resourceHuang Shijie
2014-01-03mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie
2014-01-03mtd: gpmi: remove the unused lineHuang Shijie
2014-01-03mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie
2014-01-03mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie
2014-01-03mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris
2014-01-03mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia
2014-01-03mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Remove READ0 switch/case falltroughEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add helper function to set page addressEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command startEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be readyEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use a completion to signal device readyEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()Ezequiel Garcia
2014-01-03mtd: nand: pxa3xx: Replace host->page_size by mtd->writesizeEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO countEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internalEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Early variant detectionEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: read_page() returns max_bitflipsEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Prevent sub-page writesEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Make config menu show supported platformsEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add documentation about the controllerEzequiel Garcia
2014-01-03mtd: make mtd_partition.name constGeert Uytterhoeven
2014-01-03mtd: ms02-nv: remove superfluous name castGeert Uytterhoeven
2014-01-03mtd: pasemi_nand.c: remove superfluous name castGeert Uytterhoeven
2014-01-03mtd: remove superfluous name castsGeert Uytterhoeven
2014-01-03mtd: gpmi-lib: Make checkpatch happyFabio Estevam
2014-01-03mtd: gpmi: Use devm_clk_get()Fabio Estevam