summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch3-7/+30
2014-03-10mtd: block2mtd: check device sizeFabian Frederick1-1/+5
2014-03-10mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-03-10mtd: gpmi: add subpage read supportHuang Shijie1-0/+96
2014-03-10mtd: gpmi: do not use the mtd->writesizeHuang Shijie1-3/+3
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie1-2/+5
2014-03-10mtd: nand: remove unused function input parameterCai Zhiyong1-7/+5
2014-03-10mtd: nand: pxa3xx: Print actual ECC strength in error messageEzequiel Garcia1-1/+1
2014-03-10mtd: nand: pxa3xx: Remove unused macroEzequiel Garcia1-1/+0
2014-03-10mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301XRafał Miłecki2-2/+2
2014-03-10mtd: bcm47xxpart: avoid overflowing when registering trxRafał Miłecki1-0/+5
2014-03-10mtd: bcm47xxpart: fix off by one in partitions limitRafał Miłecki1-2/+2
2014-03-10mtd: allow CONFIG_MTD_PHYSMAP_OF also for CONFIG_MTD_RAMPhilippe De Muyter1-4/+4
2014-03-10mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flashBrian Norris1-0/+1
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch6-56/+49
2014-03-10mtd: ts5500: Add dependencyJean Delvare1-1/+1
2014-03-10mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter1-1/+1
2014-03-10mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie1-2/+11
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie1-0/+85
2014-03-10mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam1-0/+2
2014-03-10mtd: remove some duplicative checksDan Carpenter1-6/+3
2014-03-10mtd: atmel_nand: change log levelNicolas Ferre1-1/+1
2014-03-10mtd: m25p80: add support for the Spansion s25fl008k chipKuninori Morimoto1-0/+1
2014-03-10mtd: gen_probe: Remove unnecessary OOM messagesJingoo Han1-2/+0
2014-03-10mtd: cfi: Remove unnecessary OOM messagesJingoo Han5-20/+6
2014-03-10mtd: onenand: Remove unnecessary OOM messagesJingoo Han2-9/+2
2014-03-10mtd: lpddr: Remove unnecessary OOM messagesJingoo Han2-7/+2
2014-03-10mtd: plat-ram: Remove unnecessary OOM messagesJingoo Han1-1/+0
2014-03-10mtd: pmc551: Remove unnecessary OOM messagesJingoo Han1-6/+1
2014-03-10mtd: spear_smi: Remove unnecessary OOM messagesJingoo Han1-2/+0
2014-03-10mtd: devices: elm: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-10mtd: elm: Use correct check on return value of pm_runtime_get_syncStefan Sørensen1-1/+1
2014-03-10mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON1-1/+1
2014-03-10mtd: nand: flctl: Add dependency on HAS_IOMEM and HAS_DMARichard Weinberger1-0/+2
2014-03-10mtd: m25p80: Use positive logic to check JEDEC IDAxel Lin1-3/+2
2014-03-10mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris1-11/+3
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris5-10/+16
2014-03-10mtd: nand: add support for SanDisk SDTNRGAMA-008GHuang Shijie1-0/+3
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie2-26/+61
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker37-37/+0
2014-03-10mtd: block2mtd: Add mutex_destroyFabian Frederick1-5/+8
2014-03-10mtd: phram: Repair multiple instances supportAlexander Sverdlin1-7/+34
2014-03-10mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes()Dan Carpenter1-7/+4
2014-03-10mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512sGeert Uytterhoeven1-2/+2
2014-03-10mtd: m25p80: Add dual read supportGeert Uytterhoeven1-4/+19
2014-02-27Merge tag 'upstream-3.14-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds1-4/+4
2014-02-23mtd: nand: omap: fix ecclayout->oobfree->lengthPekon Gupta1-3/+2
2014-02-23mtd: nand: omap: fix ecclayout->oobfree->offsetPekon Gupta1-10/+15
2014-02-23mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driverPekon Gupta1-8/+23
2014-02-14mtd: nand: fix off-by-one read retry mode countingBrian Norris1-1/+1