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