summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2013-10-28mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie1-0/+3
2013-10-28mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie1-2/+12
2013-10-28mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2-9/+7
2013-10-28mtd: nand: correct extemded param page error handlingBrian Norris1-4/+5
2013-10-28mtd: atmel_nand: use minimum ecc requirements of nand: ecc_{strength,step}_dsJosh Wu1-37/+9
2013-10-28mtd: atmel_nand: add MODULE_DEVICE_TABLE for nfc driverJosh Wu1-1/+2
2013-10-28mtd: atmel_nand: remove #if defined(CONFIG_OF) around OF-specific codeJosh Wu1-14/+3
2013-10-28mtd: nand: cleanup ONFI printed errors, warningsBrian Norris1-9/+15
2013-10-28mtd: nand: remove obsolete 'ecclayout' fieldBrian Norris2-4/+0
2013-10-28mtd: denali: make init function staticBrian Norris1-1/+1
2013-10-28mtd: nand: stop exporting nand_default_bbtBrian Norris1-1/+0
2013-10-28mtd: nandsim: don't call nand_default_bbt() directlyBrian Norris1-1/+1
2013-10-28mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris1-8/+0
2013-10-28nand: docg4: use nand_base's default BBT scanBrian Norris1-1/+0
2013-10-28mtd: nand: gpmi-nand: janitorial cleanup: (commas after last element of struc...Lothar Waßmann1-4/+4
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse1-1/+1
2013-10-25file->f_op is never NULL...Al Viro1-1/+1
2013-10-25mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia1-1/+6
2013-10-20Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+3
2013-10-10drivers: clean-up prom.h implicit includesRob Herring6-0/+8
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris1-5/+3
2013-09-27mtd: atmel_nand: fix deferred probe from __initJohan Hovold1-6/+7
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-31mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter1-5/+1
2013-08-31mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun1-0/+1
2013-08-31mtd: remove alauda driverJussi Kivilinna3-731/+0
2013-08-31mtd: nand: mxc_nand: mark 'const' properlyJingoo Han1-1/+1
2013-08-31mtd: r852: Staticize local symbolsJingoo Han1-22/+22
2013-08-31mtd: nandsim: Staticize local symbolsJingoo Han1-2/+2
2013-08-31mtd: MTD_NAND_DENALI should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-08-31mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall1-12/+0
2013-08-31mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu1-1/+2
2013-08-31mtd: nand: fixup kerneldoc, rename parameterBrian Norris1-5/+6
2013-08-31mtd: gpmi: remove the nand_scan()Huang Shijie1-30/+35
2013-08-31mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie1-6/+6
2013-08-31mtd: set the ecc step size for master/slave mtd_infoHuang Shijie1-0/+1
2013-08-31mtd: nand: silence some shift wrap warningsDan Carpenter1-4/+4
2013-08-31mtd: simplify use of devm_ioremap_resourceJulia Lawall1-3/+1
2013-08-31mtd: nand: Allow to build pxa3xx_nand on Orion platformsEzequiel Garcia1-1/+1
2013-08-31mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia1-23/+28
2013-08-31mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia1-1/+2
2013-08-31mtd: nand: pxa3xx: Make dma code dependent on dma capable platformsEzequiel Garcia1-0/+34
2013-08-31mtd: nand: pxa3xx: Move cached registers to info structureEzequiel Garcia1-19/+17
2013-08-31mtd: nand: pxa3xx: Remove unneeded internal cmdsetEzequiel Garcia1-46/+17
2013-08-31mtd: nand: pxa3xx: Remove hardcoded mtd nameEzequiel Garcia1-4/+2
2013-08-31mtd: nand: pxa3xx: Add a local loop variableEzequiel Garcia1-2/+3
2013-08-31mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page readEzequiel Garcia1-0/+6
2013-08-31mtd: nand: pxa3xx: Support command buffer #3Ezequiel Garcia1-0/+15
2013-08-31mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' fieldEzequiel Garcia1-0/+7