aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia1-7/+0
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds37-1671/+1724
2013-08-30mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter1-5/+1
2013-08-30mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun1-0/+1
2013-08-30mtd: remove alauda driverJussi Kivilinna3-731/+0
2013-08-30mtd: nand: mxc_nand: mark 'const' properlyJingoo Han1-1/+1
2013-08-30mtd: r852: Staticize local symbolsJingoo Han1-22/+22
2013-08-30mtd: nandsim: Staticize local symbolsJingoo Han1-2/+2
2013-08-30mtd: MTD_NAND_DENALI should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-08-30mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall1-12/+0
2013-08-30mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu1-1/+2
2013-08-30mtd: nand: fixup kerneldoc, rename parameterBrian Norris1-5/+6
2013-08-30mtd: gpmi: remove the nand_scan()Huang Shijie1-30/+35
2013-08-30mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie1-6/+6
2013-08-30mtd: set the ecc step size for master/slave mtd_infoHuang Shijie1-0/+1
2013-08-30mtd: nand: silence some shift wrap warningsDan Carpenter1-4/+4
2013-08-30mtd: simplify use of devm_ioremap_resourceJulia Lawall1-3/+1
2013-08-30mtd: nand: Allow to build pxa3xx_nand on Orion platformsEzequiel Garcia1-1/+1
2013-08-30mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia1-23/+28
2013-08-30mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia1-1/+2
2013-08-30mtd: nand: pxa3xx: Make dma code dependent on dma capable platformsEzequiel Garcia1-0/+34
2013-08-30mtd: nand: pxa3xx: Move cached registers to info structureEzequiel Garcia1-19/+17
2013-08-30mtd: nand: pxa3xx: Remove unneeded internal cmdsetEzequiel Garcia1-46/+17
2013-08-30mtd: nand: pxa3xx: Remove hardcoded mtd nameEzequiel Garcia1-4/+2
2013-08-30mtd: nand: pxa3xx: Add a local loop variableEzequiel Garcia1-2/+3
2013-08-30mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page readEzequiel Garcia1-0/+6
2013-08-30mtd: nand: pxa3xx: Support command buffer #3Ezequiel Garcia1-0/+15
2013-08-30mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' fieldEzequiel Garcia1-0/+7
2013-08-30mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properlyEzequiel Garcia1-2/+11
2013-08-30mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible stringEzequiel Garcia1-1/+30
2013-08-30mtd: gpmi: set the BCH's geometry with the ecc infoHuang Shijie1-1/+131
2013-08-30mtd: add the ecc info for some full-id nand chipsHuang Shijie1-4/+4
2013-08-30mtd: parse out the ECC info for the full-id nand chipsHuang Shijie1-0/+2
2013-08-30mtd: replace the hardcode with the onfi_feature()Huang Shijie1-2/+4
2013-08-30mtd: get the ECC info from the Extended Parameter PageHuang Shijie1-0/+87
2013-08-30mtd: get the ECC info from the parameter page for ONFI nandHuang Shijie1-0/+5
2013-08-30mtd: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu1-4/+4
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han18-35/+37
2013-08-30mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita1-1/+1
2013-08-30mtd: nand: gpmi-nand: use more sensible error codes at various placesLothar Waßmann1-3/+3
2013-08-30mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu1-0/+2
2013-08-30mtd: nand: remove NAND_BBT_SCANEMPTYBrian Norris2-29/+6
2013-08-30mtd: nand: hide in-memory BBT implementation detailsBrian Norris2-23/+37
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris5-75/+72
2013-08-30mtd: nand: eliminate castBrian Norris1-3/+2
2013-08-30mtd: nand: remove multiplied-by-2 block logicBrian Norris1-48/+35
2013-08-30mtd: nand: add accessors, macros for in-memory BBTBrian Norris1-22/+48
2013-08-23mtd: mpc5121_nfc: cleanup clock API useGerhard Sittig1-9/+12
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu1-5/+101
2013-08-05mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu1-6/+157