summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2013-12-26mtd: nand: refactor print messagesEzequiel Garcia
2013-12-03mtd: add MTD_MLCNANDFLASH case for mtd_type_show()Huang Shijie
2013-11-21mtd: gpmi: change pr_debug to dev_dbgHuang Shijie
2013-11-21mtd: gpmi: change pr_err to dev_errHuang Shijie
2013-11-21mtd: gpmi: remove the unnecessary pr_err()Huang Shijie
2013-11-19mtd: gpmi: use devm_request_irqHuang Shijie
2013-11-19mtd: gpmi: use devm_ioremap_resourceHuang Shijie
2013-11-19mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_*Huang Shijie
2013-11-19mtd: gpmi: remove the unused lineHuang Shijie
2013-11-19mtd: gpmi: delete the gpmi_pre_bbt_scanHuang Shijie
2013-11-19mtd: gpmi: do not use the local array to do the DMA transferHuang Shijie
2013-11-15ENGR00279980 ubi: attach: do not return -EINVAL if the mtd->numeraseregions is 1Huang Shijie
2013-11-14mtd: gpmi: add a new DT property to use the datasheet's minimum required ECCHuang Shijie
2013-11-14mtd: gpmi-lib: Make checkpatch happyFabio Estevam
2013-11-14mtd: gpmi: Use devm_clk_get()Fabio Estevam
2013-11-13mtd: gpmi: fix the NULL pointerHuang Shijie
2013-11-12mtd: gpmi: only scan two chips for imx6Huang Shijie
2013-11-12mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie
2013-11-08mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie
2013-11-08mtd: gpmi: Use devm_kzalloc()Fabio Estevam
2013-11-05mtd: add a new sys node to show the ecc step sizeHuang Shijie
2013-11-05mtd: add the ecc info for some full-id nand chipsHuang Shijie
2013-11-05mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESBrian Norris
2013-11-05mtd: nand: add a helper to detect the nand typeHuang Shijie
2013-11-05mtd: tests: rename sources in order to link a helper objectAkinobu Mita
2013-11-05mtd: tests: don't print error messages when out-of-memoryBrian Norris
2013-11-05mtd: tests: introduce helper functionsAkinobu Mita
2013-11-05mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris
2013-11-05mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie
2013-11-05mtd: nand: print out the cell information for nand chipHuang Shijie
2013-11-05mtd: nand: set the cell information for ONFI nandHuang Shijie
2013-11-05mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie
2013-11-05mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie
2013-11-05mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris
2013-11-05mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie
2013-11-05mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita
2013-11-05mtd: nand: correct extemded param page error handlingBrian Norris
2013-11-05mtd: nand: cleanup ONFI printed errors, warningsBrian Norris
2013-11-05mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris
2013-11-05mtd: nand: fixup kerneldoc, rename parameterBrian Norris
2013-11-05mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie
2013-11-05mtd: set the ecc step size for master/slave mtd_infoHuang Shijie
2013-11-05mtd: nand: silence some shift wrap warningsDan Carpenter
2013-11-05mtd: parse out the ECC info for the full-id nand chipsHuang Shijie
2013-11-05mtd: replace the hardcode with the onfi_feature()Huang Shijie
2013-11-05mtd: get the ECC info from the Extended Parameter PageHuang Shijie
2013-11-05mtd: get the ECC info from the parameter page for ONFI nandHuang Shijie
2013-11-05mtd: nand: detect OOB size for Toshiba 24nm raw SLCBrian Norris
2013-11-05mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.David Mosberger
2013-11-05mtd: nand_base: Use io{read, write}*_rep functions for transferAlexander Shiyan