aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-07mtd: dataflash: Say if we find a device we don't supportMark Brown1-1/+1
2013-11-06mtd: m25p80: fixup device removal failure pathBrian Norris1-3/+1
2013-11-06mtd: m25p80: add support for Macronix mx25l3255eBrian Norris1-0/+1
2013-11-06mtd: m25p80: remove 'disabled' device checkBrian Norris1-6/+1
2013-11-06mtd: m25p80: remove M25PXX_USE_FAST_READ KconfigBrian Norris2-12/+6
2013-11-06mtd: m25p80: re-align ID entriesBrian Norris1-16/+16
2013-11-06mtd: m25p80: remove obsolete FIXMEBrian Norris1-9/+0
2013-11-06mtd: m25p80: fix allocation sizeBrian Norris1-13/+7
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-0/+1
2013-11-06mtd: m25p80: Add support for Micron N25Q512A memoryPriyanka Jain1-0/+1
2013-11-06mtg: docg3: use free_bch() instead of kfree()Wei Yongjun1-1/+1
2013-11-06mtd: sst25l: Use devm_kzallocSachin Kamat1-9/+3
2013-11-06mtd: sst25l: Remove redundant spi_set_drvdataSachin Kamat1-1/+0
2013-11-06mtd: phram: Make phram 64-bit compatibleAlexander Sverdlin1-33/+33
2013-10-27mtd: m25p80: Add support for ESMT F25L32PAFlavio Silveira1-0/+3
2013-10-27mtd: dataflash: remove unused fieldBrian Norris1-2/+0
2013-09-27mtd: m25p80: Fix 4 byte addressing mode for Micron devices.Elie De Brauwer1-2/+15
2013-08-30mtd: chips: Add support for PMC SPI Flash chips in m25p80.cMichel Stempin1-0/+10
2013-08-30mtd: bcm47xxsflash: writing supportRafał Miłecki1-4/+126
2013-08-30mtd: bcm47xxsflash: implement erasing supportRafał Miłecki1-2/+41
2013-08-30mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exitLibo Chen1-19/+1
2013-08-30mtd: bcm47xxsflash: convert kzalloc to avoid invalid accessLibo Chen1-12/+4
2013-08-30mtd: spear_smi: add missing __iomem annotationJingoo Han1-4/+4
2013-08-30mtd: m25p80: add support for mr25h10Markus Niebel1-0/+1
2013-08-30mtd: m25p80: make CONFIG_M25PXX_USE_FAST_READ safe to enableSascha Hauer1-6/+9
2013-08-30mtd: m25p80: Pass flags through CAT25_INFO macroSascha Hauer1-8/+8
2013-08-30mtd: m25p80: remove unnecessary ifdefSascha Hauer1-2/+0
2013-08-30mtd: m25p80: Micron SPI uses Macronix-style 4-byte addressingBrian Norris1-0/+1
2013-08-30mtd: simplify use of devm_ioremap_resourceJulia Lawall1-5/+0
2013-08-30mtd: devices: use dev_get_platdata()Jingoo Han3-3/+3
2013-08-05mtd: diskonchip: remove unused entries in KconfigMichael Opdenacker1-55/+0
2013-08-05mtd: devices: elm: Low power transition supportavinash philip1-0/+117
2013-08-05mtd: devices: elm: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-08-05mtd: devices: spear_smi: remove unnecessary platform_set_drvdata()Jingoo Han1-4/+1
2013-08-05mtd: Convert logging messagesJoe Perches1-27/+31
2013-08-05mtd: devices: added the 16MiB winbond deviceGirish K S1-0/+1
2013-08-05mtd: m25p80: correct EN4B/EX4B commentBrian Norris1-1/+1
2013-08-05mtd: m25p80: utilize dedicated 4-byte addressing commandsBrian Norris1-7/+32
2013-08-05mtd: devices: convert OMAP BCH to devm_ioremap_resource()Silviu-Mihai Popescu1-3/+3
2013-08-05mtd: m25p80: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-08-05mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
2013-08-05mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-3/+3
2013-08-05mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-4/+2
2013-08-05mtd: bcm47xxsflash: implement polling chip statusRafał Miłecki1-0/+55
2013-08-05mtd: bcm47xxsflash: implement ChipCommon R/W opsRafał Miłecki2-0/+15
2013-04-05mtd: dataflash: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-04-05mtd: merge mtdchar module with mtdcoreArtem Bityutskiy1-1/+0
2013-04-05mtd: doc: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-05mtd: bcm47xxsflash: define opcodesRafał Miłecki1-0/+48
2013-04-05mtd: bcm47xxsflash: store info about flash typeRafał Miłecki2-0/+16