summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2013-10-25mtd: gpmi: fix ECC regressionDavid Woodhouse-1/+1
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia-1/+6
2013-09-27mtd: m25p80: Fix 4 byte addressing mode for Micron devices.Elie De Brauwer-2/+15
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris-5/+3
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia-7/+0
2013-09-16Merge tag 'upstream-3.12-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds-4/+4
2013-09-09Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtdLinus Torvalds-3175/+2563
2013-08-30mtd: chips: Add support for PMC SPI Flash chips in m25p80.cMichel Stempin-0/+10
2013-08-30mtd: ofpart: use for_each_child_of_node() macroWei Yongjun-4/+2
2013-08-30mtd: mtdswap: replace strict_strtoul() with kstrtoul()Jingoo Han-1/+1
2013-08-30mtd cs553x_nand: use kzalloc() instead of memsetDan Carpenter-5/+1
2013-08-30mtd: atmel_nand: fix error return code in atmel_nand_probe()Wei Yongjun-0/+1
2013-08-30mtd: bcm47xxsflash: writing supportRafał Miłecki-4/+126
2013-08-30mtd: bcm47xxsflash: implement erasing supportRafał Miłecki-2/+41
2013-08-30mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exitLibo Chen-19/+1
2013-08-30mtd: bcm47xxsflash: convert kzalloc to avoid invalid accessLibo Chen-12/+4
2013-08-30mtd: remove alauda driverJussi Kivilinna-731/+0
2013-08-30mtd: nand: mxc_nand: mark 'const' properlyJingoo Han-1/+1
2013-08-30mtd: maps: cfi_flagadm: add missing __iomem annotationJingoo Han-5/+5
2013-08-30mtd: spear_smi: add missing __iomem annotationJingoo Han-4/+4
2013-08-30mtd: r852: Staticize local symbolsJingoo Han-22/+22
2013-08-30mtd: nandsim: Staticize local symbolsJingoo Han-2/+2
2013-08-30mtd: impa7: add missing __iomem annotationJingoo Han-5/+5
2013-08-30mtd: sm_ftl: Staticize local symbolsJingoo Han-10/+10
2013-08-30mtd: m25p80: add support for mr25h10Markus Niebel-0/+1
2013-08-30mtd: m25p80: make CONFIG_M25PXX_USE_FAST_READ safe to enableSascha Hauer-6/+9
2013-08-30mtd: m25p80: Pass flags through CAT25_INFO macroSascha Hauer-8/+8
2013-08-30mtd: m25p80: remove unnecessary ifdefSascha Hauer-2/+0
2013-08-30mtd: MTD_NAND_DENALI should depend on HAS_DMAGeert Uytterhoeven-0/+1
2013-08-30mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall-12/+0
2013-08-30mtd: atmel_nand: pmecc: fix failure to correct bit error in 1024-bytes sectorJosh Wu-1/+2
2013-08-30mtd: m25p80: Micron SPI uses Macronix-style 4-byte addressingBrian Norris-0/+1
2013-08-30mtd: nand: fixup kerneldoc, rename parameterBrian Norris-5/+6
2013-08-30mtd: gpmi: remove the nand_scan()Huang Shijie-30/+35
2013-08-30mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie-6/+6
2013-08-30mtd: set the ecc step size for master/slave mtd_infoHuang Shijie-0/+2
2013-08-30mtd: add a new sys node to show the ecc step sizeHuang Shijie-0/+11
2013-08-30mtd: nand: silence some shift wrap warningsDan Carpenter-4/+4
2013-08-30mtd: simplify use of devm_ioremap_resourceJulia Lawall-8/+1
2013-08-30mtd: create_freezable_workqueue() doesn't return an ERR_PTRDan Carpenter-3/+3
2013-08-30mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita-50/+12
2013-08-30mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita-76/+17
2013-08-30mtd: nand: Allow to build pxa3xx_nand on Orion platformsEzequiel Garcia-1/+1
2013-08-30mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia-23/+28
2013-08-30mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia-1/+2
2013-08-30mtd: nand: pxa3xx: Make dma code dependent on dma capable platformsEzequiel Garcia-0/+34
2013-08-30mtd: nand: pxa3xx: Move cached registers to info structureEzequiel Garcia-19/+17
2013-08-30mtd: nand: pxa3xx: Remove unneeded internal cmdsetEzequiel Garcia-46/+17
2013-08-30mtd: nand: pxa3xx: Remove hardcoded mtd nameEzequiel Garcia-4/+2
2013-08-30mtd: nand: pxa3xx: Add a local loop variableEzequiel Garcia-2/+3