aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-08-30mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter
2013-08-30mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun
2013-08-30mtd: remove alauda driverJussi Kivilinna
2013-08-30mtd: nand: mxc_nand: mark 'const' properlyJingoo Han
2013-08-30mtd: r852: Staticize local symbolsJingoo Han
2013-08-30mtd: nandsim: Staticize local symbolsJingoo Han
2013-08-30mtd: MTD_NAND_DENALI should depend on HAS_DMAGeert Uytterhoeven
2013-08-30mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall
2013-08-30mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu
2013-08-30mtd: nand: fixup kerneldoc, rename parameterBrian Norris
2013-08-30mtd: gpmi: remove the nand_scan()Huang Shijie
2013-08-30mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie
2013-08-30mtd: set the ecc step size for master/slave mtd_infoHuang Shijie
2013-08-30mtd: nand: silence some shift wrap warningsDan Carpenter
2013-08-30mtd: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-30mtd: nand: Allow to build pxa3xx_nand on Orion platformsEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia
2013-08-30mtd: nand: pxa3xx: Make dma code dependent on dma capable platformsEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Move cached registers to info structureEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Remove unneeded internal cmdsetEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Remove hardcoded mtd nameEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Add a local loop variableEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page readEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Support command buffer #3Ezequiel Garcia
2013-08-30mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' fieldEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properlyEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible stringEzequiel Garcia
2013-08-30mtd: gpmi: set the BCH's geometry with the ecc infoHuang Shijie
2013-08-30mtd: add the ecc info for some full-id nand chipsHuang Shijie
2013-08-30mtd: parse out the ECC info for the full-id nand chipsHuang Shijie
2013-08-30mtd: replace the hardcode with the onfi_feature()Huang Shijie
2013-08-30mtd: get the ECC info from the Extended Parameter PageHuang Shijie
2013-08-30mtd: get the ECC info from the parameter page for ONFI nandHuang Shijie
2013-08-30mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han
2013-08-30mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita
2013-08-30mtd: nand: gpmi-nand: use more sensible error codes at various placesLothar Waßmann
2013-08-30mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu
2013-08-30mtd: nand: remove NAND_BBT_SCANEMPTYBrian Norris
2013-08-30mtd: nand: hide in-memory BBT implementation detailsBrian Norris
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris
2013-08-30mtd: nand: eliminate castBrian Norris
2013-08-30mtd: nand: remove multiplied-by-2 block logicBrian Norris
2013-08-30mtd: nand: add accessors, macros for in-memory BBTBrian Norris